36 Direction = aDirection;
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 "
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() <<
", "
53 << P2->Get4Momentum() <<
G4endl
54 <<
" string mass, 4mom "
55 << (P1->Get4Momentum()+P2->Get4Momentum()).m() <<
" "
56 << (P1->Get4Momentum()+P2->Get4Momentum()) <<
G4endl;