|
Geant4
10.02.p02
|
#include <G4PartonPair.hh>
Collaboration diagram for G4PartonPair:Public Types | |
| enum | { DIFFRACTIVE = 1, SOFT = 2, HARD = 3 } |
| enum | { PROJECTILE = 1, TARGET = -1 } |
Public Member Functions | |
| G4PartonPair (G4Parton *P1, G4Parton *P2, G4int Type, G4int Direction) | |
| ~G4PartonPair () | |
| void | SetPartons (G4Parton *P1, G4Parton *P2) |
| void | SetCollisionType (G4int Type) |
| G4int | GetCollisionType () |
| G4Parton * | GetParton1 (void) |
| G4Parton * | GetParton2 (void) |
| G4int | GetDirection () |
Private Member Functions | |
| G4PartonPair (const G4PartonPair &right) | |
| int | operator== (const G4PartonPair &right) const |
| int | operator!= (const G4PartonPair &right) const |
Private Attributes | |
| G4Parton * | Parton1 |
| G4Parton * | Parton2 |
| G4int | CollisionType |
| G4int | Direction |
Definition at line 35 of file G4PartonPair.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| DIFFRACTIVE | |
| SOFT | |
| HARD | |
Definition at line 38 of file G4PartonPair.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| PROJECTILE | |
| TARGET | |
Definition at line 43 of file G4PartonPair.hh.
Definition at line 31 of file G4PartonPair.cc.
References CollisionType, Direction, G4cout, G4endl, G4Parton::Get4Momentum(), G4Parton::GetColour(), G4Parton::GetDefinition(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleType(), G4Parton::GetSpinZ(), m, P1, P2, Parton1, Parton2, PROJECTILE, and SOFT.
Here is the call graph for this function:| G4PartonPair::~G4PartonPair | ( | ) |
Definition at line 60 of file G4PartonPair.cc.
|
private |
|
inline |
Definition at line 89 of file G4PartonPair.hh.
References CollisionType.
|
inline |
Definition at line 94 of file G4PartonPair.hh.
References Direction.
Referenced by G4DiffractiveStringBuilder::BuildString(), and G4SoftStringBuilder::BuildString().
Here is the caller graph for this function:
|
inline |
Definition at line 74 of file G4PartonPair.hh.
References Parton1.
Referenced by G4DiffractiveStringBuilder::BuildString(), G4SoftStringBuilder::BuildString(), G4QGSParticipants::PerformDiffractiveCollisions(), and G4QGSParticipants::PerformSoftCollisions().
Here is the caller graph for this function:
|
inline |
Definition at line 79 of file G4PartonPair.hh.
References Parton2.
Referenced by G4DiffractiveStringBuilder::BuildString(), G4SoftStringBuilder::BuildString(), G4QGSParticipants::PerformDiffractiveCollisions(), and G4QGSParticipants::PerformSoftCollisions().
Here is the caller graph for this function:
|
private |
|
private |
|
inline |
Definition at line 84 of file G4PartonPair.hh.
References CollisionType.
|
private |
Definition at line 69 of file G4PartonPair.hh.
Referenced by G4PartonPair(), GetCollisionType(), and SetCollisionType().
|
private |
Definition at line 70 of file G4PartonPair.hh.
Referenced by G4PartonPair(), and GetDirection().
|
private |
Definition at line 67 of file G4PartonPair.hh.
Referenced by G4PartonPair(), and GetParton1().
|
private |
Definition at line 68 of file G4PartonPair.hh.
Referenced by G4PartonPair(), and GetParton2().