#include <G4QMDSystem.hh>
Definition at line 45 of file G4QMDSystem.hh.
◆ G4QMDSystem()
G4QMDSystem::G4QMDSystem |
( |
| ) |
|
◆ ~G4QMDSystem()
G4QMDSystem::~G4QMDSystem |
( |
| ) |
|
|
virtual |
◆ Clear()
void G4QMDSystem::Clear |
( |
| ) |
|
◆ DeleteParticipant()
void G4QMDSystem::DeleteParticipant |
( |
G4int | i | ) |
|
|
inline |
◆ EraseParticipant()
◆ GetNOCollision()
G4int G4QMDSystem::GetNOCollision |
( |
| ) |
|
|
inline |
Definition at line 93 of file G4QMDSystem.hh.
94 {
95 return numberOfCollision;
96 }
◆ GetParticipant()
◆ GetTotalNumberOfParticipant()
G4int G4QMDSystem::GetTotalNumberOfParticipant |
( |
| ) |
|
|
inline |
◆ IncrementCollisionCounter()
void G4QMDSystem::IncrementCollisionCounter |
( |
| ) |
|
|
inline |
◆ InsertParticipant()
Definition at line 110 of file G4QMDSystem.cc.
111{
112
114 G4cout <<
"G4QMDSystem::InsertParticipant size error" <<
G4endl;
115
116 std::vector< G4QMDParticipant* >::iterator it;
118
119 for (
G4int i = 0; i <
n ; i++ )
120 it++;
121
123}
G4GLOB_DLL std::ostream G4cout
◆ SetParticipant()
◆ SetSystem()
◆ ShowParticipants()
void G4QMDSystem::ShowParticipants |
( |
| ) |
|
Definition at line 79 of file G4QMDSystem.cc.
80{
81
82 std::ios::fmtflags oldform =
G4cout.flags();
83
85 std::vector< G4QMDParticipant* >::iterator it;
86 G4cout <<
"Momentum and Position of each participant " <<
G4endl;
89 {
91 << " "
92 << (*it)->GetDefinition()->GetParticleName()
93 << " "
94 << std::setprecision( 8 )
95 << (*it)->GetMomentum()
96 << " "
97 << (*it)->GetPosition()
99 p_sum += (*it)->GetMomentum();
100 i++;
101 }
102 G4cout <<
"Sum upped Momentum and its mag " << p_sum <<
" " << p_sum.mag() <<
G4endl;
103
104
106}
◆ SubtractSystem()
void G4QMDSystem::SubtractSystem |
( |
G4QMDSystem * | nucleus | ) |
|
Definition at line 59 of file G4QMDSystem.cc.
60{
61
63 {
65 }
66}
G4QMDParticipant * GetParticipant(G4int i)
◆ participants
Definition at line 103 of file G4QMDSystem.hh.
Referenced by Clear(), DeleteParticipant(), EraseParticipant(), G4QMDSystem(), G4LightIonQMDNucleus::Get4Momentum(), G4QMDNucleus::Get4Momentum(), G4LightIonQMDNucleus::GetAtomicNumber(), G4QMDNucleus::GetAtomicNumber(), G4LightIonQMDNucleus::GetMassNumber(), G4QMDNucleus::GetMassNumber(), GetParticipant(), GetTotalNumberOfParticipant(), InsertParticipant(), SetParticipant(), SetSystem(), ShowParticipants(), and SubtractSystem().
The documentation for this class was generated from the following files: