BrTpcTrackPackage
class description - source file - inheritance tree
public:
BrTpcTrackPackage BrTpcTrackPackage()
BrTpcTrackPackage BrTpcTrackPackage(const Char_t* name, const Char_t* title)
BrTpcTrackPackage BrTpcTrackPackage(BrTpcTrackPackage&)
void ~BrTpcTrackPackage()
static TClass* Class()
Bool_t GetHitsInOutput() const
BrTpcRdoModule* GetTpcRdoModule()
BrTpcTrackModule* GetTpcTrackModule()
virtual void Init()
virtual TClass* IsA() const
virtual void Print(Option_t* option = "B") const
void SetHitsInOutput(Bool_t on = kFALSE)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
BrTpcTrackModule* fTpcTrackModule
BrTpcRdoModule* fTpcRdoModule
Bool_t fHitsInOutput
BrTpcTrackPackage()
Default constructor. DO NOT USE
BrTpcTrackPackage(const Char_t* name, const Char_t* title)
: BrTpcHitPackage(name, title)
Named Constructor
void Init()
This is where we add the tables deselected to the cleanupcontainer
void Print(Option_t* option) const
Print module information
See BrModule::Print for options.
In addition this module defines the Option:
Inline Functions
Bool_t GetHitsInOutput() const
BrTpcTrackModule* GetTpcTrackModule()
BrTpcRdoModule* GetTpcRdoModule()
void SetHitsInOutput(Bool_t on = kFALSE)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrTpcTrackPackage BrTpcTrackPackage(BrTpcTrackPackage&)
void ~BrTpcTrackPackage()
|