]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDC.h
AOD particles with cluster index 0 were not checked for their shower shape, avoid...
[u/mrichter/AliRoot.git] / ZDC / AliZDC.h
index 366d6132418a8e36d10239ac54d706196c0b939b..580723fc338975ff7960fe65d5aee3f3842d9b74 100644 (file)
@@ -84,8 +84,12 @@ public:
   
   void  SetSpectatorsTrack() {fSpectatorTracked=0;}
   Int_t SpectatorsTracked() const {return fSpectatorTracked;}
-
+  void  SetBeamEnergy(Float_t beamEnergy) {fBeamEnergy = beamEnergy;}
   void  SetpAsystem() {fIspASystem = kTRUE;}
+  void  SetRELDISGenerator() {fIsRELDISgen = kTRUE;}
+  
+  void  SetOnlyZEM()           {fOnlyZEM=kTRUE;}
+  void  SetMotherFinding()     {fFindMother=kTRUE;}
 
 private:
 
@@ -102,10 +106,15 @@ protected:
 
   TString          fZDCCalibFName;     // Name of the ZDC calibration data
  
-  Int_t fSpectatorTracked; // Are spectator tracked by generator?
+  Int_t   fSpectatorTracked; // Are spectator tracked by generator? 0=NO
+  Float_t fBeamEnergy;      // beam energy from generator (AliGenZDC + RELDIS)
   Bool_t  fIspASystem;       // Configuring pA collisions (MC only)
+  Bool_t  fIsRELDISgen;             // Is RELDIS used as generator
+  
+  Bool_t fOnlyZEM;          // build only ZEM (no had. calorimeters!)
+  Bool_t fFindMother;       // look for particle mothers in the stack in StepManager
   
-  ClassDef(AliZDC,11)          // Zero Degree Calorimeter base class
+  ClassDef(AliZDC,14)          // Zero Degree Calorimeter base class
 };
  
 // Calibration