70 LOG(
"SecondNucleonEmissionI",
pINFO) <<
"Adding a recoil nucleon with PDG " << eject_nucleon_pdg ;
78 double vx = nucleon->
Vx();
79 double vy = nucleon->
Vy();
80 double vz = nucleon->
Vz();
81 double px = -1.* nucleon->
Px();
82 double py = -1.* nucleon->
Py();
83 double pz = -1.* nucleon->
Pz();
85 double E = TMath::Sqrt(px*px+py*py+pz*pz+M*M);
87 evrec->
AddParticle( eject_nucleon_pdg, status, imom, -1, -1, -1, px, py, pz, E, vx, vy, vz, 0 );
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE,...
STDHEP-like event record entry that can fit a particle or a nucleus.