Skip to content
Snippets Groups Projects
Commit bedd590c authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch 'HVProdFolders' into '23.0'

Hv prod folders

See merge request !64159
parents 55c0e5aa dae7e7b3
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ private:
writeKey_t m_writeKey{this, "WriteKey", "NswDcsDbData", "Key of output data object" };
readKey_t m_readKey_mmg_hv {this, "ReadKey_MMG_HV", "/MMG/DCS/TSTHV", "Key of input MMG condition data for HV"};
readKey_t m_readKey_stg_hv {this, "ReadKey_STG_HV", "/STG/DCS/TSTHV", "Key of input STG condition data for HV"};
readKey_t m_readKey_mmg_hv {this, "ReadKey_MMG_HV", "/MMG/DCS/HV", "Key of input MMG condition data for HV"};
readKey_t m_readKey_stg_hv {this, "ReadKey_STG_HV", "/STG/DCS/HV", "Key of input STG condition data for HV"};
const MuonGM::MuonDetectorManager *m_muDetMgrFromDetStore;
......
......@@ -306,8 +306,8 @@ def NswDcsDbAlgCfg(flags, **kwargs):
acc = ComponentAccumulator()
if flags.GeoModel.Run!=LHCPeriod.Run3: return acc
if flags.Input.isMC: return acc
acc.merge(addFolders(flags, "/MMG/DCS/TSTHV", "DCS_OFL", className="CondAttrListCollection"))
acc.merge(addFolders(flags, "/STG/DCS/TSTHV", "DCS_OFL", className="CondAttrListCollection"))
acc.merge(addFolders(flags, "/MMG/DCS/HV", "DCS_OFL", className="CondAttrListCollection"))
acc.merge(addFolders(flags, "/STG/DCS/HV", "DCS_OFL", className="CondAttrListCollection"))
alg = CompFactory.NswDcsDbAlg("NswDcsDbAlg", **kwargs)
acc.addCondAlgo(alg)
return acc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment