37 Gaudi::Property<bool> m_useDB {this, "UseDB", false, "whether to use COOL DB (true) or hard-coded values (false) to obtain link numbers"};
38 Gaudi::Property<int> m_forceRunConfig {this, "ForceRunConfig", 0, "force run configuration for link translation regardless of actual run number; set to 2 for Run-2, set to 3 for Run-3; set 0 to disable"};
39
40// Using DB is not implemented yet
41// TODO: change based on reality
42// SG::ReadCondHandleKey<CondAttrListCollection> m_readDBKey_AF { this, "ReadDbKey_AF", "/AFP/Config/SideA/Far/Planes", "DB folder from which to read link numbers, side A, Far" };
43// SG::ReadCondHandleKey<CondAttrListCollection> m_readDBKey_AN { this, "ReadDbKey_AN", "/AFP/Config/SideA/Near/Planes", "DB folder from which to read link numbers, side A, Near" };
44// SG::ReadCondHandleKey<CondAttrListCollection> m_readDBKey_CF { this, "ReadDbKey_CF", "/AFP/Config/SideC/Far/Planes", "DB folder from which to read link numbers, side C, Far" };
45// SG::ReadCondHandleKey<CondAttrListCollection> m_readDBKey_CN { this, "ReadDbKey_CN", "/AFP/Config/SideC/Near/Planes", "DB folder from which to read link numbers, side C, Near" };