]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/AliCFV0TopoCuts.cxx
Generator for dimuon decays of low masses resonances in AliRoot.
[u/mrichter/AliRoot.git] / CORRFW / AliCFV0TopoCuts.cxx
index 5df04abb4af566596c716c5296cfceda3b928ec3..73f16ffb9beae8164bb8518c7fc6bad4f41bf25b 100755 (executable)
@@ -95,7 +95,7 @@ AliCFV0TopoCuts& AliCFV0TopoCuts::operator=(const AliCFV0TopoCuts& c)
 }
 
 //______________________________________________________________
-Bool_t AliCFV0TopoCuts::IsSelected(TObject *obj, TObject * /* event */) {
+Bool_t AliCFV0TopoCuts::IsSelected(TObject *obj) {
   //
   // computes V0 topological variables to cut on and return true 
   // in case the V0 is accepted
@@ -126,10 +126,10 @@ Bool_t AliCFV0TopoCuts::IsSelected(TObject *obj, TObject * /* event */) {
 
     Float_t tDca[2];
     if (negDaughter) ((AliESDtrack*)negDaughter)->GetImpactParameters(tDca[0],tDca[1]);
-    else { tDca[0]=1.e99;  tDca[1]=1.e99;}
+    else { tDca[0]=1.e+09;  tDca[1]=1.e+09;}
     negDca = TMath::Sqrt(tDca[0]*tDca[0]+tDca[1]*tDca[1]);
     if (posDaughter) ((AliESDtrack*)posDaughter)->GetImpactParameters(tDca[0],tDca[1]);
-    else { tDca[0]=1.e99;  tDca[1]=1.e99;}
+    else { tDca[0]=1.e+09;  tDca[1]=1.e+09;}
     posDca = TMath::Sqrt(tDca[0]*tDca[0]+tDca[1]*tDca[1]);
   }
   else if (aodV0) {