Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tulay Cuhadar Donszelmann
athena
Commits
c371d338
Commit
c371d338
authored
8 years ago
by
Kenji Hamano
Committed by
Graeme Stewart
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ATR-14987 with config file (TrigL2MissingET-00-01-17)
parent
be64bc1f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Trigger/TrigAlgorithms/TrigL2MissingET/python/TrigL2MissingETConfig.py
+2
-1
2 additions, 1 deletion
...lgorithms/TrigL2MissingET/python/TrigL2MissingETConfig.py
Trigger/TrigAlgorithms/TrigL2MissingET/src/T2MissingET.cxx
+1
-0
1 addition, 0 deletions
Trigger/TrigAlgorithms/TrigL2MissingET/src/T2MissingET.cxx
with
3 additions
and
1 deletion
Trigger/TrigAlgorithms/TrigL2MissingET/python/TrigL2MissingETConfig.py
+
2
−
1
View file @
c371d338
...
...
@@ -20,6 +20,7 @@ class L2MissingET_Fex ( PESA__T2MissingET ) :
time
.
TimerHistLimits
=
[
0
,
50
]
self
.
METLabel
=
"
T2MissingET
"
self
.
AthenaMonTools
=
[
time
,
validation
,
online
,
cosmic
]
self
.
DecodeDetMask
=
True
class
L2CaloMissingET_Fex
(
T2CaloMissingET
)
:
__slots__
=
[]
...
...
@@ -64,4 +65,4 @@ class L2CaloMissingET_Fex_ReadL2L1 ( T2CaloMissingET ) :
self
.
AthenaMonTools
=
[
online
,
validation
,
time
]
#self.AthenaMonTools = [ online,time ]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Trigger/TrigAlgorithms/TrigL2MissingET/src/T2MissingET.cxx
+
1
−
0
View file @
c371d338
...
...
@@ -255,6 +255,7 @@ HLT::ErrorCode T2MissingET::hltExecute(std::vector<std::vector<HLT::TriggerEleme
m_TileExtBarCside
=
true
;
m_L1Calo
=
true
;
if
(
m_decodeDetMask
)
{
uint64_t
mask64
=
pEvent
->
detectorMask
();
if
(
msgLvl
()
<=
MSG
::
DEBUG
){
...
...
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