Skip to content
Snippets Groups Projects
Commit ccb1bf25 authored by Denis Oliveira Damazio's avatar Denis Oliveira Damazio
Browse files

fixing a dupe service inclusion

parent 9af8d366
No related branches found
No related tags found
1 merge request!27155Fixed algorithm to include BCID in the HLT and included some test algorithm to compare offline and online cells
......@@ -29,7 +29,8 @@ if TriggerFlags.doCalo:
defineHistogram( "TIME_locking_LAr_FullDet", path="EXPERT", title="Time spent in unlocking the LAr collection", xbins=100, xmin=0, xmax=100 ),
defineHistogram( "roiEta_LAr,roiPhi_LAr", type="TH2F", path="EXPERT", title="Geometric usage", xbins=50, xmin=-5, xmax=5, ybins=64, ymin=-math.pi, ymax=math.pi )]
svcMgr += TrigCaloDataAccessSvc()
if not hasattr(svcMgr,"TrigCaloDataAccessSvc"):
svcMgr += TrigCaloDataAccessSvc()
svcMgr.TrigCaloDataAccessSvc.OutputLevel=ERROR
svcMgr.TrigCaloDataAccessSvc.MonTool = mon
......
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