]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCv3.h
Updates (A. Toia)
[u/mrichter/AliRoot.git] / ZDC / AliZDCv3.h
index a5b61d63a7c3df6823b84c63e3482dbffd11008a..4ad2e547c8c49dd46592bbb079911cf86c7d550a 100644 (file)
@@ -27,6 +27,24 @@ public:
   virtual void  InitTables();
   virtual void  StepManager();
   
+  void SetVCollSideCAperture(Float_t aperture)
+       {if(aperture<3.5) fVCollSideCAperture = aperture; 
+        else printf("\n\n AliZDCv3: WARNING! SideA TCTVB aperture set to max.: 3.5 cm\n\n");}
+  void SetVCollSideCCentre(Float_t centre) {fVCollSideCCentreY = centre;}
+  
+  void SetVCollSideAAperture(Float_t aperture)
+       {if(aperture<3.5) fVCollSideAAperture = aperture; 
+        else printf("\n\n AliZDCv3: WARNING! SideA TCTVB aperture set to max.: 3.5 cm\n\n");}
+  void SetVCollSideACentre(Float_t centre) {fVCollSideACentreY = centre;}
+  
+  void SetLumiLength(Float_t length) {fLumiLength = length;}
+  
+  void SetYZNC(Float_t yZNC) {fPosZNC[1] = yZNC;}
+  void SetYZNA(Float_t yZNA) {fPosZNA[1] = yZNA;}
+  
+  void SetYZPC(Float_t yZPC) {fPosZPC[1] = yZPC;}
+  void SetYZPA(Float_t yZPA) {fPosZPA[1] = yZPA;}
+  
  
 protected:
 
@@ -39,6 +57,8 @@ protected:
   Int_t   fMedSensGR;         // Other sensitive medium
   Int_t   fMedSensPI;         // Beam pipe and magnet coils
   Int_t   fMedSensTDI;        // Cu materials along beam pipe
+  Int_t   fMedSensVColl;      // W jaws of vertical collimators
+  Int_t   fMedSensLumi;       // luminometer medium
   
   // Parameters for light tables
   Int_t   fNalfan;           // Number of Alfa (neutrons)
@@ -67,11 +87,18 @@ protected:
   Float_t fZEMLength; // ZEM length
   
   // Parameters for proton accepancy studies
-  Int_t fpLostITC, fpLostD1C, fpDetectedC, fnDetectedC, fnLumiC; // Side C
-  Int_t fpLostITA, fpLostD1A, fpLostTDI, fpDetectedA, fnDetectedA, fnLumiA, fnTrou; // Side A
+  Int_t fpLostITC, fpLostD1C, fpcVCollC, fpDetectedC, fnDetectedC; // Side C
+  Int_t fpLostITA, fpLostD1A, fpLostTDI, fpcVCollA, fpDetectedA, fnDetectedA; // Side A
+  
+  // Parameters to describe vertical collimator aperture
+  Float_t fVCollSideCAperture; // Semi-aperture of TCTVB jaws
+  Float_t fVCollSideCCentreY;  // Centre of TCTVB jaw apertures
+  Float_t fVCollSideAAperture; // Semi-aperture of TCTVB jaws
+  Float_t fVCollSideACentreY;  // Centre of TCTVB jaw apertures
   
+  Float_t fLumiLength;  // Luminometer length
   
-   ClassDef(AliZDCv3,3)  // Zero Degree Calorimeter version 1
+  ClassDef(AliZDCv3,7)  // Zero Degree Calorimeter version 1
 }; 
  
 #endif