Print

Print


Commit in projects/lcdd/trunk/src/lcdd/detectors on MAIN
OpticalCalorimeterHitProcessor.cc+3-13027 -> 3028
Comment out debug printout.

projects/lcdd/trunk/src/lcdd/detectors
OpticalCalorimeterHitProcessor.cc 3027 -> 3028
--- projects/lcdd/trunk/src/lcdd/detectors/OpticalCalorimeterHitProcessor.cc	2014-02-26 20:15:17 UTC (rev 3027)
+++ projects/lcdd/trunk/src/lcdd/detectors/OpticalCalorimeterHitProcessor.cc	2014-02-26 20:24:52 UTC (rev 3028)
@@ -22,7 +22,9 @@
 }
 
 bool OpticalCalorimeterHitProcessor::processHits(G4Step* step) {
-
+    // FIXME: This should not be here.  Unfortunately, it appears that instantiating
+    //        it in the constructor does not work due to unintialized Geant4 data structures.
+    //        The HitProcessor may need an initialize method called in start of event.
     if (_cerenGenerator == NULL)
         _cerenGenerator = new Cerenkov();
 
SVNspam 0.1


Use REPLY-ALL to reply to list

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