Skip to content
Snippets Groups Projects
Commit 854b3df3 authored by Greg's avatar Greg
Browse files

Got rid of stray debug cout in EventGeneratorIsotropic

parent 1c4031e0
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ void EventGeneratorIsotropic::GenerateEvent(G4Event*){
G4double phi = RandFlat::shoot() * 2 * pi ;
G4double particle_energy = par.m_EnergyLow + RandFlat::shoot() * (par.m_EnergyHigh - par.m_EnergyLow) ;
cout << "Event ID= " << event_ID << " / theta= " << theta*180/3.1415 << " / energy= " << particle_energy << endl;
// cout << "Event ID= " << event_ID << " / theta= " << theta*180/3.1415 << " / energy= " << particle_energy << endl;
event_ID++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment