Skip to content
Snippets Groups Projects
Commit 590f636c authored by Frank Gaede's avatar Frank Gaede
Browse files

- removed debug printout

parent 780b99d9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ namespace DD4hep { namespace Simulation {
HitContribution contrib = Geant4Hit::extractContribution(step);
Geant4CalorimeterHit* hit=find(collection(0),HitPositionCompare<Geant4CalorimeterHit>(pos));
G4cout << "----------- Geant4GenericSD<Calorimeter>::buildHits : position : " << pos << G4endl ;
// G4cout << "----------- Geant4GenericSD<Calorimeter>::buildHits : position : " << pos << G4endl ;
if ( !hit ) {
......
......@@ -36,7 +36,7 @@ namespace DD4hep { namespace Simulation {
direction *= new_len/hit_len;
}
G4cout << "----------- Geant4GenericSD<Tracker>::buildHits : position : " << prePos << G4endl ;
// G4cout << "----------- Geant4GenericSD<Tracker>::buildHits : position : " << prePos << G4endl ;
Geant4TrackerHit* hit =
new Geant4TrackerHit(h.track->GetTrackID(),
......
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