Skip to content

Commit ad1730b

Browse files
committed
Updated to work with and fill trigger emulation variables
1 parent 8e53d3e commit ad1730b

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

sbnobj/Common/Trigger/ExtraTriggerInfo.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,6 @@ struct sbn::ExtraTriggerInfo {
8989
/// Incremental counter of gates from this source opened from start of the run.
9090
unsigned int gateCount { 0 };
9191

92-
// Boolean telling if the event passed the trigger
93-
bool triggerEmulation { false };
94-
95-
// Number of PMT pairs over the trigger threshold
96-
int pairsOverThreshold { 0 };
97-
98-
// Trigger responses for all of the waveforms in the event (flattened)
99-
std::vector<int> MonPulses { std::vector<int>() }; // default ???
100-
101-
// Length of each trigger response to unflatten the trigger responses
102-
std::vector<int> MonPulseSizes { std::vector<int>() };
103-
10492
/// @}
10593
// --- END ---- Since the beginning of the run -------------------------------
10694

sbnobj/Common/Trigger/classes_def.xml

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

2121
<!-- class -->
22-
<class name="sbn::ExtraTriggerInfo" ClassVersion="11" >
22+
<class name="sbn::ExtraTriggerInfo" ClassVersion="12" >
23+
<version ClassVersion="12" checksum="1967722932"/>
2324
<version ClassVersion="11" checksum="587699878"/>
2425
<version ClassVersion="10" checksum="1967722932"/>
2526
</class>

0 commit comments

Comments
 (0)