7#ifndef EVENT_SELECTOR_DILEPTONINVARIANTMASSWINDOWSELECTORALG_H
8#define EVENT_SELECTOR_DILEPTONINVARIANTMASSWINDOWSELECTORALG_H
35 virtual StatusCode
execute()
override;
40 Gaudi::Property<float>
m_mllupper {
this,
"highMLL", 0.,
"MLL < HIGH (in MeV)"};
43 Gaudi::Property<float>
m_mlllower {
this,
"lowMLL", 0.,
"MLL > LOW (in MeV)"};
46 Gaudi::Property<bool>
m_veto {
this,
"vetoMode",
false,
"switch to veto-mode"};
50 "whether to use dressed electron and muon kinematics rather than simple "
58 this,
"electrons",
"",
"the electron container to use"
63 this,
"electronSelection",
"",
"the selection on the input electrons"
68 this,
"muons",
"",
"the muon container to use"
73 this,
"muonSelection",
"",
"the selection on the input muons"
78 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
83 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
88 this,
"decorationName",
"SetMe",
"decoration name for the MLL selector"
Gaudi::Property< float > m_mllupper
the upper limit of the MLL window
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
Gaudi::Property< float > m_mlllower
the lower limit of the MLL window
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
CP::SysReadSelectionHandle m_muonSelection
the muons selection
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muons handle
DileptonInvariantMassWindowSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
virtual StatusCode execute() override
virtual StatusCode initialize() override
CP::SysListHandle m_systematicsList
the systematics
CP::SysReadSelectionHandle m_preselection
the preselection
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electrons handle
Gaudi::Property< bool > m_useDressedProperties
use dressed kinematics
Gaudi::Property< bool > m_veto
whether to veto events instead of selecting them
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.