00001 00003 // // 00004 // TMBTree class for fps clusters 00005 // // 00007 00008 #include "tmb_tree/TMBFpd.hpp" 00009 00010 00011 ClassImp(TMBFpd) 00012 00013 00014 //_____________________________________________________________________________ 00015 00016 TMBFpd::TMBFpd():_pot(),_plane(),_fiber(999),_ADC(999){;} 00017 00018 00019 TMBFpd::TMBFpd(TString pot, TString plane, Int_t fiber, Int_t ADC): 00020 _pot(pot),_plane(plane),_fiber(fiber),_ADC(ADC){;} 00021 00022 //______________________________________________________________________________
1.3.4