Skip to content
Snippets Groups Projects
Commit a71a76a8 authored by Daniel Charles Craik's avatar Daniel Charles Craik Committed by Rosen Matev
Browse files

Shift enum values to allow more consecutive values for velo track counters

parent af0896cb
No related branches found
No related tags found
1 merge request!3518Extend HltLumiSummary decoding to Run 3 format
......@@ -40,12 +40,12 @@ namespace LHCb {
OdinBxType = 4,
GEC = 5,
VeloTracks = 10,
VeloVertices = 11,
SciFiClusters = 20,
MuonM2R2 = 40,
MuonM2R3 = 41,
MuonM3R2 = 42,
MuonM3R3 = 43,
VeloVertices = 20,
SciFiClusters = 30,
MuonM2R2 = 50,
MuonM2R3 = 51,
MuonM3R2 = 52,
MuonM3R3 = 53,
Method = 90,
Random = 91,
Unknown = 98, // unknown value
......
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