BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
TMcHitMdc Class Reference

#include <TMcHitMdc.h>

+ Inheritance diagram for TMcHitMdc:

Public Member Functions

 TMcHitMdc ()
 
 ~TMcHitMdc ()
 
void SetTrackID (Int_t track)
 
void SetLayerNo (Int_t layer)
 
void SetCellNo (Int_t cell)
 
void SetEdep (Double_t de)
 
void SetPos (TVector3 xyz)
 
void SetDriftD (Double_t distance)
 
void SetDriftT (Double_t time)
 
void SetGlobalT (Double_t time)
 
void SetTheta (Double_t angle)
 
void SetEnterAngle (Double_t angle)
 
void SetPosFlag (Int_t flag)
 
Int_t GetTrackID () const
 
Int_t GetLayerNo () const
 
Int_t GetCellNo () const
 
Double_t GetEdep () const
 
TVector3 GetPos () const
 
Double_t GetDriftD () const
 
Double_t GetDriftT () const
 
Double_t GetGlobalT () const
 
Double_t GetTheta () const
 
Double_t GetEnterAngle () const
 
Int_t GetPosFlag () const
 
 TMcHitMdc ()
 
 ~TMcHitMdc ()
 
void SetTrackID (Int_t track)
 
void SetLayerNo (Int_t layer)
 
void SetCellNo (Int_t cell)
 
void SetEdep (Double_t de)
 
void SetPos (TVector3 xyz)
 
void SetDriftD (Double_t distance)
 
void SetDriftT (Double_t time)
 
void SetGlobalT (Double_t time)
 
void SetTheta (Double_t angle)
 
void SetEnterAngle (Double_t angle)
 
void SetPosFlag (Int_t flag)
 
Int_t GetTrackID () const
 
Int_t GetLayerNo () const
 
Int_t GetCellNo () const
 
Double_t GetEdep () const
 
TVector3 GetPos () const
 
Double_t GetDriftD () const
 
Double_t GetDriftT () const
 
Double_t GetGlobalT () const
 
Double_t GetTheta () const
 
Double_t GetEnterAngle () const
 
Int_t GetPosFlag () const
 

Detailed Description

Constructor & Destructor Documentation

◆ TMcHitMdc() [1/2]

TMcHitMdc::TMcHitMdc ( )

◆ ~TMcHitMdc() [1/2]

TMcHitMdc::~TMcHitMdc ( )

Definition at line 10 of file TMcHitMdc.cxx.

10 {
11 Clear();
12}

◆ TMcHitMdc() [2/2]

TMcHitMdc::TMcHitMdc ( )

◆ ~TMcHitMdc() [2/2]

TMcHitMdc::~TMcHitMdc ( )

Member Function Documentation

◆ GetCellNo() [1/2]

Int_t TMcHitMdc::GetCellNo ( ) const
inline

Definition at line 30 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

