7#ifndef EVENT_SELECTOR_DILEPTONINVARIANTMASSSELECTORALG_H
8#define EVENT_SELECTOR_DILEPTONINVARIANTMASSSELECTORALG_H
36 virtual StatusCode
execute()
override;
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"};
48 "whether to use dressed electron and muon kinematics rather than simple "
59 this,
"electrons",
"",
"the electron container to use"
64 this,
"electronSelection",
"",
"the selection on the input electrons"
69 this,
"muons",
"",
"the muon container to use"
74 this,
"muonSelection",
"",
"the selection on the input muons"
79 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
84 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
89 this,
"decorationName",
"SetMe",
"decoration name for the MLL selector"
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
CP::SysReadSelectionHandle m_preselection
the preselection
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
CP::SysReadSelectionHandle m_muonSelection
the muons selection
virtual StatusCode initialize() override
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muons handle
Gaudi::Property< std::string > m_sign
the comparison (GT, LT, etc)
virtual StatusCode execute() override
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electrons handle
DileptonInvariantMassSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Gaudi::Property< float > m_mllref
the 2-lepton mass against which to compare
Gaudi::Property< bool > m_useDressedProperties
use dressed kinematics
CP::SysListHandle m_systematicsList
the systematics
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.
ComparisonOperator
all possible comparison user inputs