This is tmb_tree, version p16-br-05 | See all available versions


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TMBTree class for fps clusters
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "tmb_tree/TMBFps.hpp"


ClassImp(TMBFps)


//_____________________________________________________________________________

   TMBFps::TMBFps():_r(999.9),_phi(999.9),_z(999.9),_E(999.9), _nstr_u(9999), _nstr_v(9999), _cntrd_u(999.9), _cntrd_v(999.9), _rms_u(999.9), _rms_v(999.9), _ecl_u(999.9), _ecl_v(999.9), _index_cl(9999){;}
 

 TMBFps::TMBFps(Float_t r,  Float_t phi, Float_t z, Float_t E, Int_t nstr_u, Int_t nstr_v, Float_t cntrd_u, Float_t cntrd_v, Float_t rms_u, Float_t rms_v, Float_t ecl_u, Float_t ecl_v, Int_t index_cl):
  _r(r), _phi(phi), _z(z), _E(E), _nstr_u(nstr_u), _nstr_v(nstr_v), _cntrd_u(cntrd_u), _cntrd_v(cntrd_v), _rms_u(rms_u), _rms_v(rms_v), _ecl_u(ecl_u), _ecl_v(ecl_v), _index_cl(index_cl){;}

//______________________________________________________________________________


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.