Skip to content
Snippets Groups Projects
Commit d4c915d7 authored by Andre Sailer's avatar Andre Sailer Committed by Marko Petric
Browse files

DDG4::InputHandling print vertex history in VERBOSE

parent 6ec7a79f
No related branches found
No related tags found
No related merge requests found
......@@ -464,6 +464,9 @@ int dd4hep::sim::generatePrimaries(const Geant4Action* caller,
}
}
}
if(caller->outputLevel() <= VERBOSE){
v4->Print();
}
}
}
for(map<int,G4PrimaryParticle*>::iterator i=prim.begin(); i!=prim.end(); ++i) {
......
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