]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/totEt/AliAnalysisEtReconstructed.h
- Adding sparse histograms
[u/mrichter/AliRoot.git] / PWG4 / totEt / AliAnalysisEtReconstructed.h
index e27cb273332d446669a11a8c17febf748d072c69..f51b9182c1fa4e5c3e226fa987400c35f144b5be 100644 (file)
@@ -40,7 +40,6 @@ protected:
 
     AliAnalysisHadEtCorrections *fCorrections;//corrections needed for hadronic et
 
-    Double_t fTrackDistanceCut; // cut on track distance    
     Double_t fPidCut; // cut on the pid probability
     
     Char_t fClusterType; // selection on cluster type
@@ -50,6 +49,11 @@ protected:
     TH2F *fHistAntiProtonEnergyDeposit; /** Energy deposited in calorimeter by anti-protons */    
     TH2F *fHistChargedKaonEnergyDeposit; /** Energy deposited in calorimeter by charged kaons */    
     TH2F *fHistMuonEnergyDeposit; /** Energy deposited in calorimeter by muons */
+
+    TH1F *fHistRemovedEnergy;
+
+    Double_t fGeomCorrection;
+    Double_t fEMinCorrection;
     
   private: