From 590f636ca8aad2d8223a3af3ab5dc44a5a92b9a4 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 5 Aug 2013 09:38:36 +0000 Subject: [PATCH] - removed debug printout --- DDG4/src/Geant4CalorimeterSD.cpp | 2 +- DDG4/src/Geant4TrackerSD.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DDG4/src/Geant4CalorimeterSD.cpp b/DDG4/src/Geant4CalorimeterSD.cpp index ab69cff5b..a769bc85d 100644 --- a/DDG4/src/Geant4CalorimeterSD.cpp +++ b/DDG4/src/Geant4CalorimeterSD.cpp @@ -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 ) { diff --git a/DDG4/src/Geant4TrackerSD.cpp b/DDG4/src/Geant4TrackerSD.cpp index a1032aa7b..02abee5c0 100644 --- a/DDG4/src/Geant4TrackerSD.cpp +++ b/DDG4/src/Geant4TrackerSD.cpp @@ -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(), -- GitLab