23 CopyNominalSelectionAlg ::
24 CopyNominalSelectionAlg (
const std::string&
name,
25 ISvcLocator* pSvcLocator)
31 StatusCode CopyNominalSelectionAlg ::
42 return StatusCode::SUCCESS;
47 StatusCode CopyNominalSelectionAlg ::
78 return StatusCode::SUCCESS;
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
std::unique_ptr< ISelectionReadAccessor > m_readAccessor
the accessor we use
SysListHandle m_systematicsList
the systematics list we run
Class to wrap a set of SystematicVariations.
const T * at(size_type n) const
Access an element, as an rvalue.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Class providing the definition of the 4-vector interface.
Select isolated Photons, Electrons and Muons.
StatusCode makeSelectionReadAccessor(const std::string &expr, std::unique_ptr< ISelectionReadAccessor > &accessor, bool defaultToChar)
make the ISelectionReadAccessor for the given name
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.