|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENT_SELECTOR_CHARGESELECTORALG_H
8 #define EVENT_SELECTOR_CHARGESELECTORALG_H
41 Gaudi::Property<bool>
m_OSmode {
this,
"OS",
true,
"whether to request 2 opposite-sign leptons"};
48 this,
"electrons",
"",
"the electron container to use"
53 this,
"electronSelection",
"",
"the selection on the input electrons"
58 this,
"muons",
"",
"the muon container to use"
63 this,
"muonSelection",
"",
"the selection on the input muons"
68 this,
"truthElectrons",
"",
"the truth electron container to use"
73 this,
"truthElectronSelection",
"",
"the selection on the input truth electrons"
78 this,
"truthMuons",
"",
"the truth muon container to use"
83 this,
"truthMuonSelection",
"",
"the selection on the input muons"
88 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
93 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
98 this,
"decorationName",
"SetMe",
"decoration name for the MLL selector"
104 #endif // EVENT_SELECTOR_CHARGESELECTORALG_H
CP::SysReadHandle< xAOD::ElectronContainer > m_electronsHandle
the electron input handle
a class managing the property to configure the list of systematics to process
virtual StatusCode initialize() override
CP::SysReadHandle< xAOD::TruthParticleContainer > m_muonsTruthHandle
the truth muon input handle
Select isolated Photons, Electrons and Muons.
CP::SysReadSelectionHandle m_electronSelection
the electron selection handle
CP::SysReadHandle< xAOD::MuonContainer > m_muonsHandle
the muon input handle
CP::SysReadSelectionHandle m_preselection
the preselection
the (new) base class for EventLoop algorithms
ChargeSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
CP::SysWriteSelectionHandle m_decoration
the output decoration handle
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysReadSelectionHandle m_muonSelection
the muon selection handle
Gaudi::Property< bool > m_OSmode
whether or not to select 2 opposite-sign leptons
a data handle for reading systematically varied selection properties from objects
CP::SysReadSelectionHandle m_electronTruthSelection
the truth electron selection handle
CP::SysReadSelectionHandle m_muonTruthSelection
the truth muon selection handle
CP::SysReadHandle< xAOD::TruthParticleContainer > m_electronsTruthHandle
the truth electron input handle
an algorithm that selects an event if the event has leptons with opposite sign or same sign
a data handle for writing systematically varied selection properties from objects
CP::SysListHandle m_systematicsList
the systematics list