27 if ( !
m_veto.value().empty() ) {
32 return StatusCode::SUCCESS;
59 return StatusCode::FAILURE;
64 return StatusCode::FAILURE;
76 return StatusCode::SUCCESS;
std::unique_ptr< SG::ConstAccessor< int > > m_vetoAcc
Gaudi::Property< std::string > m_sign
the sign against which to compare pT (GT, LT, etc)
Gaudi::Property< std::string > m_ghost
the ghost decoration
Gaudi::Property< std::string > m_veto
the ghost decoration
virtual StatusCode execute() override
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadHandle< xAOD::JetContainer > m_jetsHandle
the jet input handle
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysReadSelectionHandle m_preselection
the preselection
CP::SysListHandle m_systematicsList
the systematics list
virtual StatusCode initialize() override
Gaudi::Property< float > m_ptmin
the pT threshold on which to select
JetNGhostSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadSelectionHandle m_jetSelection
the jet selection handle
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
Gaudi::Property< int > m_count
the count of events desired
std::unique_ptr< SG::ConstAccessor< int > > m_ghostAcc
the ghost and ghost-veto accessors
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
Select isolated Photons, Electrons and Muons.
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
static const std::map< std::string, ComparisonOperator > stringToOperator
the map between user inputs and comparison operators
Jet_v1 Jet
Definition of the current "jet version".
EventInfo_v1 EventInfo
Definition of the latest event info version.
JetContainer_v1 JetContainer
Definition of the current "jet container version".