]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
typo
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 2 Feb 2013 09:58:12 +0000 (09:58 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 2 Feb 2013 09:58:12 +0000 (09:58 +0000)
PWG/EMCAL/AliEmcalPhysicsSelection.cxx

index 7fdb81759394bac3eed12cacfd7481d580c3c5c4..d194f07cf478be80464db56f6689bfa96229c40a 100644 (file)
@@ -123,7 +123,7 @@ UInt_t AliEmcalPhysicsSelection::GetSelectionMask(const TObject* obj)
     }
     Double_t  dvertex = TMath::Abs(vzPRI-vzSPD);
     // skip events with dvertex>1mm if requested
-    // https://indico.cern.ch/getFixle.py/access?contribId=4&resId=0&materialId=slides&confId=189624
+    // https://indico.cern.ch/getFile.py/access?contribId=4&resId=0&materialId=slides&confId=189624
     // also check on vertex z if requested
     if (fZvertexDiff && (dvertex>0.1))
       fIsGoodEvent = kFALSE;