X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGJE%2FEMCALJetTasks%2FAliJetModelBaseTask.h;h=3760990780055e4b8dde5980632212e1d1f49b74;hb=4a93a6e5952a92a259e41a0d585b48f79c382fc8;hp=85fbf5a17cf27096701ba575fe30b1cdd4d46996;hpb=f78c506b5a881040c01a0e6b568553abf59e5df5;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGJE/EMCALJetTasks/AliJetModelBaseTask.h b/PWGJE/EMCALJetTasks/AliJetModelBaseTask.h index 85fbf5a17cf..37609907800 100644 --- a/PWGJE/EMCALJetTasks/AliJetModelBaseTask.h +++ b/PWGJE/EMCALJetTasks/AliJetModelBaseTask.h @@ -11,6 +11,7 @@ class AliVCaloCells; class AliAODMCParticle; class AliNamedArrayI; class TF2; +class AliPythiaInfo; #include #include @@ -42,6 +43,7 @@ class AliJetModelBaseTask : public AliAnalysisTaskSE { void SetClusName(const char *n) { fCaloName = n; } void SetCellsName(const char *n) { fCellsName = n; } void SetMCParticlesName(const char *n) { fMCParticlesName = n; } + void SetPythiaInfoName(const char *n) { fPythiaInfoName = n; } void SetSuffix(const char *s) { fSuffix = s; } void SetGeometryName(const char *n) { fGeomName = n; } void SetMarkMC(Int_t m) { fMarkMC = m; } @@ -84,6 +86,7 @@ class AliJetModelBaseTask : public AliAnalysisTaskSE { TString fOutCellsName; // name of output cells collection TString fMCParticlesName; // name of MC particle collection TString fOutMCParticlesName; // name of output MC particle collection + TString fPythiaInfoName; // name of pythia info Bool_t fIsMC; // whether the current event is MC or not TString fSuffix; // suffix to add in the name of new collections Float_t fEtaMin; // eta minimum value @@ -122,6 +125,7 @@ class AliJetModelBaseTask : public AliAnalysisTaskSE { Int_t fMCLabelShift; //!MC label shift Bool_t fEsdMode; //!ESD/AOD mode TList *fOutput; //!output list for QA histograms + AliPythiaInfo *fPythiaInfo; //!Info on original partons:PDG,pt, eta, phi and pythia event weight private: AliJetModelBaseTask(const AliJetModelBaseTask&); // not implemented