From 8d5b6659025d87c3916a49105f9e0e8f3d4fadac Mon Sep 17 00:00:00 2001 From: coppedis Date: Fri, 4 Apr 2003 14:02:23 +0000 Subject: [PATCH] Updated to compile with new AliZDCv2.cxx --- ZDC/AliZDCv2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZDC/AliZDCv2.h b/ZDC/AliZDCv2.h index ddb83cf7480..27c91fb03fb 100644 --- a/ZDC/AliZDCv2.h +++ b/ZDC/AliZDCv2.h @@ -36,8 +36,8 @@ protected: Int_t fMedSensZN; // Sensitive medium for ZN Int_t fMedSensZEM; // Sensitive medium for EM ZDC Int_t fMedSensGR; // Other sensitive medium -// Int_t fMedSensPI; // Beam pipe and magnet coils -// Int_t fMedSensTDI; // TDI Cu shielding + Int_t fMedSensPI; // Beam pipe and magnet coils + Int_t fMedSensTDI; // TDI Cu shielding // Parameters for light tables Int_t fNalfan; // Number of Alfa (neutrons) @@ -64,7 +64,7 @@ protected: Float_t fZEMLength; // ZEM length // Parameters for tracking studies -// Int_t fpLostIT, fpLostD1, fpLostTDI, fpDetected; + Int_t fpLostIT, fpLostD1, fpLostTDI, fpDetected; ClassDef(AliZDCv2,1) // Zero Degree Calorimeter version 1 }; -- 2.31.1