ATLAS Offline Software
EventViewCreatorAlgorithm.icc
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 inline SmartIF<IScheduler> EventViewCreatorAlgorithm::getScheduler() const {
6  return svcLoc()->service<IScheduler>(m_schedulerName, false);
7 }