BOSS 8.0.0
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
 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/6]

BesTStats::BesTStats ( )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-dbg/include/TruSim/BesSensitiveManager.hh.

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

Referenced by operator==().

◆ BesTStats() [2/6]

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

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-dbg/include/TruSim/BesSensitiveManager.hh.

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

◆ ~BesTStats() [1/3]

BesTStats::~BesTStats ( )
inline

◆ BesTStats() [3/6]

BesTStats::BesTStats ( )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-opt/include/TruSim/BesSensitiveManager.hh.

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

◆ BesTStats() [4/6]

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

Definition at line 47 of file InstallArea/x86_64-el9-gcc13-opt/include/TruSim/BesSensitiveManager.hh.

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

◆ ~BesTStats() [2/3]

BesTStats::~BesTStats ( )
inline

◆ BesTStats() [5/6]

BesTStats::BesTStats ( )
inline

Definition at line 37 of file Simulation/BOOST/TruSim/include/TruSim/BesSensitiveManager.hh.

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

◆ BesTStats() [6/6]

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

Definition at line 47 of file Simulation/BOOST/TruSim/include/TruSim/BesSensitiveManager.hh.

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

◆ ~BesTStats() [3/3]

BesTStats::~BesTStats ( )
inline

Member Function Documentation

◆ operator==() [1/3]

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

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-dbg/include/TruSim/BesSensitiveManager.hh.

59{ return G4index == other.G4index; }
Index other(Index i, Index j)

◆ operator==() [2/3]

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

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-opt/include/TruSim/BesSensitiveManager.hh.

59{ return G4index == other.G4index; }

◆ operator==() [3/3]

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

Definition at line 59 of file Simulation/BOOST/TruSim/include/TruSim/BesSensitiveManager.hh.

59{ return G4index == other.G4index; }

◆ BesSensitiveManager


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