Skip to content

Commit f606f24

Browse files
Merge pull request #328 from sophiemiddleton/fcls
fixed trigger bug
2 parents 184b11f + 9a1af1b commit f606f24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/TrigInfo.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace mu2e
99
{
1010
struct TrigInfo {
1111

12-
static const unsigned int ntrig_ = 35;
12+
static const unsigned int ntrig_ = 500;
1313

1414
bool _triggerArray[ntrig_];
1515

0 commit comments

Comments
 (0)