Skip to content
Snippets Groups Projects

added test code for UT monitoring

Merged Paolo Gandini requested to merge utonlinemonitoring into master
All threads resolved!
Files
6
@@ -26,7 +26,7 @@ if UseDD4Hep:
dd4hep_svc = LHCb__Det__LbDD4hep__DD4hepSvc()
dd4hep_svc.DetectorList = [
'/world', 'VP', 'FT', 'Magnet', 'Rich1', 'Rich2', 'Ecal', 'Hcal',
'Muon'
'Muon', 'UT'
]
if os.path.exists(online_cond_path):
dd4hep_svc.ConditionsLocation = 'file://' + online_cond_path
Loading