#include <G4QPartonPair.hh>
Definition at line 50 of file G4QPartonPair.hh.
◆ anonymous enum
◆ anonymous enum
◆ G4QPartonPair()
Definition at line 44 of file G4QPartonPair.cc.
45 : Parton1(P1), Parton2(P2), CollisionType(Type), Direction(aDirection) {}
◆ ~G4QPartonPair()
G4QPartonPair::~G4QPartonPair |
( |
| ) |
|
◆ GetCollisionType()
G4int G4QPartonPair::GetCollisionType |
( |
| ) |
|
|
inline |
◆ GetDirection()
G4int G4QPartonPair::GetDirection |
( |
| ) |
|
|
inline |
◆ GetParton1()
◆ GetParton2()
◆ operator!=()
Definition at line 63 of file G4QPartonPair.hh.
64 {
65 return (CollisionType == right.CollisionType &&
66 *Parton1 == *right.Parton1 && *Parton2 == *right.Parton2) ? 0: 1;
67 }
◆ operator==()
Definition at line 58 of file G4QPartonPair.hh.
59 {
60 return (CollisionType == right.CollisionType &&
61 *Parton1 == *right.Parton1 && *Parton2 == *right.Parton2) ? 1: 0;
62 }
◆ SetCollisionType()
void G4QPartonPair::SetCollisionType |
( |
G4int |
Type | ) |
|
|
inline |
◆ SetPartons()
The documentation for this class was generated from the following files: