#include <G4PartonPair.hh>
Definition at line 35 of file G4PartonPair.hh.
◆ anonymous enum
◆ anonymous enum
◆ G4PartonPair()
Definition at line 31 of file G4PartonPair.cc.
32{
34 Parton1 = P1;
35 Parton2 = P2;
36 Direction = aDirection;
37
38 #ifdef DEBUG_PartonPair
39 G4cout <<
"ctor G4PartonPair - "
40 << (aDirection==
PROJECTILE ?
"Projectile":
"Target")
41 << (CollisionType==
SOFT ?
" Soft " :
" Diffractive " ) <<
G4endl
42 << " Parton 1 name, type, spin-3, colour, 4-mom "
48 << " Parton 2 name, type, spin-3, colour, 4-mom "
54 << " string mass, 4mom "
57 #endif
58}
G4GLOB_DLL std::ostream G4cout
const G4String & GetParticleType() const
const G4String & GetParticleName() const
G4ParticleDefinition * GetDefinition()
const G4LorentzVector & Get4Momentum() const
◆ ~G4PartonPair()
G4PartonPair::~G4PartonPair |
( |
| ) |
|
◆ GetCollisionType()
G4int G4PartonPair::GetCollisionType |
( |
| ) |
|
|
inline |
◆ GetDirection()
G4int G4PartonPair::GetDirection |
( |
| ) |
|
|
inline |
◆ GetParton1()
G4Parton * G4PartonPair::GetParton1 |
( |
void | | ) |
|
|
inline |
◆ GetParton2()
G4Parton * G4PartonPair::GetParton2 |
( |
void | | ) |
|
|
inline |
◆ SetCollisionType()
void G4PartonPair::SetCollisionType |
( |
G4int | Type | ) |
|
|
inline |
◆ SetPartons()
The documentation for this class was generated from the following files: