20 AsgEventScaleFactorAlg ::
21 AsgEventScaleFactorAlg (
const std::string&
name,
22 ISvcLocator* pSvcLocator)
28 StatusCode AsgEventScaleFactorAlg ::
34 return StatusCode::FAILURE;
44 return StatusCode::SUCCESS;
49 StatusCode AsgEventScaleFactorAlg ::
60 float scaleFactor = 1;
72 return StatusCode::SUCCESS;
SysReadHandle< xAOD::IParticleContainer > m_particleHandle
the jet collection we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info we run on (empty by default)
SysWriteDecorHandle< float > m_scaleFactorOutputDecoration
the decoration for writing the scale factor
SysListHandle m_systematicsList
the systematics list we run
SysReadDecorHandle< float > m_scaleFactorInputDecoration
the decoration for reading the scale factor
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.
EventInfo_v1 EventInfo
Definition of the latest event info version.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.