66     incidentParticleSCM( incidentParticleSCM ),
 
   67     incidentParticleLAB( incidentParticleLAB ),
 
   68     nucleusParticleSCM( nucleusParticleSCM ),
 
   69     nucleusParticleLAB( nucleusParticleLAB ),
 
   70     outputParticleSCM( outputParticleSCM ),
 
   71     outputParticleLAB( outputParticleLAB ),
 
   72     nucleusOutputParticleSCM( nucleusOutputParticleSCM ),
 
   73     nucleusOutputParticleLAB( nucleusOutputParticleLAB ),
 
   74     incidentParticle( incidentParticle ), nucleusParticle( nucleusParticle ),
 
   75     outputParticle( outputParticle ),
 
   76     nucleusOutputParticle( nucleusOutputParticle )
 
   84     std::ostream::fmtflags  savedFlags( out.flags() );
 
   85     std::streamsize         prec( out.precision() );
 
   88     out.flags( std::ios::fixed );
 
   91     out << 
"       Incident particle       (LAB) : " <<
 
   99     out << 
"       Nucleus particle        (LAB) : " <<
 
  103     out << 
"                               (SCM) : " <<
 
  107     out << 
"       Output particle         (LAB) : " <<
 
  111     out << 
"                               (SCM) : " <<
 
  115     out << 
"       Nucleus output particle (LAB) : " <<
 
  120     out << 
"                               (SCM) : " <<
 
  126     out.precision( prec );
 
  127     out.flags( savedFlags );