|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENT_SELECTOR_SUMNLEPTONPTSELECTORALG_H
8 #define EVENT_SELECTOR_SUMNLEPTONPTSELECTORALG_H
39 Gaudi::Property<float>
m_elptmin {
this,
"minPtEl", 0.,
"minimum electron pT (in MeV)"};
42 Gaudi::Property<float>
m_muptmin {
this,
"minPtMu", 0.,
"minimum muon pT (in MeV)"};
45 Gaudi::Property<float>
m_tauptmin {
this,
"minPtTau", 0.,
"minimum tau pT (in MeV)"};
48 Gaudi::Property<std::string>
m_sign {
this,
"sign",
"SetMe",
"comparison sign to use"};
51 Gaudi::Property<int>
m_count {
this,
"count", 0,
"count value"};
55 "whether to use dressed lepton kinematics rather than simple P4 kinematics"};
65 this,
"electrons",
"",
"the electron container to use"
70 this,
"electronSelection",
"",
"the selection on the input electrons"
75 this,
"muons",
"",
"the muon container to use"
80 this,
"muonSelection",
"",
"the selection on the input muons"
85 this,
"taus",
"",
"the taus container to use"
90 this,
"tauSelection",
"",
"the selection on the input taus"
95 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
100 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
105 this,
"decorationName",
"SetMe",
"decoration name for the NObjects selector"
111 #endif // EVENT_SELECTOR_SUMNLEPTONPTSELECTORALG_H
CP::SysReadSelectionHandle m_muonSelection
the muons selection
Gaudi::Property< std::string > m_sign
the sign against which to compare pT (GT, LT, etc)
a class managing the property to configure the list of systematics to process
SumNLeptonPtSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadSelectionHandle m_tauSelection
the taus selection
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
virtual StatusCode execute() override
ComparisonOperator
all possible comparison user inputs
the (new) base class for EventLoop algorithms
Gaudi::Property< float > m_muptmin
the pT threshold on which to select electrons
Gaudi::Property< float > m_tauptmin
the pT threshold on which to select taus
::StatusCode StatusCode
StatusCode definition for legacy code.
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electrons handle
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muons handle
CP::SysListHandle m_systematicsList
the systematics list
a data handle for reading systematically varied selection properties from objects
Gaudi::Property< int > m_count
the count of events desired
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
an algorithm to select an event with a specified number of electrons, muons or taus compared to a tra...
a data handle for writing systematically varied selection properties from objects
Gaudi::Property< float > m_elptmin
the pT threshold on which to select electrons
virtual StatusCode initialize() override
CP::SysReadHandle< xAOD::IParticleContainer > m_tausHandle
the taus handle
Gaudi::Property< bool > m_useDressedProperties
use dressed kinematics
CP::SysReadSelectionHandle m_preselection
the preselection