|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENT_SELECTOR_NOBJECTMASSELECTORALG_H
8 #define EVENT_SELECTOR_NOBJECTMASSELECTORALG_H
42 Gaudi::Property<float>
m_minmass {
this,
"minMass", 0.,
"minimum mass (in MeV)"};
45 Gaudi::Property<std::string>
m_sign {
this,
"sign",
"SetMe",
"comparison sign to use"};
48 Gaudi::Property<int>
m_count {
this,
"count", 0,
"count value"};
58 this,
"particles",
"",
"the particle container to use"
63 this,
"objectSelection",
"",
"the selection on the input particles"
68 this,
"eventInfo",
"EventInfo",
"the EventInfo container to read selection decisions from"
73 this,
"eventPreselection",
"SetMe",
"name of the preselection to check before applying this one"
78 this,
"decorationName",
"SetMe",
"decoration name for the NObjects selector"
84 #endif // EVENT_SELECTOR_NOBJECTMASSELECTORALG_H
CP::SysReadSelectionHandle m_preselection
the preselection
a class managing the property to configure the list of systematics to process
virtual StatusCode execute() override
a data handle for reading systematics varied input data
Select isolated Photons, Electrons and Muons.
an algorithm to select an event with a specified number of objects compared to an invariant mass valu...
CP::SysListHandle m_systematicsList
the systematics list
CP::SysReadHandle< xAOD::IParticleContainer > m_objectsHandle
the object input handle
ComparisonOperator
all possible comparison user inputs
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
NObjectMassSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Gaudi::Property< std::string > m_sign
the sign against which to compare pT (GT, LT, etc)
Gaudi::Property< int > m_count
the count of events desired
virtual StatusCode initialize() override
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
CP::SysReadSelectionHandle m_objectSelection
the object selection handle
a data handle for reading systematically varied selection properties from objects
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
a data handle for writing systematically varied selection properties from objects
Gaudi::Property< float > m_minmass
the pT threshold on which to select