BrFfsDigPackage
class description - source file - inheritance tree
public:
BrFfsDigPackage BrFfsDigPackage()
BrFfsDigPackage BrFfsDigPackage(const Char_t* name, const Char_t* title)
BrFfsDigPackage BrFfsDigPackage(BrFfsDigPackage&)
virtual void ~BrFfsDigPackage()
virtual void Book()
static TClass* Class()
BrC1DigModule* GetC1Module() const
BrDigitizeTPC* GetT1Module() const
BrDigitizeTPC* GetT2Module() const
BrDigitizeTof* GetTof1Module() const
virtual TClass* IsA() const
virtual void Print(Option_t* option = "B") const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
BrDigitizeTPC* fT1Module
BrDigitizeTPC* fT2Module
BrC1DigModule* fC1Module
BrDigitizeTof* fTof1Module
Package for digitisation of BRAG output data for all FFS
detectors (T1, T2, C1, TOF1)
BrFfsDigPackage()
Default constructor. DO NOT USE
BrFfsDigPackage(const Char_t* name, const Char_t* title)
: BrModuleContainer(name, title)
Named Constructor. Construct all the digisation modules.
void Book()
Make a directory for FFS data and let the modules do the
rest.
void Print(Option_t* option) const
Print module information
See BrModuleContainer::Print for options.
Inline Functions
BrDigitizeTPC* GetT1Module() const
BrDigitizeTPC* GetT2Module() const
BrC1DigModule* GetC1Module() const
BrDigitizeTof* GetTof1Module() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrFfsDigPackage BrFfsDigPackage(BrFfsDigPackage&)
void ~BrFfsDigPackage()
|