]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliFMDMCEventInspector.cxx
Some fixes for the QA train:
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliFMDMCEventInspector.cxx
index 6ced6d8c17676aa2ed373c71278570340aa791b0..3e64b651df92d29339405c068ad6b9381ea1c885 100644 (file)
@@ -222,11 +222,11 @@ AliFMDMCEventInspector::Init(const TAxis& vtxAxis)
 
 //____________________________________________________________________
 void
-AliFMDMCEventInspector::StoreInformation()
+AliFMDMCEventInspector::StoreInformation(Int_t runNo)
 {
   // Store information about running conditions in the output list 
   if (!fList) return;
-  AliFMDEventInspector::StoreInformation();
+  AliFMDEventInspector::StoreInformation(runNo);
   TNamed* mc = new TNamed("mc", fProduction.Data());
   mc->SetUniqueID(1);
   fList->Add(mc);