We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2f178 commit d712f26Copy full SHA for d712f26
Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TrackerACTS.cxx
@@ -261,10 +261,10 @@ void TrackerACTS<nLayers>::clustersToTracks()
261
262
double totalTime = 0.;
263
LOG(info) << "==== TRK ACTS Tracking ====";
264
- LOG(info) << "Processing " << mTimeFrame->getNrof() << " ROFs with B = " << mBz << " T";
+ LOG(info) << "Processing " << mTimeFrame->getNrof(0) << " ROFs with B = " << mBz << " T";
265
266
// Process each ROF
267
- for (int iROF = 0; iROF < mTimeFrame->getNrof(); ++iROF) {
+ for (int iROF = 0; iROF < mTimeFrame->getNrof(0); ++iROF) {
268
LOG(info) << "Processing ROF " << iROF;
269
// Build space points
270
mCurState = SpacePointBuilding;
0 commit comments