Apply LRT filter tool (uncertainty) in SUSYTools
Code to apply LRT uncertainty in SUSYTools. ApplyLRTUncertainty() needs to be called before retrieving electrons or muons, eg:
if( isMC && ST::testAffectsObject(m_systVarInfo.affectsType) == "LRT_objects" ) STRONG_CHECK(m_objTool->ApplyLRTUncertainty());
Implements InclusiveTrackFilterTool, which flags LRT tracks to be removed. New LRT_OBJECT syst affects type to handle this. LRT Electrons and Muons are vetoed if their track is flagged by the tool.
Closes ATLSUSYBGF-674
Edited by Jonathan Long