]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliGenPythia.h
making FillQA consistent with AOD
[u/mrichter/AliRoot.git] / PYTHIA6 / AliGenPythia.h
index 1f326fbe565fd5a2bb4aafbc4daa0cb549485e5e..0c82e8cf024c994af29c54137f277c439995f68f 100644 (file)
@@ -71,6 +71,8 @@ class AliGenPythia : public AliGenMC
     // Set colliding nuclei ("p","n",...)
     virtual void    SetCollisionSystem(TString projectile, TString target) { fProjectile = projectile; fTarget = target; }
     virtual void    SetNuclearPDF(Int_t pdf) {fNucPdf = pdf;}
+    virtual void    SetUseNuclearPDF(Bool_t val) {fUseNuclearPDF = val;}
+    virtual void    SetUseLorentzBoost(Bool_t val) {fUseLorentzBoost = val;}
     //
     // Trigger options
     //
@@ -322,6 +324,8 @@ class AliGenPythia : public AliGenMC
                                     // quark families (e.g. b->c)
     Bool_t  fFragmentation;         // Option to activate fragmentation by Pythia
     Bool_t  fSetNuclei;             // Flag indicating that SetNuclei has been called
+    Bool_t  fUseNuclearPDF;         // flag if nuclear pdf should be applied
+    Bool_t  fUseLorentzBoost;       // flag if lorentz boost should be applied
     Bool_t  fNewMIS;                // Flag for the new multipple interactions scenario
     Bool_t  fHFoff;                 // Flag for switching heafy flavor production off
     Int_t   fNucPdf;                // Nuclear pdf 0: EKS98 1: EPS08
@@ -345,8 +349,6 @@ class AliGenPythia : public AliGenMC
     AliRunLoader*            fRL;      //! Run Loader
     const Text_t* fkFileName;          //! Name of file to read from
     const Text_t* fkNameLHEF;          //! Name of lhef file to read from
-    Int_t fPartonShower;
-
     Bool_t fFragPhotonInCalo; // Option to ask for Fragmentation Photon in calorimeters acceptance
     Bool_t fHadronInCalo;     // Option to ask for hadron (not pi0) in calorimeters acceptance
     Bool_t fPi0InCalo;        // Option to ask for Pi0 in calorimeters acceptance