X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG4%2FCaloCalib%2FAliAnalysisTaskEMCALClusterize.h;fp=PWG4%2FCaloCalib%2FAliAnalysisTaskEMCALClusterize.h;h=bd6462f21afdcfdc3a5664771a781bece95a8789;hb=a39f5b706fdf439da800dfe272e80fe7061ff504;hp=269a174a8c3a65a4d13d85da2c0d3833b7f154cc;hpb=13cd2872585706f1f1143df59a5748d478a18f03;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h b/PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h index 269a174a8c3..bd6462f21af 100644 --- a/PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h +++ b/PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h @@ -121,13 +121,14 @@ class AliAnalysisTaskEMCALClusterize : public AliAnalysisTaskSE { Int_t fCellLabels[12672]; // Array with MC label to be passed to digit. Int_t fCellSecondLabels[12672]; // Array with Second MC label to be passed to digit. - + Double_t fCellTime[12672]; // Array with cluster time to be passed to digit in case of AODs + Int_t fMaxEvent; // Set a maximum event Bool_t fDoTrackMatching; // On/Off the matching recalulation to speed up analysis in PbPb Bool_t fSelectCell; // Reject cells from cluster if energy is too low and recalculate position/energy and other - ClassDef(AliAnalysisTaskEMCALClusterize, 9); + ClassDef(AliAnalysisTaskEMCALClusterize, 10); }; #endif //ALIANALYSISTASKEMCALCLUSTERIZE_H