Skip to content

Commit 276c322

Browse files
committed
ITSTPC QC does not need TPC clusters, just occ.
1 parent b17041d commit 276c322

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Detectors/GLOQC/src/MatchITSTPCQC.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,15 +470,14 @@ void MatchITSTPCQC::initDataRequest()
470470
if (mDoK0QC) {
471471
mDataRequest->requestPrimaryVertices(mUseMC);
472472
mDataRequest->requestSecondaryVertices(mUseMC);
473-
mDataRequest->requestTPCClusters(false);
473+
mDataRequest->requestTPCOccMap();
474474
}
475475
}
476476

477477
//__________________________________________________________
478478

479479
void MatchITSTPCQC::run(o2::framework::ProcessingContext& ctx)
480480
{
481-
482481
// Getting the B field
483482
mBz = o2::base::Propagator::Instance()->getNominalBz();
484483

@@ -1058,7 +1057,6 @@ void MatchITSTPCQC::run(o2::framework::ProcessingContext& ctx)
10581057
} else {
10591058
mTBinClOcc.resize(1);
10601059
}
1061-
10621060
auto v0IDs = mRecoCont.getV0sIdx();
10631061
auto nv0 = v0IDs.size();
10641062
if (nv0 > mRecoCont.getV0s().size()) {

0 commit comments

Comments
 (0)