]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- reset the number of V0s
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 31 Oct 2010 11:47:16 +0000 (11:47 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 31 Oct 2010 11:47:16 +0000 (11:47 +0000)
HLT/global/AliHLTGlobalHistoComponent.cxx

index 55e06efca4feb32f9b25167d9181d150510135b9..a158d8ab3864d3b78893cb7844452a6cc05bdfd9 100644 (file)
@@ -206,6 +206,7 @@ int AliHLTGlobalHistoComponent::ResetVariables()
 {
   /// reset all filling variables
   fNofTracks=0;
+  fNofV0s=0;
   fTrackVariables.ResetCount();
   fTrackVariablesInt.ResetCount();
   return 0;