Commit in lcdd/src on MAIN
G4SensitiveDetector.cc+1-111.17 -> 1.18
remove debug print outs

lcdd/src
G4SensitiveDetector.cc 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- G4SensitiveDetector.cc	30 May 2013 00:04:12 -0000	1.17
+++ G4SensitiveDetector.cc	18 Jun 2013 19:58:43 -0000	1.18
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/src/G4SensitiveDetector.cc,v 1.17 2013/05/30 00:04:12 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/src/G4SensitiveDetector.cc,v 1.18 2013/06/18 19:58:43 jeremy Exp $
 
 #include "G4SensitiveDetector.hh"
 
@@ -134,25 +134,15 @@
 
 Id64bit G4SensitiveDetector::makeId() const
 {
-    std::cout << "makeId" << std::endl;
-
     Id64bit id64;
-
     if (hasIdSpec()) {
 
-        std::cout << "creating ordered id vec" << std::endl;
-
         // get idvec ordered by this idspec
         const IdVec ids = IdFactory::createOrderedIdVec(step(), this);
 
-        std::cout << "creating id 64 bit" << std::endl;
-
         // pack into 64 bit cell id
         id64 = IdFactory::createId64bit(ids, getIdSpec());
     }
-
-    std::cout << "returning id" << std::endl;
-
     return id64;
 }
 
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1