38 #ifdef DEBUG_PartonPair
39 G4cout <<
"ctor G4PartonPair - "
40 << (aDirection==
PROJECTILE ?
"Projectile":
"Target")
42 <<
" Parton 1 name, type, spin-3, colour, 4-mom "
43 <<
P1->GetDefinition()->GetParticleName() <<
", "
44 <<
P1->GetDefinition()->GetParticleType() <<
", "
45 <<
P1->GetSpinZ() <<
", "
46 <<
P1->GetColour() <<
", "
47 <<
P1->Get4Momentum() <<
" " <<
G4endl
48 <<
" Parton 2 name, type, spin-3, colour, 4-mom "
49 <<
P2->GetDefinition()->GetParticleName() <<
", "
50 <<
P2->GetDefinition()->GetParticleType() <<
", "
51 <<
P2->GetSpinZ() <<
", "
52 <<
P2->GetColour() <<
", "
54 <<
" string mass, 4mom "
55 << (
P1->Get4Momentum()+
P2->Get4Momentum()).
m() <<
" "
56 << (
P1->Get4Momentum()+
P2->Get4Momentum()) <<
G4endl;
static const G4double * P1[nN]
static const G4double * P2[nN]
static constexpr double m
G4GLOB_DLL std::ostream G4cout
G4PartonPair(G4Parton *P1, G4Parton *P2, G4int Type, G4int Direction)