2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 /// @author Nils Krumnack
15 // method implementations
20 template<typename T> SysListHandle ::
21 SysListHandle (T *owner, const std::string& propertyName,
22 const std::string& propertyDescription)
23 : AsgMessagingForward (owner)
25 owner->declareProperty (propertyName, m_systematicsService,
27 owner->declareProperty ("affectingSystematicsFilter", m_affectingFilter,
28 "an (optional) filter to remove affecting systematics");
33 inline bool SysListHandle ::
34 isInitialized () const noexcept
36 return m_isInitialized;
41 inline const ISystematicsSvc& SysListHandle ::
44 return *m_systematicsService;