]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add histograms with energy and pt distribution of clusters per supermodule before...
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Thu, 17 Apr 2014 12:29:46 +0000 (14:29 +0200)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Thu, 17 Apr 2014 12:54:21 +0000 (14:54 +0200)
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)
 
 } ;