Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBFpd.cpp

Go to the documentation of this file.
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 //______________________________________________________________________________

Generated on Tue Mar 28 10:13:04 2006 for CAF by doxygen 1.3.4