Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
ccb1bf25
Commit
ccb1bf25
authored
5 years ago
by
Denis Oliveira Damazio
Browse files
Options
Downloads
Patches
Plain Diff
fixing a dupe service inclusion
parent
9af8d366
No related branches found
No related tags found
1 merge request
!27155
Fixed algorithm to include BCID in the HLT and included some test algorithm to compare offline and online cells
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigAlgorithms/TrigT2CaloCommon/share/testDataAccessService.py
+2
-1
2 additions, 1 deletion
...lgorithms/TrigT2CaloCommon/share/testDataAccessService.py
with
2 additions
and
1 deletion
Trigger/TrigAlgorithms/TrigT2CaloCommon/share/testDataAccessService.py
+
2
−
1
View file @
ccb1bf25
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment