Skip to content
Snippets Groups Projects
Commit cab87ae6 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'EleOLR' into 'master'

tauRecTools: skip TauEleOLRDecorator in AnalysisBase

See merge request atlas/athena!33928
parents 8b70c7eb 3b398b5e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef XAOD_STANDALONE
/** /**
* Tau Electron Overlap Removal Decorator Tool * Tau Electron Overlap Removal Decorator Tool
* *
...@@ -109,3 +111,5 @@ float TauEleOLRDecorator::getCutVal(float fEta, float fPt) const ...@@ -109,3 +111,5 @@ float TauEleOLRDecorator::getCutVal(float fEta, float fPt) const
int iBin= m_hCutValues->FindBin(fPt, std::abs(fEta)); int iBin= m_hCutValues->FindBin(fPt, std::abs(fEta));
return m_hCutValues->GetBinContent(iBin); return m_hCutValues->GetBinContent(iBin);
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment