30 return StatusCode::SUCCESS;
99 return StatusCode::SUCCESS;
CP::SysListHandle m_systematicsList
the systematics list
CP::SysReadSelectionHandle m_muonSelection
the muons selection
Gaudi::Property< int > m_count
the count of events desired
Gaudi::Property< float > m_muptmin
the pT threshold on which to select electrons
CP::SysReadHandle< xAOD::IParticleContainer > m_tausHandle
the taus handle
Gaudi::Property< std::string > m_sign
the sign against which to compare pT (GT, LT, etc)
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
Gaudi::Property< float > m_tauptmin
the pT threshold on which to select taus
Gaudi::Property< float > m_elptmin
the pT threshold on which to select electrons
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electrons handle
CP::SysReadSelectionHandle m_tauSelection
the taus selection
virtual StatusCode initialize() override
SumNLeptonPtSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
Gaudi::Property< bool > m_useDressedProperties
use dressed kinematics
CP::SysReadSelectionHandle m_preselection
the preselection
virtual StatusCode execute() override
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muons handle
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Helper class to provide constant type-safe access to aux data.
Class providing the definition of the 4-vector interface.
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
EventInfo_v1 EventInfo
Definition of the latest event info version.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.