3#ifndef GENERATORCONFIG_GENERATORINFOSVC_H
4#define GENERATORCONFIG_GENERATORINFOSVC_H
7#include "Gaudi/Property.h"
47 StringArrayProperty
m_generators{
this,
"Generators", {},
"List of generators run",
"OrderedSet<std::string>"};
51 StringProperty
m_tune{
this,
"Tune",
"",
"Tune used"};
StringArrayProperty m_generators
List of generators that were run.
virtual StatusCode initialize() override
Initialize the service.
StringProperty m_tune
Generator tune used for event generation.
GeneratorInfoSvc(const std::string &name, ISvcLocator *svcLoc)
Standard service constructor.