]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
forgot init new data member histogram in ctor
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Nov 2012 16:36:16 +0000 (16:36 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Nov 2012 16:36:16 +0000 (16:36 +0000)
PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx
PWGGA/CaloTrackCorrelations/AliAnaChargedParticles.cxx

index 881601bb5ef414054476638e4f0e198c13ba87e5..7003cf7c13238fc303f2e83c04fec7d2751a36ae 100755 (executable)
@@ -57,8 +57,8 @@ fhTrackMult(0),
 fhCentrality(0),              fhEventPlaneAngle(0),
 fhNMergedFiles(0),            fhScaleFactor(0),
 fhEMCalBCEvent(0),            fhEMCalBCEventCut(0),
-fhTrackBCEvent(0),            fhTrackBCEventCut(0)
-
+fhTrackBCEvent(0),            fhTrackBCEventCut(0),
+fhPrimaryVertexBC(0)
 {
   //Default Ctor
   if(fAnaDebug > 1 ) printf("*** Analysis Maker Constructor *** \n");
@@ -91,8 +91,8 @@ fhScaleFactor(maker.fhScaleFactor),
 fhEMCalBCEvent(maker.fhEMCalBCEvent),
 fhEMCalBCEventCut(maker.fhEMCalBCEventCut),
 fhTrackBCEvent(maker.fhTrackBCEvent),
-fhTrackBCEventCut(maker.fhTrackBCEventCut)
-
+fhTrackBCEventCut(maker.fhTrackBCEventCut),
+fhPrimaryVertexBC(maker.fhPrimaryVertexBC)
 {
   // cpy ctor
 }
index 1a1779f5e12e289d309c766251187890bfe81287..50bab23fc52cc824202ba6d3a130966b871b1a4d 100755 (executable)
@@ -60,7 +60,8 @@ ClassImp(AliAnaChargedParticles)
     fhEtaPhiTOFBC0(0), fhEtaPhiTOFBCPlus(0), fhEtaPhiTOFBCMinus(0),
     fhEtaPhiTOFBC0PileUpSPD(0),
     fhEtaPhiTOFBCPlusPileUpSPD(0),
-    fhEtaPhiTOFBCMinusPileUpSPD(0)
+    fhEtaPhiTOFBCMinusPileUpSPD(0),
+    fhProductionVertexBC(0)
 {
   //Default Ctor