Problem 1610

Summary: Clutter: G4PSCylinderSurfaceCurrent::ProcessHits is writing position information to G4cout
Product: Geant4 Reporter: Peter Jansson <webmaster>
Component: digits_hits/detectorAssignee: asai
Status: RESOLVED FIXED    
Severity: enhancement CC: webmaster
Priority: P5    
Version: other   
Hardware: All   
OS: All   

Description Peter Jansson 2014-04-15 09:29:06 CEST
Version: 10.00, patch 01.
File: G4PSCylinderSurfaceCurrent.cc
Line number: 101

Current line:
G4cout << " pos " << preStep->GetPosition() <<" dirFlag " << G4endl;

It clutters the terminal and take resources from the machine when writing to standard output. Can this line be removed or perhaps be conditioned on high enough verbosity level? 

Best regards,
Peter.
Comment 1 asai 2014-04-27 03:13:46 CEST
Thanks for reporting this mistake. The fix will be included in the next patch release.