Print

Print


Commit in lcdd/include on MAIN
G4OpticalCalorimeterSD.hh+3-31.4 -> 1.5
fix wrong header def

lcdd/include
G4OpticalCalorimeterSD.hh 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- G4OpticalCalorimeterSD.hh	18 Feb 2008 20:57:01 -0000	1.4
+++ G4OpticalCalorimeterSD.hh	6 Dec 2010 21:48:46 -0000	1.5
@@ -1,5 +1,5 @@
-#ifndef LCDD_G4CALORIMETERSD_HH
-#define LCDD_G4CALORIMETERSD_HH
+#ifndef LCDD_G4OPTICALCALORIMETERSD_HH
+#define LCDD_G4OPTICALCALORIMETERSD_HH
 
 // slic
 #include "G4CalorimeterSD.hh"
@@ -16,7 +16,7 @@
 
     public: 
         //enum for the two Hit Collections (cerenkov and edep):
-  enum HCType { eEdep=0, eCerenkov=1};
+        enum HCType { eEdep=0, eCerenkov=1};
         
         G4OpticalCalorimeterSD(G4String sdName,
                                G4String hcName,
CVSspam 0.2.8