Skip to content

Commit b5595c3

Browse files
authored
Merge pull request #146 from SBNSoftware/feature/TriggerWorkNikkiCAFs
Update definitions for new trigger variables for the cafs
2 parents cb16afd + ad1730b commit b5595c3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

sbnobj/Common/Trigger/ExtraTriggerInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <iosfwd> // std::ostream
2020
#include <limits> // std::numeric_limits<>
2121
#include <cstdint> // std::uint64_t
22+
#include <vector>
2223

2324

2425
// -----------------------------------------------------------------------------
@@ -87,7 +88,7 @@ struct sbn::ExtraTriggerInfo {
8788

8889
/// Incremental counter of gates from this source opened from start of the run.
8990
unsigned int gateCount { 0 };
90-
91+
9192
/// @}
9293
// --- END ---- Since the beginning of the run -------------------------------
9394

sbnobj/Common/Trigger/classes_def.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<!-- sbn::ExtraTriggerInfo -->
2020

2121
<!-- class -->
22-
<class name="sbn::ExtraTriggerInfo" ClassVersion="10" >
22+
<class name="sbn::ExtraTriggerInfo" ClassVersion="12" >
23+
<version ClassVersion="12" checksum="1967722932"/>
24+
<version ClassVersion="11" checksum="587699878"/>
2325
<version ClassVersion="10" checksum="1967722932"/>
2426
</class>
2527

0 commit comments

Comments
 (0)