Skip to content

Commit

Permalink
lkajslkdjlk
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
  • Loading branch information
f3sch committed Apr 18, 2024
1 parent 8423a84 commit 0769f42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Detectors/GlobalTracking/src/MatchTPCITS.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,6 @@ bool MatchTPCITS::prepareITSData()
auto pattIt2 = patterns.begin();
for (auto& clus : clusITS) {
auto pattID = clus.getPatternID();
auto senID = clus.getSensorID();
clus.print();
LOGP(info, "prepare: {} {}", senID, pattID);
unsigned int npix;
#ifdef ENABLE_UPGRADES
if ((pattID == o2::itsmft::CompCluster::InvalidPatternID )|| ((mWithIT3) ? mIT3Dict->isGroup(pattID) : mITSDict->isGroup(pattID))) {
Expand Down

0 comments on commit 0769f42

Please sign in to comment.