Commit in lcdd/src/lcdd/detectors on MAIN
SensitiveDetectorFactory.cc+2-21.7 -> 1.8
Make StepCombiningTrackerHitProcessor the default instead of the basic processor.

lcdd/src/lcdd/detectors
SensitiveDetectorFactory.cc 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- SensitiveDetectorFactory.cc	17 Sep 2013 00:29:40 -0000	1.7
+++ SensitiveDetectorFactory.cc	30 Oct 2013 00:10:15 -0000	1.8
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/src/lcdd/detectors/SensitiveDetectorFactory.cc,v 1.7 2013/09/17 00:29:40 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/src/lcdd/detectors/SensitiveDetectorFactory.cc,v 1.8 2013/10/30 00:10:15 jeremy Exp $
 
 // LCDD
 #include "lcdd/detectors/SensitiveDetectorFactory.hh"
@@ -129,7 +129,7 @@
             // Need to add default HitProcessors because none were specified in the detector's XML.
             if (sensitiveDetectorTypeName == "tracker") {
                 // Add the default TrackerHitProcessor.
-                sensitiveDetector->addHitProcessor(HitProcessorManager::instance()->getFactory("BasicTrackerHitProcessor")->createHitProcessor(sensitiveDetector));
+                sensitiveDetector->addHitProcessor(HitProcessorManager::instance()->getFactory("StepCombiningTrackerHitProcessor")->createHitProcessor(sensitiveDetector));
             } else if (sensitiveDetectorTypeName == "calorimeter" ) {
                 // Add the default CalorimeterHitProcessor.
                 sensitiveDetector->addHitProcessor(HitProcessorManager::instance()->getFactory("LegacyCalorimeterHitProcessor")->createHitProcessor(sensitiveDetector));
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