]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: setting the runNo correctly in the run descriptor
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Apr 2010 06:32:34 +0000 (06:32 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Apr 2010 06:32:34 +0000 (06:32 +0000)
bug https://savannah.cern.ch/bugs/?57917

HLT/BASE/AliHLTSystem.cxx

index 5bc83b33e90bbe5d15e9d38ef3955618c7b526cd..cbef2c8378dd93d3954fd535fc52c8791dfbb331 100644 (file)
@@ -695,6 +695,7 @@ int AliHLTSystem::SendControlEvent(AliHLTComponentDataType dt)
   AliHLTRunDesc runDesc;
   memset(&runDesc, 0, sizeof(AliHLTRunDesc));
   runDesc.fStructSize=sizeof(AliHLTRunDesc);
+  runDesc.fRunNo=AliHLTMisc::Instance().GetCDBRunNo();
   bd.fPtr=&runDesc;
   bd.fSize=sizeof(AliHLTRunDesc);
   bd.fDataType=dt;