File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
479479void 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 ()) {
You can’t perform that action at this time.
0 commit comments