]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix issue with THnSparse derived types in header file; use base class pointer
authormvl <marco.van.leeuwen@cern.ch>
Tue, 3 Jun 2014 15:30:18 +0000 (17:30 +0200)
committermvl <marco.van.leeuwen@cern.ch>
Tue, 3 Jun 2014 15:30:43 +0000 (17:30 +0200)
PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskHJetSpectra.h

index 081d755cfceedb40b1b9d41e451f75664bd88f35..0fb0a12ca8d501846c84dccbf87b96eb7d5c958f 100644 (file)
@@ -139,10 +139,10 @@ class AliAnalysisTaskHJetSpectra : public AliAnalysisTaskSE {
 
    TH1I               *fHistEvtSelection;     //!  event statistics
    TH2F               *fh2Ntriggers;  //! trigger counter
-   THnSparseF         *fHJetSpec;//!  TT associated spectrum of jets
-   THnSparseF         *fHJetSpecSubUeMedian;//! TT associated spectrum of jets, jetPT corredted for UE cell median
-   THnSparseF         *fHJetSpecSubUeCone;//! TT associated spectrum of jets, jetPT corredted for UE perp cone
-   THnSparseF         *fHJetSpecSubUeCMS; //! TT associated spectrum of jets, jetPT corredted for UE CMS
+   THnSparse          *fHJetSpec;//!  TT associated spectrum of jets
+   THnSparse          *fHJetSpecSubUeMedian;//! TT associated spectrum of jets, jetPT corredted for UE cell median
+   THnSparse          *fHJetSpecSubUeCone;//! TT associated spectrum of jets, jetPT corredted for UE perp cone
+   THnSparse          *fHJetSpecSubUeCMS; //! TT associated spectrum of jets, jetPT corredted for UE CMS
 
    TH2F    *fhRhoCellMedian; //! X=rho from cell median Y=centrality
    TH2F    *fhRhoCone; //! X=rho from perp cone, Y=centrality