#include <BesTruthVertex.hh>
Definition at line 23 of file BesTruthVertex.hh.
◆ anonymous enum
◆ BesTruthVertex()
BesTruthVertex::BesTruthVertex |
( |
| ) |
|
Definition at line 18 of file BesTruthVertex.cc.
19:m_processName(""),
20m_position(0),
21m_time(0),
22m_parent(0),
23m_terminal(false),
25m_currentDau(0),
26m_minDau(0)
27{}
◆ ~BesTruthVertex()
BesTruthVertex::~BesTruthVertex |
( |
| ) |
|
|
inline |
◆ AddCurrentDau()
void BesTruthVertex::AddCurrentDau |
( |
| ) |
|
|
inline |
◆ GetCurrentDau()
G4int BesTruthVertex::GetCurrentDau |
( |
| ) |
const |
|
inline |
◆ GetIndex()
G4int BesTruthVertex::GetIndex |
( |
| ) |
const |
|
inline |
◆ GetMinDau()
G4int BesTruthVertex::GetMinDau |
( |
| ) |
const |
|
inline |
◆ GetParentTrack()
◆ GetPosition()
G4ThreeVector BesTruthVertex::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetProcessName()
G4String BesTruthVertex::GetProcessName |
( |
| ) |
const |
|
inline |
◆ GetTerminal()
bool BesTruthVertex::GetTerminal |
( |
| ) |
const |
|
inline |
◆ GetTime()
G4double BesTruthVertex::GetTime |
( |
| ) |
const |
|
inline |
◆ SetIndex()
void BesTruthVertex::SetIndex |
( |
signed long |
newIndex | ) |
|
|
inline |
◆ SetMinDau()
void BesTruthVertex::SetMinDau |
( |
G4int |
dau | ) |
|
|
inline |
◆ SetParentTrack()
◆ SetPosition()
void BesTruthVertex::SetPosition |
( |
const G4ThreeVector & |
p | ) |
|
|
inline |
◆ SetProcessName()
void BesTruthVertex::SetProcessName |
( |
const G4String |
name | ) |
|
|
inline |
◆ SetTerminal()
void BesTruthVertex::SetTerminal |
( |
bool |
wasTerminal | ) |
|
|
inline |
◆ SetTime()
void BesTruthVertex::SetTime |
( |
const G4double & |
t | ) |
|
|
inline |
◆ operator<< [1/2]
ostream & operator<< |
( |
ostream & |
stream, |
|
|
const BesTruthVertex & |
vert |
|
) |
| |
|
friend |
Definition at line 29 of file BesTruthVertex.cc.
30{
32 stream << " --";
33 else
34 stream << setw(4) << vert.
GetIndex();
35
38 else
39 stream << " --";
40
41 stream << " " << setiosflags(ios::fixed)
42 << setprecision(4) << setw(11) << vert.
GetPosition().x()
43 << setprecision(4) << setw(11) << vert.
GetPosition().y()
44 << setprecision(4) << setw(11) << vert.
GetPosition().z()
45 << " " << setiosflags(ios::scientific)
46 << setprecision(4) << setw(11) << vert.
GetTime()
47 << resetiosflags(ios::scientific);
48
49 return stream;
50}
BesTruthTrack * GetParentTrack() const
G4ThreeVector GetPosition() const
◆ operator<< [2/2]
ostream & operator<< |
( |
ostream & |
stream, |
|
|
const BesTruthVertex * |
vert |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: