#include <BesTruthVertex.hh>
◆ anonymous enum
◆ anonymous enum
◆ BesTruthVertex() [1/2]
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() [1/2]
BesTruthVertex::~BesTruthVertex |
( |
| ) |
|
|
inline |
◆ BesTruthVertex() [2/2]
BesTruthVertex::BesTruthVertex |
( |
| ) |
|
◆ ~BesTruthVertex() [2/2]
BesTruthVertex::~BesTruthVertex |
( |
| ) |
|
|
inline |
◆ AddCurrentDau() [1/2]
void BesTruthVertex::AddCurrentDau |
( |
| ) |
|
|
inline |
◆ AddCurrentDau() [2/2]
void BesTruthVertex::AddCurrentDau |
( |
| ) |
|
|
inline |
◆ GetCurrentDau() [1/2]
G4int BesTruthVertex::GetCurrentDau |
( |
| ) |
const |
|
inline |
◆ GetCurrentDau() [2/2]
G4int BesTruthVertex::GetCurrentDau |
( |
| ) |
const |
|
inline |
◆ GetIndex() [1/2]
G4int BesTruthVertex::GetIndex |
( |
| ) |
const |
|
inline |
◆ GetIndex() [2/2]
G4int BesTruthVertex::GetIndex |
( |
| ) |
const |
|
inline |
◆ GetMinDau() [1/2]
G4int BesTruthVertex::GetMinDau |
( |
| ) |
const |
|
inline |
◆ GetMinDau() [2/2]
G4int BesTruthVertex::GetMinDau |
( |
| ) |
const |
|
inline |
◆ GetParentTrack() [1/2]
◆ GetParentTrack() [2/2]
◆ GetPosition() [1/2]
G4ThreeVector BesTruthVertex::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetPosition() [2/2]
G4ThreeVector BesTruthVertex::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetProcessName() [1/2]
G4String BesTruthVertex::GetProcessName |
( |
| ) |
const |
|
inline |
◆ GetProcessName() [2/2]
G4String BesTruthVertex::GetProcessName |
( |
| ) |
const |
|
inline |
◆ GetTerminal() [1/2]
bool BesTruthVertex::GetTerminal |
( |
| ) |
const |
|
inline |
◆ GetTerminal() [2/2]
bool BesTruthVertex::GetTerminal |
( |
| ) |
const |
|
inline |
◆ GetTime() [1/2]
G4double BesTruthVertex::GetTime |
( |
| ) |
const |
|
inline |
◆ GetTime() [2/2]
G4double BesTruthVertex::GetTime |
( |
| ) |
const |
|
inline |
◆ SetIndex() [1/2]
void BesTruthVertex::SetIndex |
( |
signed long |
newIndex | ) |
|
|
inline |
◆ SetIndex() [2/2]
void BesTruthVertex::SetIndex |
( |
signed long |
newIndex | ) |
|
|
inline |
◆ SetMinDau() [1/2]
void BesTruthVertex::SetMinDau |
( |
G4int |
dau | ) |
|
|
inline |
◆ SetMinDau() [2/2]
void BesTruthVertex::SetMinDau |
( |
G4int |
dau | ) |
|
|
inline |
◆ SetParentTrack() [1/2]
◆ SetParentTrack() [2/2]
◆ SetPosition() [1/2]
void BesTruthVertex::SetPosition |
( |
const G4ThreeVector & |
p | ) |
|
|
inline |
◆ SetPosition() [2/2]
void BesTruthVertex::SetPosition |
( |
const G4ThreeVector & |
p | ) |
|
|
inline |
◆ SetProcessName() [1/2]
void BesTruthVertex::SetProcessName |
( |
const G4String |
name | ) |
|
|
inline |
◆ SetProcessName() [2/2]
void BesTruthVertex::SetProcessName |
( |
const G4String |
name | ) |
|
|
inline |
◆ SetTerminal() [1/2]
void BesTruthVertex::SetTerminal |
( |
bool |
wasTerminal | ) |
|
|
inline |
◆ SetTerminal() [2/2]
void BesTruthVertex::SetTerminal |
( |
bool |
wasTerminal | ) |
|
|
inline |
◆ SetTime() [1/2]
void BesTruthVertex::SetTime |
( |
const G4double & |
t | ) |
|
|
inline |
◆ SetTime() [2/2]
void BesTruthVertex::SetTime |
( |
const G4double & |
t | ) |
|
|
inline |
◆ operator<< [1/4]
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/4]
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}
◆ operator<< [3/4]
ostream & operator<< |
( |
ostream & |
stream, |
|
|
const BesTruthVertex * |
vert |
|
) |
| |
|
friend |
◆ operator<< [4/4]
ostream & operator<< |
( |
ostream & |
stream, |
|
|
const BesTruthVertex * |
vert |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: