ATLAS Offline Software
Loading...
Searching...
No Matches
GeneratorInfoSvc.cxx
Go to the documentation of this file.
1// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3#include "GeneratorInfoSvc.h"
4
5GeneratorInfoSvc::GeneratorInfoSvc(const std::string& name, ISvcLocator* svcLoc)
6 : AthService(name, svcLoc)
7{
8}
9
11 return StatusCode::SUCCESS;
12}
virtual StatusCode initialize() override
Initialize the service.
GeneratorInfoSvc(const std::string &name, ISvcLocator *svcLoc)
Standard service constructor.