Skip to content

Commit 667db16

Browse files
committed
UpdateACTS
1 parent 8826ab8 commit 667db16

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

  • Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/src

Detectors/Upgrades/ALICE3/GlobalReconstruction/reconstruction/src/TrackerACTS.cxx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -389,26 +389,26 @@ void TrackerACTS<nLayers>::clustersToTracks()
389389

390390
double totalTime = 0.;
391391
LOG(info) << "==== TRK ACTS Tracking ====";
392-
LOG(info) << "Processing " << mTimeFrame->getNrof() << " ROFs with B = " << mBz << " T";
392+
// LOG(info) << "Processing " << mTimeFrame->getNrof() << " ROFs with B = " << mBz << " T";
393393

394394
// Process each ROF
395-
for (int iROF = 0; iROF < mTimeFrame->getNrof(); ++iROF) {
396-
LOG(info) << "Processing ROF " << iROF;
397-
// Build space points
398-
mCurState = SpacePointBuilding;
399-
totalTime += evaluateTask([this, iROF]() { buildSpacePoints(iROF); },
400-
StateNames[mCurState]);
401-
402-
// Run seeding
403-
mCurState = Seeding;
404-
totalTime += evaluateTask([this]() { createSeeds(); },
405-
StateNames[mCurState]);
406-
407-
// Find tracks
408-
mCurState = TrackFinding;
409-
totalTime += evaluateTask([this]() { findTracks(); },
410-
StateNames[mCurState]);
411-
}
395+
// for (int iROF = 0; iROF < mTimeFrame->getNrof(); ++iROF) {
396+
// LOG(info) << "Processing ROF " << iROF;
397+
// // Build space points
398+
// mCurState = SpacePointBuilding;
399+
// totalTime += evaluateTask([this, iROF]() { buildSpacePoints(iROF); },
400+
// StateNames[mCurState]);
401+
402+
// // Run seeding
403+
// mCurState = Seeding;
404+
// totalTime += evaluateTask([this]() { createSeeds(); },
405+
// StateNames[mCurState]);
406+
407+
// // Find tracks
408+
// mCurState = TrackFinding;
409+
// totalTime += evaluateTask([this]() { findTracks(); },
410+
// StateNames[mCurState]);
411+
// }
412412

413413
// MC labeling
414414
if (mTimeFrame->hasMCinformation()) {

0 commit comments

Comments
 (0)