]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliHLTGlobalHistoComponent.cxx
- reset the V0 variables in ResetCount()
[u/mrichter/AliRoot.git] / HLT / global / AliHLTGlobalHistoComponent.cxx
index 3ebd611fc5a7f5b83076577507d90be86204d01f..b286702d3f14cf6eec69d2b8908e76a7f2defc4d 100644 (file)
@@ -422,6 +422,7 @@ int AliHLTGlobalHistoComponent::ResetVariables()
   fNofV0s=0;
   fTrackVariables.ResetCount();
   fTrackVariablesInt.ResetCount();
+  fV0Variables.ResetCount();
   return 0;
 }