HTofCluster
class description - source file - inheritance tree (.pdf)
public:
HTofCluster()
HTofCluster(HTofHit* hit)
HTofCluster(HTofHit* hit, Int_t cls, Float_t clpa, Float_t clpl)
HTofCluster(const HTofCluster&)
~HTofCluster()
static TClass* Class()
Float_t getClusterProbAll()
Float_t getClusterProbLep()
Int_t getClusterSize()
virtual TClass* IsA() const
HTofCluster& operator=(const HTofCluster&)
void setClusterProbAll(Float_t clustproball)
void setClusterProbLep(Float_t clustproblep)
void setClusterSize(Int_t clustsize)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t clustSize number of hits in the cluster.
Float_t clustProbAll cluster probability (all found clusters).
Float_t clustProbLep cluster probability (lepton found clusters).
HTofCluster
Class with a TOF Cluster's data, i.e. clustered Hit's data.
HTofCluster(HTofHit *hit)
HTofCluster Constructor
Creates HTofCluster object and makes the copy of HTofHit object
data members. The rest of the data members of HTofCluster object
is set to:
clustSize=1
clustProbAll=1.0
clustProbLep=1.0
HTofCluster(HTofHit *hit, Int_t cls, Float_t clpa, Float_t clpl)
HTofCluster Constructor
Creates HTofCluster object and makes the copy of HTofHit object
data members. The rest of the data members of HTofCluster object
is set to:
clustSize=cls
clustProbAll=clpa
clustProbLep=clpl
void Streamer(TBuffer &R__b)
Inline Functions
void ~HTofCluster()
HTofCluster HTofCluster(HTofHit* hit, Int_t cls, Float_t clpa, Float_t clpl)
Int_t getClusterSize()
Float_t getClusterProbAll()
Float_t getClusterProbLep()
void setClusterSize(Int_t clustsize)
void setClusterProbAll(Float_t clustproball)
void setClusterProbLep(Float_t clustproblep)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
HTofCluster HTofCluster(const HTofCluster&)
HTofCluster& operator=(const HTofCluster&)
Author: D.Zovinec
Last update: Fri Jan 26 12:35:35 2007
ROOT page - Class index - Class Hierarchy - 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.