]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCv3.h
Removing SDD overlaps when using residual misalignment (Y. Corrales)
[u/mrichter/AliRoot.git] / ZDC / AliZDCv3.h
index b97edae85280c8b298e25ed6cbdf51ebff794e03..a5b61d63a7c3df6823b84c63e3482dbffd11008a 100644 (file)
@@ -67,11 +67,11 @@ protected:
   Float_t fZEMLength; // ZEM length
   
   // Parameters for proton accepancy studies
-  Int_t fpLostITC, fpLostD1C, fpDetectedC, fnDetectedC; // Side C
-  Int_t fpLostITA, fpLostD1A, fpLostTDI, fpDetectedA, fnDetectedA; // Side A
+  Int_t fpLostITC, fpLostD1C, fpDetectedC, fnDetectedC, fnLumiC; // Side C
+  Int_t fpLostITA, fpLostD1A, fpLostTDI, fpDetectedA, fnDetectedA, fnLumiA, fnTrou; // Side A
   
   
-   ClassDef(AliZDCv3,2)  // Zero Degree Calorimeter version 1
+   ClassDef(AliZDCv3,3)  // Zero Degree Calorimeter version 1
 }; 
  
 #endif