51// -- Empty input, no data files, when we use VP1, for example, to inspect geometry
52 Gaudi::Property<bool> m_vp1Conf_emptyInput{this, "EmptyInput", false, "This is set to True if we start VP1 with no input, that is, no data files; that is used, for example, when using VP1 to ins[ect the detector description / geometry. Default: False"};
53// -- Athena-related
54 Gaudi::Property<std::string> m_atlasRelease{this, "AtlasRelease", "", "The current, in use Atlas release"};