StripHit
class description - source file - inheritance tree
public:
StripHit StripHit()
StripHit StripHit(stripID* strip)
StripHit StripHit(StripHit&)
virtual void ~StripHit()
void AddHit(Int_t index)
TClass* Class()
void Clean()
TObjArray* GetMC()
stripID* GetStrip()
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
private:
stripID* m_strip TowerID tag
TObjArray m_MC List of particles
StripHit
The StripHit class contains the information about a single calorimeter
tower. This includes the stripID tag and the list of particles which
hit the strip.
StripHit()
Default constructor
StripHit(stripID* strip)
Constructor that sets the strip ID
~StripHit()
Destructor, calls Clean to remove TObjArrays.
void Clean()
Tidy up function to ensure no memory leaks.
void AddHit(Int_t index)
Add a particle to the list of those hitting the strip
Inline Functions
TObjArray* GetMC()
stripID* GetStrip()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
StripHit StripHit(StripHit&)
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.