|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENT_SELECTOR_DILEPTONINVARIANTMASSSELECTORALG_H
8 #define EVENT_SELECTOR_DILEPTONINVARIANTMASSSELECTORALG_H
41 Gaudi::Property<float>
m_mllref {
this,
"refMLL", 0.,
"MLL cut (in MeV)"};
44 Gaudi::Property<std::string>
m_sign {
this,
"sign",
"SetMe",
"comparison sign to use"};
54 this,
"electrons",
"",
"the electron container to use"
59 this,
"electronSelection",
"",
"the selection on the input electrons"
64 this,
"muons",
"",
"the muon container to use"
69 this,
"muonSelection",
"",
"the selection on the input muons"
74 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
79 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
84 this,
"decorationName",
"SetMe",
"decoration name for the MLL selector"
90 #endif // EVENT_SELECTOR_DILEPTONINVARIANTMASSSELECTORALG_H
a class managing the property to configure the list of systematics to process
virtual StatusCode execute() override
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadSelectionHandle m_preselection
the preselection
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electrons handle
ComparisonOperator
all possible comparison user inputs
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< float > m_mllref
the 2-lepton mass against which to compare
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
an algorithm to select an event with 2-lepton mass compared to a specified value
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muons handle
a data handle for reading systematically varied selection properties from objects
Gaudi::Property< std::string > m_sign
the comparison (GT, LT, etc)
DileptonInvariantMassSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysListHandle m_systematicsList
the systematics
virtual StatusCode initialize() override
a data handle for writing systematically varied selection properties from objects
CP::SysReadSelectionHandle m_muonSelection
the muons selection