From: loizides Date: Sat, 2 Feb 2013 09:58:12 +0000 (+0000) Subject: typo X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=c4efe5aa7e80bbfcae219b3bb719fc411c3f5b4f;p=u%2Fmrichter%2FAliRoot.git typo --- diff --git a/PWG/EMCAL/AliEmcalPhysicsSelection.cxx b/PWG/EMCAL/AliEmcalPhysicsSelection.cxx index 7fdb8175939..d194f07cf47 100644 --- a/PWG/EMCAL/AliEmcalPhysicsSelection.cxx +++ b/PWG/EMCAL/AliEmcalPhysicsSelection.cxx @@ -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;