]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaPhoton.h
comment out unused variable
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaPhoton.h
index b71acc179ee877b3068cf3834840d3ebf416a770..13f066288b0a98dc857b6c02aa717d5cf08388bd 100755 (executable)
@@ -439,10 +439,15 @@ class AliAnaPhoton : public AliAnaCaloTrackCorrBaseClass {
   TH2F * fhPtPhotonNPileUpSPDVtxTimeCut2;           //! photon pt vs number of spd pile-up vertices, time cut +-75 ns
   TH2F * fhPtPhotonNPileUpTrkVtxTimeCut2;           //! photon pt vs number of track pile-up vertices, time cut +- 75 ns
        
+  TH2F * fhEClusterSM ;                             //! cluster E distribution per SM, before any selection, after reader
+  TH2F * fhEPhotonSM  ;                             //! photon-like cluster E distribution per SM
+  TH2F * fhPtClusterSM;                             //! cluster E distribution per SM, before any selection, after reader
+  TH2F * fhPtPhotonSM ;                             //! photon-like cluster E distribution per SM
+  
   AliAnaPhoton(              const AliAnaPhoton & g) ; // cpy ctor
   AliAnaPhoton & operator = (const AliAnaPhoton & g) ; // cpy assignment
   
-  ClassDef(AliAnaPhoton,35)
+  ClassDef(AliAnaPhoton,36)
 
 } ;