CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTStats Class Reference

#include <BesSensitiveManager.hh>

Public Member Functions

 BesTStats ()
 
 BesTStats (const G4int index, const CLHEP::HepLorentzVector theP4, G4double theTime)
 
 ~BesTStats ()
 
bool operator== (const BesTStats &other) const
 
 BesTStats ()
 
 BesTStats (const G4int index, const CLHEP::HepLorentzVector theP4, G4double theTime)
 
 ~BesTStats ()
 
bool operator== (const BesTStats &other) const
 

Friends

class BesSensitiveManager
 

Detailed Description

Constructor & Destructor Documentation

◆ BesTStats() [1/4]

BesTStats::BesTStats ( )
inline

Definition at line 38 of file InstallArea/include/TruSim/TruSim/BesSensitiveManager.hh.

38 :
39 G4index(-1),
40 p4(0),
41 time(0),
42 trackIndex(-1),
43 originVertex(-1),
44 savedByDefault(false),
45 vertices(0) {;}

◆ BesTStats() [2/4]

BesTStats::BesTStats ( const G4int  index,
const CLHEP::HepLorentzVector  theP4,
G4double  theTime 
)
inline

Definition at line 46 of file InstallArea/include/TruSim/TruSim/BesSensitiveManager.hh.

47 : G4index(index),
48 p4(theP4),
49 time(theTime),
50 trackIndex(-1),
51 originVertex(-1),
52 savedByDefault(false),
53 vertices(0) {;}

◆ ~BesTStats() [1/2]

BesTStats::~BesTStats ( )
inline

◆ BesTStats() [3/4]

BesTStats::BesTStats ( )
inline

Definition at line 38 of file Simulation/BOOST/TruSim/TruSim-00-00-17/TruSim/BesSensitiveManager.hh.

38 :
39 G4index(-1),
40 p4(0),
41 time(0),
42 trackIndex(-1),
43 originVertex(-1),
44 savedByDefault(false),
45 vertices(0) {;}

◆ BesTStats() [4/4]

BesTStats::BesTStats ( const G4int  index,
const CLHEP::HepLorentzVector  theP4,
G4double  theTime 
)
inline

Definition at line 46 of file Simulation/BOOST/TruSim/TruSim-00-00-17/TruSim/BesSensitiveManager.hh.

47 : G4index(index),
48 p4(theP4),
49 time(theTime),
50 trackIndex(-1),
51 originVertex(-1),
52 savedByDefault(false),
53 vertices(0) {;}

◆ ~BesTStats() [2/2]

BesTStats::~BesTStats ( )
inline

Member Function Documentation

◆ operator==() [1/2]

bool BesTStats::operator== ( const BesTStats other) const
inline

Definition at line 56 of file InstallArea/include/TruSim/TruSim/BesSensitiveManager.hh.

56{ return G4index == other.G4index; }
Index other(Index i, Index j)
Definition: EvtCyclic3.cc:118

◆ operator==() [2/2]

bool BesTStats::operator== ( const BesTStats other) const
inline

Definition at line 56 of file Simulation/BOOST/TruSim/TruSim-00-00-17/TruSim/BesSensitiveManager.hh.

56{ return G4index == other.G4index; }

Friends And Related Function Documentation

◆ BesSensitiveManager


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