Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
LHCb
LHCb
Commits
51058b14
Commit
51058b14
authored
11 months ago
by
Rosen Matev
Browse files
Options
Downloads
Patches
Plain Diff
Remove Run 2 EventTypes (now unused)
parent
3f0d4e83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!4553
Fix UT Decoder
,
!4539
Synchronize master branch with 2024-patches
,
!4525
Draft: Synchronize master branch with 2024-patches
,
!4514
Fix ODIN::CalibrationTypes and clean up
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Event/DAQEvent/include/Event/ODIN.h
+3
-3
3 additions, 3 deletions
Event/DAQEvent/include/Event/ODIN.h
Kernel/LHCbAlgs/src/ODINEmulator.cpp
+0
-1
0 additions, 1 deletion
Kernel/LHCbAlgs/src/ODINEmulator.cpp
with
3 additions
and
4 deletions
Event/DAQEvent/include/Event/ODIN.h
+
3
−
3
View file @
51058b14
...
...
@@ -120,11 +120,11 @@ namespace LHCb {
/// Meaning of the EventType bits
enum
class
EventTypes
:
std
::
uint16_t
{
VeloOpen
=
0x0001
,
Physics
=
0x0002
,
et_bit_02
=
0x0002
,
NoBias
=
0x0004
,
Lumi
=
0x0008
,
Beam1Gas
=
0x0010
,
Beam2Gas
=
0x0020
,
et_bit_04
=
0x0010
,
et_bit_05
=
0x0020
,
et_bit_06
=
0x0040
,
et_bit_07
=
0x0080
,
et_bit_08
=
0x0100
,
...
...
This diff is collapsed.
Click to expand it.
Kernel/LHCbAlgs/src/ODINEmulator.cpp
+
0
−
1
View file @
51058b14
...
...
@@ -34,7 +34,6 @@ namespace LHCb {
if
(
s
==
p
.
second
)
return
p
.
first
;
}
throw
GaudiException
(
"Could not parse string to EventTypes value."
,
"ODINEmulator"
,
StatusCode
::
FAILURE
);
return
EventTypes
::
Physics
;
// can never reach this line
}
}
// namespace
...
...
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