|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENT_SELECTOR_MISSINGETSELECTORALG_H
8 #define EVENT_SELECTOR_MISSINGETSELECTORALG_H
41 Gaudi::Property<float>
m_metref {
this,
"refMET", 0.,
"MET cut (in MeV)"};
44 Gaudi::Property<std::string>
m_sign {
this,
"sign",
"SetMe",
"comparison sign to use"};
54 this,
"met",
"SetMe",
"the MET container to use"
58 Gaudi::Property<std::string>
m_metTerm {
this,
"metTerm",
"Final",
"the MET term to use"};
62 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
67 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
72 this,
"decorationName",
"SetMe",
"decoration name for the MET selector"
78 #endif // EVENT_SELECTOR_MISSINGETSELECTORALG_H
CP::SysListHandle m_systematicsList
the systematics
a class managing the property to configure the list of systematics to process
CP::SysReadSelectionHandle m_preselection
the preselection
Gaudi::Property< float > m_metref
the MET threshold against which to compare
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
MissingETSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_sign
the comparison (GT, LT, etc)
virtual StatusCode execute() override
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
ComparisonOperator
all possible comparison user inputs
an algorithm to select an event with missing E_T above or below a specified value
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadHandle< xAOD::MissingETContainer > m_metHandle
the MET input handle
Gaudi::Property< std::string > m_metTerm
the MET term
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects