We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b40223 commit 2de9c3eCopy full SHA for 2de9c3e
DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/RecPoints.h
@@ -109,7 +109,7 @@ class RecPoints
109
const o2::InteractionRecord& ir,
110
const std::array<short, 4>& arrTimes,
111
const o2::fit::Triggers& digitTriggers,
112
- uint8_t extraTriggerWord) : mIntRecord(ir), mCollisionTime(arrTimes)
+ uint8_t extraTriggerWord) : mIntRecord(ir), mCollisionTime(arrTimes), mTriggers(digitTriggers)
113
{
114
ref.setFirstEntry(chDataFirstEntryPos);
115
ref.setEntries(chDataNEntries);
0 commit comments