Commit in lcdd/src on MAIN
SensitiveDetectorFactory.cc+2-21.18 -> 1.19
get the naming of the collections right

lcdd/src
SensitiveDetectorFactory.cc 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- SensitiveDetectorFactory.cc	12 Dec 2007 03:19:01 -0000	1.18
+++ SensitiveDetectorFactory.cc	22 Feb 2008 20:24:11 -0000	1.19
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/src/SensitiveDetectorFactory.cc,v 1.18 2007/12/12 03:19:01 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/src/SensitiveDetectorFactory.cc,v 1.19 2008/02/22 20:24:11 wenzel Exp $
 #include "SensitiveDetectorFactory.hh"
 
 // lcdd
@@ -142,8 +142,8 @@
         //
         //G4String  hcnames[2];
         std::vector<G4String> hcnames;
-        hcnames.push_back("Ceren_"+sdt->get_hitsCollectionName());
         hcnames.push_back("Edep_"+sdt->get_hitsCollectionName());
+        hcnames.push_back("Ceren_"+sdt->get_hitsCollectionName());
         //std::cout<< " now creating optical calorimeter"<<std::endl;
         sd = new G4OpticalCalorimeterSD(sdt->get_name(),
                                         hcnames,
CVSspam 0.2.8