]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliGenDPMjetEventHeader.h
1) Centrality dependent thresholds parameters
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliGenDPMjetEventHeader.h
index 11443bbff0e0eab901bce6f3eb561aa14f9f352d..7225bfc046d588d02c9a546571c6707eaec0b3e4 100644 (file)
@@ -20,8 +20,8 @@ class AliGenDPMjetEventHeader : public AliGenEventHeader, public AliCollisionGeo
   Float_t TotalEnergy()  const {return fTotalEnergy;} 
   Int_t   Trials()       const {return fTrials;}
   Int_t   ProcessType()  const {return fProcessType;}
-  
-         
+  void    SetNDiffractive(Int_t sd1, Int_t sd2, Int_t sdd) {fNSD1 = sd1; fNSD2 = sd2; fNDD = sdd;}
+  void    GetNDiffractive(Int_t& sd1, Int_t& sd2, Int_t& sdd) {sd1 = fNSD1; sd2 = fNSD2; sdd = fNDD;}
   // Setters
   void SetTotalEnergy(Float_t energy)  {fTotalEnergy = energy;}
   void SetTrials(Int_t trials)         {fTrials      = trials;}
@@ -31,7 +31,9 @@ protected:
   Float_t fTotalEnergy;              // Total energy of produced particles
   Int_t   fTrials;                   // Number of trials to fulfill trigger condition
   Int_t   fProcessType;              // Process Type 
-  
+  Int_t   fNSD1;                     // number of SD1 in pA, AA 
+  Int_t   fNSD2;                     // number of SD2 in pA, AA
+  Int_t   fNDD;                      // number of DD  in pA, AA
   ClassDef(AliGenDPMjetEventHeader,1) // Event header for dpmjet event
 };