BrTpcHitPackage
class description - source file - inheritance tree
public:
BrTpcHitPackage BrTpcHitPackage()
BrTpcHitPackage BrTpcHitPackage(const Char_t* name, const Char_t* title)
BrTpcHitPackage BrTpcHitPackage(BrTpcHitPackage&)
void ~BrTpcHitPackage()
virtual void Book()
static TClass* Class()
BrCleanupNodesModule* GetCleanupNodesModule() const
Bool_t GetClustersInOutput() const
BrSwitchContainer* GetSwitchContainer() const
BrTpcClusterModule* GetTpcClusterModule() const
BrTpcDeconvoluteClusterModule* GetTpcDeconvoluteClusterModule() const
BrTpcHitModule* GetTpcHitModule() const
BrTpcSequencePPModule* GetTpcSequencePPModule() const
virtual void Init()
virtual TClass* IsA() const
virtual void Print(Option_t* option = "B") const
void SetClustersInOutput(Bool_t on = kFALSE)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
BrTpcSequencePPModule* fTpcSequencePPModule
BrTpcClusterModule* fTpcClusterModule
BrTpcDeconvoluteClusterModule* fTpcDeconvoluteClusterModule
BrTpcHitModule* fTpcHitModule
BrSwitchContainer* fSwitcher
BrCleanupNodesModule* fCleanModule
Bool_t fClustersInOutput
See also-
BrTpcTrackPackage
This package can process the raw Tpc data (BrTpcSequence) to
produce tpc hits (BrTpcHit)
It contains the following modules :
BrTPCPreProcess
BrTpcClusterModule
BrTpcDeconvoluteClusterModule
BrTpcHitModule
BrTpcHitPackage()
Default constructor. DO NOT USE
BrTpcHitPackage(const Char_t* name, const Char_t* title)
: BrModuleContainer(name, title)
Named Constructor
void Init()
This is where we add the tables deselected to the cleanupcontainer
void Book()
Make a directory for global data and let the modules do the
rest.
void Print(Option_t* option) const
Print module information
See BrModule::Print for options.
In addition this module defines the Option:
<fill in here>
Inline Functions
Bool_t GetClustersInOutput() const
BrCleanupNodesModule* GetCleanupNodesModule() const
BrSwitchContainer* GetSwitchContainer() const
BrTpcSequencePPModule* GetTpcSequencePPModule() const
BrTpcClusterModule* GetTpcClusterModule() const
BrTpcDeconvoluteClusterModule* GetTpcDeconvoluteClusterModule() const
BrTpcHitModule* GetTpcHitModule() const
void SetClustersInOutput(Bool_t on = kFALSE)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrTpcHitPackage BrTpcHitPackage(BrTpcHitPackage&)
void ~BrTpcHitPackage()
|