You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolcheckInitialized() const; // Check whether the class is initialized
194
193
staticconstint mgkFormatIndex; // index for format settings in stream
195
194
//TODO should this change to 3 for the new format ????? I cant remember now, ask someone.
196
195
staticconstint mgkAddDigits = 2; // additional digits used for internal representation of ADC data
@@ -339,10 +338,11 @@ class TrapSimulator
339
338
//TODO adcr adcf labels zerosupressionmap can all go into their own class. Refactor when stable.
340
339
std::vector<int> mADCR; // Array with MCM ADC values (Raw, 12 bit) 2d with dimension mNTimeBin
341
340
std::vector<int> mADCF; // Array with MCM ADC values (Filtered, 12 bit) 2d with dimension mNTimeBin
342
-
std::array<std::vector<o2::MCCompLabel>, constants::NADCMCM> mADCLabels{}; //MC Labels sent in from the digits coming in.
341
+
std::array<unsignedint, constants::NADCMCM> mADCDigitIndices{}; //indices of the incoming digits, used to relate the tracklets to labels in TRDTrapSimulatorSpec
343
342
std::vector<unsignedint> mMCMT; // tracklet word for one mcm/trap-chip
344
343
std::vector<Tracklet64> mTrackletArray64; // Array of 64 bit tracklets
0 commit comments