]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliTriggerAnalysis.h
Renamed
[u/mrichter/AliRoot.git] / ANALYSIS / AliTriggerAnalysis.h
index 18cade91db6c48b0f92044967e70d583f8acda6e..631d9035e21ecbe22ea017642e26987274c9c22a 100644 (file)
@@ -75,7 +75,9 @@ class AliTriggerAnalysis : public TObject
     Float_t GetV0AdcThr()     const { return fV0AdcThr; }
     Float_t GetFMDLowThreshold() const { return fFMDLowCut; }
     Float_t GetFMDHitThreshold() const { return fFMDHitCut; }
-    
+    TMap * GetTriggerClasses() const { return fTriggerClasses;}
+
+
     virtual Long64_t Merge(TCollection* list);
     void SaveHistograms() const;
     
@@ -114,6 +116,7 @@ class AliTriggerAnalysis : public TObject
     TH1F* fHistZDC;            //histograms that histogram the criterion the cut is applied on: fired bits (6 bins)
     TH1F* fHistTDCZDC;         // histograms that histogram the criterion the cut is applied on: TDC bits (32 bins)
     TH2F* fHistTimeZDC;        // histograms that histogram the criterion the cut is applied on: ZDC TDC timing
+    TH2F* fHistTimeCorrZDC;    // histograms that histogram the criterion the cut is applied on: ZDC Corrected TDC timing
     TH1F* fHistFMDA;           // histograms that histogram the criterion the cut is applied on: number of hit combination above threshold
     TH1F* fHistFMDC;           // histograms that histogram the criterion the cut is applied on: number of hit combination above threshold
     TH1F* fHistFMDSingle;      // histograms that histogram the criterion the cut is applied on: single mult value (more than one entry per event)
@@ -124,7 +127,7 @@ class AliTriggerAnalysis : public TObject
     Bool_t fMC;              // flag if MC is analyzed
     AliESDtrackCuts* fEsdTrackCuts;  //Track Cuts to select ESD tracks
 
-    ClassDef(AliTriggerAnalysis, 12)
+    ClassDef(AliTriggerAnalysis, 13)
     
   private:
     AliTriggerAnalysis(const AliTriggerAnalysis&);