25 return StatusCode::SUCCESS;
48 return StatusCode::FAILURE;
50 float etmiss = (*met)[
m_metTerm.value()]->met();
54 return StatusCode::SUCCESS;
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
Gaudi::Property< std::string > m_metTerm
the MET term
virtual StatusCode initialize() override
MissingETSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysReadSelectionHandle m_preselection
the preselection
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
Gaudi::Property< float > m_metref
the MET threshold against which to compare
CP::SysListHandle m_systematicsList
the systematics
virtual StatusCode execute() override
CP::SysReadHandle< xAOD::MissingETContainer > m_metHandle
the MET input handle
Gaudi::Property< std::string > m_sign
the comparison (GT, LT, etc)
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
bool checkValue(T reference, ComparisonOperator sign, T test)
the comparison test given the specified sign and two test values
static const std::map< std::string, ComparisonOperator > stringToOperator
the map between user inputs and comparison operators
EventInfo_v1 EventInfo
Definition of the latest event info version.
MissingETContainer_v1 MissingETContainer