Skip to content

Commit 83ce789

Browse files
author
Neelima Agrawal
committed
Added Event Cut to remove time ranges with dead ITS staves (dips)
1 parent 4393619 commit 83ce789

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

PWGCF/Femto3D/Tasks/femto3dPairTaskMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ struct FemtoCorrelationsMC {
417417
continue;
418418
if (_requestIsGoodITSLayersAll && !collision.isGoodITSLayersAll())
419419
continue;
420-
420+
421421
if (selectedtracks_1.find(collision.globalIndex()) == selectedtracks_1.end()) {
422422
if (IsIdentical)
423423
continue;

PWGCF/Femto3D/Tasks/femto3dQA.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ struct QAHistograms {
254254
if (TPChisto) TPChisto->Fill(track.p(), o2::aod::singletrackselector::getTPCNsigma(track, _particlePDG));
255255
if (TOFhisto) TOFhisto->Fill(track.p(), o2::aod::singletrackselector::getTOFNsigma(track, _particlePDG));
256256

257-
if (!ITShisto || !TPChisto || !TOFhisto) {
258-
LOGF(error, "One or more dynamic histograms were not created. Check PDG: %d", _particlePDG.value);}
259-
260-
261257
if constexpr (FillExtra) {
262258
registry.fill(HIST("TPCSignal"), track.tpcInnerParam(), track.tpcSignal());
263259
registry.fill(HIST("TOFSignal"), track.p(), track.beta());

0 commit comments

Comments
 (0)