ClusterSystem
class description - source file - inheritance tree
public:
ClusterSystem ClusterSystem(GetParameters* gp)
ClusterSystem ClusterSystem(ClusterSystem&)
virtual void ~ClusterSystem()
TClass* Class()
virtual void cleanup()
virtual void doit(Event* event)
void FillClusters(TObjArray* cal_digi)
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void spew(FILE* ofile)
virtual void Streamer(TBuffer& b)
private:
Event* m_event This is the event which is being analyzed
GetParameters* m_parameters
Float_t* m_hitEscale
Float_t* m_hitcosThetaSeg
Float_t* m_hitphiSeg
ClusterSystem
The ClusterSystem class is used to extract cluster information
from the GISMO ascii output file and use it to fill the Cluster
class.
ClusterSystem(GetParameters* gp)
Default constructor
void FillClusters(TObjArray* cal_digi)
Gets the cluster information from the ascii file
void doit(Event* event)
This function executes cluster cheat system
void spew(FILE* ofile)const
Output function
void cleanup()
Cleans up loose ends. There aren't any right now.
Inline Functions
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
ClusterSystem ClusterSystem(ClusterSystem&)
void ~ClusterSystem()
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.