38 Gaudi::Property<unsigned int> m_runNumberRef {this, "runNumber", 0, "runNumber to compare"};
39
41 Gaudi::Property<bool> m_useRandomRunNumber {this, "useRandomRunNumber", false, "whether to use a random run number (for MC) instead of the actual run number (for data)"};
42
44 Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};