]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/totEt/AliAnalysisEtReconstructed.h
add default options for kepler gpu family
[u/mrichter/AliRoot.git] / PWGLF / totEt / AliAnalysisEtReconstructed.h
index 8eb54b1c62c6cc0fdd45249490a5a65957226890..96f6cbad9625b88467401f974dfb6738c63b0015 100644 (file)
@@ -69,6 +69,9 @@ protected:
     TH2D *fClusterPositionAcceptedEnergy; // Position of clusters
     TH2D *fClusterPositionAllEnergy; // Position of clusters
     TH1F *fClusterEnergy; // Distribution of cluster energies
+    TH2F *fClusterEnergyCent; // Distribution of cluster energies vs centrality bin
+    TH2F *fClusterEnergyCentMatched; // Distribution of cluster energies vs centrality bin
+    TH2F *fClusterEnergyCentNotMatched; // Distribution of cluster energies vs centrality bin
     TH1F *fClusterEt; // Distribution of cluster energies
     
     TH2D *fHistChargedEnergyRemoved; // Charged energy removed
@@ -100,6 +103,20 @@ protected:
     TH2F *fHistTotAllRawEtEffCorr; // all clusters reco eff applied
     Double_t ApplyModifiedCorrections(const AliESDCaloCluster& cluster,Int_t nonLinCorr, Int_t effCorr, Int_t cent);//nonLinCorr 0 = nominal 1 = high -1 = low, effCorr  0 = nominal 1 = high -1 = low
 
+    TH3F *fHistNClustersPhosVsEmcal; // all clusters no reco eff
+    TH2F *fHistClusterSizeVsCent; // all clusters no reco eff
+    TH2F *fHistMatchedClusterSizeVsCent; // all clusters no reco eff
+    TH2F *fHistTotAllRawEtVsTotalPt; // all clusters no reco eff
+    //fHistTotAllRawEtVsTotalPtCent
+    TH3F *fHistTotAllRawEtVsTotalPtVsCent; // all clusters no reco eff
+    TH3F *fHistTotMatchedRawEtVsTotalPtVsCent; // all clusters no reco eff
+    TH2F *fHistPIDProtonsTrackMatchedDepositedVsNch;
+    TH2F *fHistPIDAntiProtonsTrackMatchedDepositedVsNch;
+    TH2F *fHistPIDProtonsTrackMatchedDepositedVsNcl;
+    TH2F *fHistPIDAntiProtonsTrackMatchedDepositedVsNcl;
+    TH2F *fHistPiKPTrackMatchedDepositedVsNch;
+    TH3F *fHistCentVsNchVsNclReco;
+
 private:
 
     AliAnalysisEtReconstructed(const AliAnalysisEtReconstructed& g);