Geant4
9.6.p02
|
#include <G4QPartonPair.hh>
Public Types | |
enum | { DIFFRACTIVE = 1, SOFT = 2, HARD = 3 } |
enum | { PROJECTILE = 1, TARGET = -1 } |
Public Member Functions | |
G4QPartonPair (G4QParton *P1, G4QParton *P2, G4int Type=0, G4int Direction=0) | |
~G4QPartonPair () | |
G4int | operator== (const G4QPartonPair &right) const |
G4int | operator!= (const G4QPartonPair &right) const |
void | SetPartons (G4QParton *P1, G4QParton *P2) |
void | SetCollisionType (G4int Type) |
G4int | GetCollisionType () |
G4QParton * | GetParton1 () |
G4QParton * | GetParton2 () |
G4int | GetDirection () |
Definition at line 50 of file G4QPartonPair.hh.
anonymous enum |
Enumerator | |
---|---|
DIFFRACTIVE | |
SOFT | |
HARD |
Definition at line 53 of file G4QPartonPair.hh.
anonymous enum |
Enumerator | |
---|---|
PROJECTILE | |
TARGET |
Definition at line 54 of file G4QPartonPair.hh.
G4QPartonPair::G4QPartonPair | ( | G4QParton * | P1, |
G4QParton * | P2, | ||
G4int | Type = 0 , |
||
G4int | Direction = 0 |
||
) |
Definition at line 44 of file G4QPartonPair.cc.
G4QPartonPair::~G4QPartonPair | ( | ) |
Definition at line 47 of file G4QPartonPair.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 63 of file G4QPartonPair.hh.
|
inline |
Definition at line 58 of file G4QPartonPair.hh.
Definition at line 70 of file G4QPartonPair.hh.
Definition at line 69 of file G4QPartonPair.hh.