]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDCRecoParamPbPb.h
Bug Fix.
[u/mrichter/AliRoot.git] / ZDC / AliZDCRecoParamPbPb.h
index 33a6cea2ae36b7ec127e4f7aecd8c39957b55ca8..2f0e50de892b4c0379c45cffbfa2098fa3ece9c2 100644 (file)
@@ -26,16 +26,16 @@ class AliZDCRecoParamPbPb : public AliZDCRecoParam {
 
 
   // make reco parameters for A-A collisions
-  static AliZDCRecoParamPbPb *GetHighFluxParam();
+  static AliZDCRecoParamPbPb *GetHighFluxParam(Float_t beamEnergy);
   
   TH1D* GethNpartDist()  const {return fhNpartDist;} 
   TH1D* GethbDist()     const {return fhbDist;}
   Float_t GetClkCenter() const {return fClkCenter;}
+  
   void SetNpartDist(TH1D *hDist) {fhNpartDist = hDist;}    
   void SetbDist(TH1D *hbDist) {fhbDist = hbDist;}    
   void SetClkCenter(Float_t xValue) {fClkCenter = xValue;}    
-  void SetGlauberMCDist(); 
+  void SetGlauberMCDist(Float_t beamEnergy); 
     
   //void Print(Option_t *) const; 
   
@@ -43,9 +43,9 @@ class AliZDCRecoParamPbPb : public AliZDCRecoParam {
   
   // *** PARAMETERS FOR Pb-Pb COLLISIONS
   // --- Correlation E_ZDC vs. E_ZEM
-  TH1D *  fhNpartDist;  // Npart distribution from Glauber MC
-  TH1D *  fhbDist;     // b distribution from Glauber MC
-  Float_t fClkCenter;   // clock center: value of x-axis 
+  TH1D *  fhNpartDist;    // Npart distribution from Glauber MC
+  TH1D *  fhbDist;       // b distribution from Glauber MC
+  Float_t fClkCenter;     // clock center: value of x-axis 
  
  ClassDef(AliZDCRecoParamPbPb, 3)