269 static int TFCount = 0;
270 int nv = vtxRefs.size();
273 std::vector<o2::dataformats::PrimaryVertexExt> pveVec(nv);
274 pveVec.back() = vtxDummy;
278 std::vector<o2::dataformats::TrackInfoExt> trcExtVec;
279 std::vector<o2::trackstudy::TrackPairInfo> trcPairsVec;
288 uint8_t clSect = 0, clRow = 0, clRowP = -1;
290 for (
int ic = 0; ic < trc.getNClusterReferences(); ic++) {
291 trc.getClusterReference(clRefs, ic, clSect, clRow, clIdx);
292 if (clRow != clRowP) {
296 unsigned int absoluteIndex = tpcClusAcc.clusterOffset[clSect][clRow] + clIdx;
298 trExt.nClTPCShared++;
301 trc.getClusterReference(clRefs, trc.getNClusterReferences() - 1, clSect, clRow, clIdx);
302 trExt.rowMinTPC = clRow;
303 const auto& clus = tpcClusAcc.clusters[clSect][clRow][clIdx];
304 trExt.padFromEdge = uint8_t(clus.getPad());
305 int npads = o2::gpu::GPUTPCGeometry::NPads(clRow);
306 if (trExt.padFromEdge > npads / 2) {
307 trExt.padFromEdge = npads - 1 - trExt.padFromEdge;
309 this->mTPCCorrMapsLoader.Transform(clSect, clRow, clus.getPad(), clus.getTime(), trExt.innerTPCPos0[0], trExt.innerTPCPos0[1], trExt.innerTPCPos0[2], trc.getTime0());
310 if (timestampTB > -1e8) {
311 this->mTPCCorrMapsLoader.Transform(clSect, clRow, clus.getPad(), clus.getTime(), trExt.innerTPCPos[0], trExt.innerTPCPos[1], trExt.innerTPCPos[2], timestampTB);
313 trExt.innerTPCPos = trExt.innerTPCPos0;
315 trc.getClusterReference(clRefs, 0, clSect, clRow, clIdx);
316 trExt.rowMaxTPC = clRow;
322 uint8_t nsh = 0, nshRows = 0, lastSharedRow = -1;
324 uint8_t clSect0 = 0, clRow0 = 0, clSect1 = 0, clRow1 = 0;
325 uint32_t clIdx0 = 0, clIdx1 = 0;
327 for (
int ic0 = 0; ic0 < trc0.getNClusterReferences(); ic0++) {
328 trc0.getClusterReference(clRefs, ic0, clSect0, clRow0, clIdx0);
329 for (
int ic1 = ic1Start; ic1 < trc1.getNClusterReferences(); ic1++) {
330 trc1.getClusterReference(clRefs, ic1, clSect1, clRow1, clIdx1);
331 if (clRow1 > clRow0) {
335 if (clRow1 == clRow0) {
336 if (clSect0 == clSect1 && clIdx0 == clIdx1) {
338 if (lastSharedRow != clRow0) {
339 lastSharedRow = clRow0;
349 return std::make_pair(nsh, nshRows);
355 dst.ts.setTimeStamp(
src.ttime);
356 dst.ts.setTimeStampError(
src.ttimeE);
359 dst.pattITS =
src.pattITS;
360 if (
src.q2ptITS == 0. &&
dst.nClITS > 0) {
361 dst.pattITS |= 0x1 << 7;
363 dst.lowestPadRow =
src.rowMinTPC;
369 auto msk =
src.gid.getSourceDetectorsMask();
373 if (lblITS.isFake()) {
395 for (
int iv = 0; iv < nv; iv++) {
396 LOGP(
debug,
"processing PV {} of {}", iv, nv);
397 const auto& vtref = vtxRefs[iv];
399 auto& pve = pveVec[iv];
402 float bestTimeDiff = 1000, bestTime = -999;
406 const auto& ft0 = FITInfo[trackIndex[ift0]];
408 auto fitTime = ft0.getInteractionRecord().differenceInBCMUS(recoData.
startIR);
409 if (std::abs(fitTime - pve.getTimeStamp().getTimeStamp()) < bestTimeDiff) {
410 bestTimeDiff = fitTime - pve.getTimeStamp().getTimeStamp();
411 bestFTID = trackIndex[ift0];
416 LOGP(warn,
"FT0 is not requested, cannot set complete vertex info");
419 pve.FT0A = FITInfo[bestFTID].getTrigger().getAmplA();
420 pve.FT0C = FITInfo[bestFTID].getTrigger().getAmplC();
421 pve.FT0Time = double(FITInfo[bestFTID].getInteractionRecord().differenceInBCMUS(recoData.
startIR)) + FITInfo[bestFTID].getCollisionTimeMean() * 1e-6;
427 float q2ptITS, q2ptTPC, q2ptITSTPC, q2ptITSTPCTRD;
431 int idMin = vtref.getFirstEntryOfSource(is), idMax = idMin + vtref.getEntriesOfSource(is);
432 for (
int i = idMin;
i < idMax;
i++) {
433 auto vid = trackIndex[
i];
434 bool pvCont = vid.isPVContributor();
436 pveVec[iv].nSrc[is]++;
447 nclTPC = tpcTr->getNClusters();
448 if (nclTPC < mMinTPCClusters) {
452 bool ambig = vid.isAmbiguous();
454 if (abs(trc.getEta()) > mMaxEta) {
457 if (iv < nv - 1 && is == GTrackID::TPC && tpcTr && !tpcTr->hasBothSidesClusters()) {
458 float corz = vdrit * (tpcTr->getTime0() * mTPCTBinMUS - pvvec[iv].getTimeStamp().getTimeStamp());
459 if (tpcTr->hasASideClustersOnly()) {
462 trc.setZ(trc.getZ() + corz);
464 float xmin = trc.getX();
466 if (!prop->propagateToDCA(iv == nv - 1 ? vtxDummy : pvvec[iv], trc, prop->getNominalBz(), 2., o2::base::PropagatorF::MatCorrType::USEMatCorrLUT, &dca)) {
469 bool hasITS = GTrackID::getSourceDetectorsMask(is)[
GTrackID::ITS];
470 if (std::abs(dca.getY()) > (hasITS ? getDCAYCut(trc.getPt()) : mTPCDCAYCut) ||
471 std::abs(dca.getZ()) > (hasITS ? getDCAZCut(trc.getPt()) : mTPCDCAZCut)) {
474 if (trc.getPt() < mMinPt) {
478 pveVec[iv].nSrcA[is]++;
480 pveVec[iv].nSrcAU[is]++;
483 if (!hasITS && mStoreWithITSOnly) {
487 auto& trcExt = trcExtVec.emplace_back();
488 recoData.
getTrackTime(vid, trcExt.ttime, trcExt.ttimeE);
493 trcExt.dcaTPC.set(-999.f, -999.f);
502 if (iv < nv - 1 && is == GTrackID::TPC && tpcTr && !tpcTr->hasBothSidesClusters()) {
503 float corz = vdrit * (tpcTr->getTime0() * mTPCTBinMUS - pvvec[iv].getTimeStamp().getTimeStamp());
504 if (tpcTr->hasASideClustersOnly()) {
507 tmpTPC.setZ(tmpTPC.getZ() + corz);
509 if (!prop->propagateToDCA(iv == nv - 1 ? vtxDummy : pvvec[iv], tmpTPC, prop->getNominalBz(), 2., o2::base::PropagatorF::MatCorrType::USEMatCorrLUT, &trcExt.dcaTPC)) {
510 trcExt.dcaTPC.set(-999.f, -999.f);
513 fillTPCClInfo(*tpcTr, trcExt, tsuse);
518 trcExt.q2ptITS = itsTr.getQ2Pt();
519 trcExt.nClITS = itsTr.getNClusters();
520 for (
int il = 0; il < 7; il++) {
521 if (itsTr.hasHitOnLayer(il)) {
522 trcExt.pattITS |= 0x1 << il;
527 trcExt.nClITS = itsTrf.getNClusters();
528 for (
int il = 0; il < 7; il++) {
529 if (itsTrf.hasHitOnLayer(il)) {
530 trcExt.pattITS |= 0x1 << il;
536 trcExt.nClTPC = nclTPC;
540 trcExt.q2ptITSTPC = trTPCITS.getQ2Pt();
541 trcExt.chi2ITSTPC = trTPCITS.getChi2Match();
552 float tpcOccBef = 0., tpcOccAft = 0.;
554 int tb = pveVec[iv].getTimeStamp().getTimeStamp() * mTPCTBinMUSInv * mNTPCOccBinLengthInv;
555 tpcOccBef = tb < 0 ? mTBinClOccBef[0] : (tb >= mTBinClOccBef.size() ? mTBinClOccBef.back() : mTBinClOccBef[tb]);
556 tpcOccAft = tb < 0 ? mTBinClOccAft[0] : (tb >= mTBinClOccAft.size() ? mTBinClOccAft.back() : mTBinClOccAft[tb]);
559 <<
"orbit=" << recoData.
startIR.
orbit <<
"tfID=" << TFCount
560 <<
"tpcOccBef=" << tpcOccBef <<
"tpcOccAft=" << tpcOccAft
561 <<
"pve=" << pveVec[iv] <<
"trc=" << trcExtVec <<
"\n";
564 for (
int it0 = 0; it0 < (
int)trcExtVec.size(); it0++) {
565 const auto& tr0 = trcExtVec[it0];
566 if (tr0.nClTPC < 1) {
569 for (
int it1 = it0 + 1; it1 < (
int)trcExtVec.size(); it1++) {
570 const auto& tr1 = trcExtVec[it1];
571 if (tr1.nClTPC < 1) {
575 if (std::abs(tr0.track.getTgl() - tr1.track.getTgl()) > 0.25) {
578 auto dphi = tr0.track.getPhi() - tr1.track.getPhi();
584 if (std::abs(dphi) > 0.25) {
587 auto& pr = trcPairsVec.emplace_back();
588 assignRecTrack(tr0, pr.tr0);
589 assignRecTrack(tr1, pr.tr1);
591 pr.nshTPC = shinfo.first;
592 pr.nshTPCRow = shinfo.second;
595 (*mDBGOut) <<
"pairs" <<
"pr=" << trcPairsVec <<
"\n";
599 int nvtot = mMaxNeighbours < 0 ? -1 : (
int)pveVec.size();
601 auto insSlot = [maxSlots = mMaxNeighbours](std::vector<float>& vc,
float v,
int slot, std::vector<int>& vid,
int id) {
602 for (
int i = maxSlots - 1;
i > slot;
i--) {
603 std::swap(vc[
i], vc[
i - 1]);
604 std::swap(vid[
i], vid[
i - 1]);
610 for (
int cnt = 0; cnt < nvtot; cnt++) {
611 const auto& pve = pveVec[cnt];
612 float tv = pve.getTimeStamp().getTimeStamp();
613 std::vector<o2::dataformats::PrimaryVertexExt> pveT(mMaxNeighbours);
614 std::vector<o2::dataformats::PrimaryVertexExt> pveZ(mMaxNeighbours);
615 std::vector<int> idT(mMaxNeighbours), idZ(mMaxNeighbours);
616 std::vector<float> dT(mMaxNeighbours), dZ(mMaxNeighbours);
617 for (
int i = 0;
i < mMaxNeighbours;
i++) {
618 idT[
i] = idZ[
i] = -1;
619 dT[
i] = mMaxVTTimeDiff;
622 int cntM = cnt - 1, cntP = cnt + 1;
623 for (; cntM >= 0; cntM--) {
624 const auto& vt = pveVec[cntM];
625 auto dtime = std::abs(tv - vt.getTimeStamp().getTimeStamp());
626 if (dtime > mMaxVTTimeDiff) {
629 for (
int i = 0;
i < mMaxNeighbours;
i++) {
631 insSlot(dT, dtime,
i, idT, cntM);
635 auto dz = std::abs(pve.getZ() - vt.getZ());
636 for (
int i = 0;
i < mMaxNeighbours;
i++) {
638 insSlot(dZ, dz,
i, idZ, cntM);
643 for (; cntP < nvtot; cntP++) {
644 const auto& vt = pveVec[cntP];
645 auto dtime = std::abs(tv - vt.getTimeStamp().getTimeStamp());
646 if (dtime > mMaxVTTimeDiff) {
649 for (
int i = 0;
i < mMaxNeighbours;
i++) {
651 insSlot(dT, dtime,
i, idT, cntP);
655 auto dz = std::abs(pve.getZ() - vt.getZ());
656 for (
int i = 0;
i < mMaxNeighbours;
i++) {
658 insSlot(dZ, dz,
i, idZ, cntP);
663 for (
int i = 0;
i < mMaxNeighbours;
i++) {
665 pveT[
i] = pveVec[idT[
i]];
670 for (
int i = 0;
i < mMaxNeighbours;
i++) {
672 pveZ[
i] = pveVec[idZ[
i]];
677 (*mDBGOutVtx) <<
"pvExt"
681 <<
"tfID=" << TFCount
726 std::vector<OutputSpec> outputs;
727 auto dataRequest = std::make_shared<DataRequest>();
729 dataRequest->requestTracks(srcTracks, useMC);
730 dataRequest->requestClusters(srcClusters, useMC);
731 dataRequest->requestPrimaryVertices(useMC);
732 dataRequest->inputs.emplace_back(
"meanvtx",
"GLO",
"MEANVERTEX", 0, Lifetime::Condition,
ccdbParamSpec(
"GLO/Calib/MeanVertex", {}, 1));
733 auto ggRequest = std::make_shared<o2::base::GRPGeomRequest>(
false,
743 {
"max-vtx-neighbours", VariantType::Int, 3, {
"Max PV neighbours fill, no PV study if < 0"}},
744 {
"max-vtx-timediff", VariantType::Float, 90.f, {
"Max PV time difference to consider"}},
745 {
"dcay-vs-pt", VariantType::String,
"0.0105 + 0.0350 / pow(x, 1.1)", {
"Formula for global tracks DCAy vs pT cut"}},
746 {
"dcaz-vs-pt", VariantType::String,
"0.0105 + 0.0350 / pow(x, 1.1)", {
"Formula for global tracks DCAy vs pT cut"}},
747 {
"min-tpc-clusters", VariantType::Int, 60, {
"Cut on TPC clusters"}},
748 {
"max-tpc-dcay", VariantType::Float, 5.f, {
"Cut on TPC dcaY"}},
749 {
"max-tpc-dcaz", VariantType::Float, 5.f, {
"Cut on TPC dcaZ"}},
750 {
"max-eta", VariantType::Float, 1.0f, {
"Cut on track eta"}},
751 {
"min-pt", VariantType::Float, 0.1f, {
"Cut on track pT"}},
752 {
"with-its-only", VariantType::Bool,
false, {
"Store tracks with ITS only"}},
753 {
"pair-correlations", VariantType::Bool,
false, {
"Do pairs correlation"}},
754 {
"occ-weight-fun", VariantType::String,
"(x>=-40&&x<-5) ? (1./1225*pow(x+40,2)) : ((x>-5&&x<15) ? 1. : ((x>=15&&x<40) ? (-0.4/25*x+1.24 ) : ( (x>40&&x<100) ? -0.4/60*x+0.6+0.8/3 : 0)))", {
"Occupancy weighting f-n vs time in musec"}},
755 {
"min-x-prop", VariantType::Float, 100.f, {
"track should be propagated to this X at least"}},
764 AlgorithmSpec{adaptFromTask<TrackingStudySpec>(dataRequest, ggRequest, srcTracks, useMC, sclOpts)},