This is tmb_tree, version p14-br-20 | See all available versions


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TMBTree class for cps clusters
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "tmb_tree/TMBCps.hpp"


ClassImp(TMBCps)


//_____________________________________________________________________________

 TMBCps::TMBCps():_r(999.9),_phi(999.9),_z(999.9),_xE(999.9),
		 _uE(999.9),_vE(999.9),_matchQ(999.9),_matchEQ(999.9)
{;}
 

 TMBCps::TMBCps(Float_t r,  Float_t phi, Float_t z, Float_t xE,
	       Float_t uE, Float_t vE, Float_t matchQ, Float_t matchEQ):
  _r(r), _phi(phi), _z(z), _xE(xE), _uE(uE), _vE(vE), _matchQ(matchQ), _matchEQ(matchEQ)
 {;}

//______________________________________________________________________________


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.