43 Gaudi::Property< std::string > m_configSource { this, "Source", "FILE", "Configuration source, can be 'FILE', 'DB', or 'COOL'" };
44 Gaudi::Property< std::string > m_dbConnection { this, "TriggerDB", "", "DB connection alias or 'JOSVC', used when property Source set to 'DB' or set to 'COOL'." };
45 Gaudi::Property< unsigned int > m_bgk { this, "BGSK", 0, "L1 BunchGroup key, used when property 'Source' set to 'DB' or 'FILE'" };
46 Gaudi::Property< std::string > m_filename { this, "Filename", "", "L1BunchGroupSet json file, used when property 'Source' set to 'FILE'" };