]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/CalibMacros/CPass1/makeOCDB.C
Updating histogram from which to retrieve statistics information for MeanVertex ...
[u/mrichter/AliRoot.git] / PWGPP / CalibMacros / CPass1 / makeOCDB.C
index 321a2f0ef4d337634b765809fc7cbb22fb333716..a72a1f9914506f242244fc3e66e80f6f75f770e0 100644 (file)
@@ -292,7 +292,7 @@ void printCalibStat(Int_t run, const char * fname,  TTreeSRedirector * pcstream)
     Int_t meanVertexEvents=0;
   TList * meanVertexCalib = (TList*)fin->Get("MeanVertex");      
   if (meanVertexCalib) {
-    TH1  *histoEvents = (TH1*) meanVertexCalib->FindObject("hSPDVertexX");
+    TH1  *histoEvents = (TH1*) meanVertexCalib->FindObject("hTRKVertexX");
     if (histoEvents){
       meanVertexEvents = TMath::Nint(histoEvents->GetEntries());
     }