]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Cleaning field info in Reset() method
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Oct 2009 15:02:32 +0000 (15:02 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Oct 2009 15:02:32 +0000 (15:02 +0000)
STEER/AliESDRun.cxx

index 61e86e870d2ab9fdd7825877e4f1596ec3275964..6ce064351b8cedf3d0910167e6a28a32768139ad 100644 (file)
@@ -193,6 +193,11 @@ void AliESDRun::Reset()
   fPeriodNumber = 0;
   fRecoVersion = 0;
   fMagneticField = 0;
+  fCurrentL3 = 0;
+  fCurrentDip = 0;
+  fBeamEnergy = 0;
+  fBeamType = "";
+  ResetBit(kBInfoStored|kUniformBMap);
   for (Int_t i=0; i<2; i++) fDiamondXY[i]=0.;
   fDiamondCovXY[0]=fDiamondCovXY[2]=3.*3.;
   fDiamondCovXY[1]=0.;