#include "htofclustersim.h"

HTofClusterSim


class description - source file - inheritance tree (.pdf)

class HTofClusterSim : public HTofCluster

Inheritance Chart:
TObject
<-
HTofHit
<-
HTofCluster
<-
HTofClusterSim

    public:
HTofClusterSim() HTofClusterSim(HTofHitSim* hit) HTofClusterSim(HTofHitSim* hit, Int_t cls, Float_t clpa, Float_t clpl) HTofClusterSim(const HTofClusterSim&) ~HTofClusterSim() static TClass* Class() void clear() Int_t getNParticipants() Int_t getNTrack1(Int_t i = 0) Int_t getNTrack2(Int_t i = 0) void incNParticipants() virtual TClass* IsA() const HTofClusterSim& operator=(const HTofClusterSim&) void setNParticipants(Int_t n) void setNTrack1(Int_t n) void setNTrack2(Int_t n) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t nParticipants Int_t nTrack1[3] number of first Track in cluster participant Int_t nTrack2[3] number of second Track in cluster participant

Class Description

 HTofClusterSim

 cluster level of the ToF data reconstruction for simulation


HTofClusterSim(void)

~HTofClusterSim(void)

void clear(void)

HTofClusterSim(HTofHitSim *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


HTofClusterSim(HTofHitSim *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




Inline Functions


                   void incNParticipants()
                   void setNParticipants(Int_t n)
                  Int_t getNParticipants()
                   void setNTrack1(Int_t n)
                   void setNTrack2(Int_t n)
                  Int_t getNTrack1(Int_t i = 0)
                  Int_t getNTrack2(Int_t i = 0)
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
         HTofClusterSim HTofClusterSim(const HTofClusterSim&)
        HTofClusterSim& operator=(const HTofClusterSim&)


Last update: Fri Jan 26 12:35:44 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.