#include <BesSensitiveManager.hh>
Definition at line 33 of file BesSensitiveManager.hh.
◆ BesTStats() [1/2]
Definition at line 38 of file 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/2]
BesTStats::BesTStats |
( |
const G4int | index, |
|
|
const CLHEP::HepLorentzVector | theP4, |
|
|
G4double | theTime ) |
|
inline |
Definition at line 46 of file BesSensitiveManager.hh.
47 : G4index(index),
48 p4(theP4),
49 time(theTime),
50 trackIndex(-1),
51 originVertex(-1),
52 savedByDefault(false),
53 vertices(0) {;}
◆ ~BesTStats()
BesTStats::~BesTStats |
( |
| ) |
|
|
inline |
◆ operator==()
◆ BesSensitiveManager
The documentation for this class was generated from the following file: