Skip to content

Commit

Permalink
Fix the values of the trigger modes to match the ones already in the DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Feb 16, 2017
1 parent c8d7213 commit 9c7c69d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Geometry/HcalCommonData/interface/HcalTopologyMode.h
Expand Up @@ -29,9 +29,10 @@ namespace HcalTopologyMode {
enum TriggerMode {
TriggerMode_2009=0, // HF is summed in 3x2 regions
TriggerMode_2016=1, // HF is summed in both 3x2 and 1x1 regions
TriggerMode_2017=2, // HF upgraded to QIE10
TriggerMode_2017plan1=3, // HF upgraded to QIE10, 1 RBX of HE to QIE11
TriggerMode_2018=4, // HF upgraded to QIE10, HE to QIE11
TriggerMode_2017=3, // HF upgraded to QIE10
TriggerMode_2017plan1=4, // HF upgraded to QIE10, 1 RBX of HE to QIE11
// For database purposes, 2018 is 2! This was the old 2017 scenario!
TriggerMode_2018=2, // HF upgraded to QIE10, HE to QIE11
TriggerMode_2019=5 // HF upgraded to QIE10, HBHE to QIE11
};
}
Expand Down

0 comments on commit 9c7c69d

Please sign in to comment.