30{ return cellNo;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetCellNo() [2/2]

Int_t TMcHitMdc::GetCellNo ( ) const
inline

Definition at line 30 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

30{ return cellNo;};

◆ GetDriftD() [1/2]

Double_t TMcHitMdc::GetDriftD ( ) const
inline

Definition at line 33 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

33{ return driftD;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetDriftD() [2/2]

Double_t TMcHitMdc::GetDriftD ( ) const
inline

Definition at line 33 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

33{ return driftD;};

◆ GetDriftT() [1/2]

Double_t TMcHitMdc::GetDriftT ( ) const
inline

Definition at line 34 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

34{ return driftT;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetDriftT() [2/2]

Double_t TMcHitMdc::GetDriftT ( ) const
inline

Definition at line 34 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

34{ return driftT;};

◆ GetEdep() [1/2]

Double_t TMcHitMdc::GetEdep ( ) const
inline

Definition at line 31 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

31{ return edep; };

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetEdep() [2/2]

Double_t TMcHitMdc::GetEdep ( ) const
inline

Definition at line 31 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

31{ return edep; };

◆ GetEnterAngle() [1/2]

Double_t TMcHitMdc::GetEnterAngle ( ) const
inline

Definition at line 37 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

37{ return enterAngle;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetEnterAngle() [2/2]

Double_t TMcHitMdc::GetEnterAngle ( ) const
inline

Definition at line 37 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

37{ return enterAngle;};

◆ GetGlobalT() [1/2]

Double_t TMcHitMdc::GetGlobalT ( ) const
inline

Definition at line 35 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

35{ return globalT;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetGlobalT() [2/2]

Double_t TMcHitMdc::GetGlobalT ( ) const
inline

Definition at line 35 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

35{ return globalT;};

◆ GetLayerNo() [1/2]

Int_t TMcHitMdc::GetLayerNo ( ) const
inline

Definition at line 29 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

29{ return layerNo; };

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetLayerNo() [2/2]

Int_t TMcHitMdc::GetLayerNo ( ) const
inline

Definition at line 29 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

29{ return layerNo; };

◆ GetPos() [1/2]

TVector3 TMcHitMdc::GetPos ( ) const
inline

Definition at line 32 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

32{ return pos; };

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetPos() [2/2]

TVector3 TMcHitMdc::GetPos ( ) const
inline

Definition at line 32 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

32{ return pos; };

◆ GetPosFlag() [1/2]

Int_t TMcHitMdc::GetPosFlag ( ) const
inline

Definition at line 38 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

38{ return posFlag;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetPosFlag() [2/2]

Int_t TMcHitMdc::GetPosFlag ( ) const
inline

Definition at line 38 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

38{ return posFlag;};

◆ GetTheta() [1/2]

Double_t TMcHitMdc::GetTheta ( ) const
inline

Definition at line 36 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

36{ return theta;};

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetTheta() [2/2]

Double_t TMcHitMdc::GetTheta ( ) const
inline

Definition at line 36 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

36{ return theta;};

◆ GetTrackID() [1/2]

Int_t TMcHitMdc::GetTrackID ( ) const
inline

Definition at line 28 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

28{ return trackID; };

Referenced by BesTuningIO::GetMdcRootHits().

◆ GetTrackID() [2/2]

Int_t TMcHitMdc::GetTrackID ( ) const
inline

Definition at line 28 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

28{ return trackID; };

◆ SetCellNo() [1/2]

void TMcHitMdc::SetCellNo ( Int_t  cell)
inline

Definition at line 18 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

18{ cellNo =cell;};

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetCellNo() [2/2]

void TMcHitMdc::SetCellNo ( Int_t  cell)
inline

Definition at line 18 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

18{ cellNo =cell;};

◆ SetDriftD() [1/2]

void TMcHitMdc::SetDriftD ( Double_t  distance)
inline

Definition at line 21 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

21{ driftD = distance;};

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetDriftD() [2/2]

void TMcHitMdc::SetDriftD ( Double_t  distance)
inline

Definition at line 21 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

21{ driftD = distance;};

◆ SetDriftT() [1/2]

void TMcHitMdc::SetDriftT ( Double_t  time)
inline

Definition at line 22 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

22{ driftT = time;};
Double_t time

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetDriftT() [2/2]

void TMcHitMdc::SetDriftT ( Double_t  time)
inline

Definition at line 22 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

22{ driftT = time;};

◆ SetEdep() [1/2]

void TMcHitMdc::SetEdep ( Double_t  de)
inline

Definition at line 19 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

19{ edep = de; };

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetEdep() [2/2]

void TMcHitMdc::SetEdep ( Double_t  de)
inline

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

19{ edep = de; };

◆ SetEnterAngle() [1/2]

void TMcHitMdc::SetEnterAngle ( Double_t  angle)
inline

Definition at line 25 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

25{ enterAngle = angle;};

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetEnterAngle() [2/2]

void TMcHitMdc::SetEnterAngle ( Double_t  angle)
inline

Definition at line 25 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

25{ enterAngle = angle;};

◆ SetGlobalT() [1/2]

void TMcHitMdc::SetGlobalT ( Double_t  time)
inline

◆ SetGlobalT() [2/2]

void TMcHitMdc::SetGlobalT ( Double_t  time)
inline

Definition at line 23 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

23{ globalT = time;};

◆ SetLayerNo() [1/2]

void TMcHitMdc::SetLayerNo ( Int_t  layer)
inline

Definition at line 17 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

17{ layerNo = layer; };

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetLayerNo() [2/2]

void TMcHitMdc::SetLayerNo ( Int_t  layer)
inline

Definition at line 17 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

17{ layerNo = layer; };

◆ SetPos() [1/2]

void TMcHitMdc::SetPos ( TVector3  xyz)
inline

Definition at line 20 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

20{ pos = xyz; };

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetPos() [2/2]

void TMcHitMdc::SetPos ( TVector3  xyz)
inline

Definition at line 20 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

20{ pos = xyz; };

◆ SetPosFlag() [1/2]

void TMcHitMdc::SetPosFlag ( Int_t  flag)
inline

◆ SetPosFlag() [2/2]

void TMcHitMdc::SetPosFlag ( Int_t  flag)
inline

Definition at line 26 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

26{ posFlag = flag;};

◆ SetTheta() [1/2]

void TMcHitMdc::SetTheta ( Double_t  angle)
inline

Definition at line 24 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

24{ theta = angle;};

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetTheta() [2/2]

void TMcHitMdc::SetTheta ( Double_t  angle)
inline

Definition at line 24 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

24{ theta = angle;};

◆ SetTrackID() [1/2]

void TMcHitMdc::SetTrackID ( Int_t  track)
inline

Definition at line 16 of file Event/RootEventData/RootEventData-00-03-81/RootEventData/TMcHitMdc.h.

16{ trackID = track; };

Referenced by BesRootIO::SaveMdcHitRoot().

◆ SetTrackID() [2/2]

void TMcHitMdc::SetTrackID ( Int_t  track)
inline

Definition at line 16 of file InstallArea/include/RootEventData/RootEventData/TMcHitMdc.h.

16{ trackID = track; };

The documentation for this class was generated from the following files: