|
ATLAS Offline Software
|
Go to the documentation of this file.
12 :
EL::AnaAlgorithm(
name, pSvcLocator)
26 m_ghostAcc = std::make_unique<SG::AuxElement::ConstAccessor<int>> (
m_ghost.value());
27 if ( !
m_veto.value().empty() ) {
28 m_vetoAcc= std::make_unique<SG::AuxElement::ConstAccessor<int>> (
m_veto.value());
32 return StatusCode::SUCCESS;
59 return StatusCode::FAILURE;
64 return StatusCode::FAILURE;
76 return StatusCode::SUCCESS;
Gaudi::Property< float > m_ptmin
the pT threshold on which to select
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
Gaudi::Property< std::string > m_sign
the sign against which to compare pT (GT, LT, etc)
JetNGhostSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadSelectionHandle m_jetSelection
the jet selection handle
::StatusCode retrieve(const T *&object, const CP::SystematicSet &sys) const
retrieve the object for the given name
const std::vector< CP::SystematicSet > & systematicsVector() const
the list of systematics to loop over
Gaudi::Property< int > m_count
the count of events desired
Select isolated Photons, Electrons and Muons.
void setBool(const SG::AuxElement &element, bool selection, const CP::SystematicSet &sys) const
set the selection decoration
CP::SysReadHandle< xAOD::JetContainer > m_jetsHandle
the jet input handle
CP::SysReadSelectionHandle m_preselection
the preselection
StatusCode initialize(SysListHandle &sysListHandle)
initialize this handle
::StatusCode initialize()
intialize this property
bool getBool(const SG::AuxElement &element, const CP::SystematicSet &sys) const
get the selection as a bool
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
bool checkValue(T reference, ComparisonOperator sign, T test)
the comparison test given the specified sign and two test values
std::unique_ptr< SG::AuxElement::ConstAccessor< int > > m_ghostAcc
the ghost and ghost-veto accessors
Class describing the basic event information.
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
virtual StatusCode initialize() override
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize the accessor
Gaudi::Property< std::string > m_veto
the ghost decoration
CP::SysListHandle m_systematicsList
the systematics list
virtual StatusCode execute() override
Gaudi::Property< std::string > m_ghost
the ghost decoration
std::unique_ptr< SG::AuxElement::ConstAccessor< int > > m_vetoAcc
StatusCode initialize(SysListHandle &sysListHandle, const ISysHandleBase &objectHandle)
initialize the accessor