]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix in definition of data member constant
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Jan 2011 11:28:45 +0000 (11:28 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Jan 2011 11:28:45 +0000 (11:28 +0000)
PWG2/RESONANCES/AliRsnTarget.cxx

index 0168708e7de4c3127ccd0eb1b24dfdeeaa8088f2..2b7301d4919a37e8e843b223302c0bfd3f2982fc 100644 (file)
@@ -20,8 +20,8 @@ ClassImp(AliRsnTarget)
 
 AliRsnEvent* AliRsnTarget::fgCurrentEvent = 0x0;
 
-const Double_t fgkVeryBig   = 1E+10;
-const Double_t fgkVerySmall = 1E-10;
+const Double_t AliRsnTarget::fgkVeryBig   = 1E+10;
+const Double_t AliRsnTarget::fgkVerySmall = 1E-10;
 
 //_____________________________________________________________________________
 Bool_t AliRsnTarget::TargetOK(TObject *object)