Skip to content
Snippets Groups Projects
Commit 0902dc10 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Add log message for customized FTF parameters

parent a9c79c7b
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ void G4FTFParameters::InitForInteraction( const G4ParticleDefinition* particle,
G4double S = ProjectileMass2 + TargetMass2 + 2.0*TargetMass*Elab;
G4cout << "--------- Customized FTF Parameters define debugFTFparams to debug --------------" << G4endl;
#ifdef debugFTFparams
G4cout << "--------- FTF Parameters --------------" << G4endl << "Proj Plab "
<< ProjectilePDGcode << " " << Plab << G4endl << "Mass KinE " << ProjectileMass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment