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 );