Skip to content
Snippets Groups Projects
Commit 51058b14 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Remove Run 2 EventTypes (now unused)

parent 3f0d4e83
No related branches found
No related tags found
4 merge requests!4553Fix UT Decoder,!4539Synchronize master branch with 2024-patches,!4525Draft: Synchronize master branch with 2024-patches,!4514Fix ODIN::CalibrationTypes and clean up
......@@ -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,
......
......@@ -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
......
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