File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
PWGLF/TableProducer/Nuspex Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ struct hyperRecoTask {
380380 continue ;
381381 }
382382 hEvents->Fill (2 .);
383- }
383+ }
384384
385385 if (cfgEvSelkIsGoodZvtxFT0vsPV) {
386386 if (!collision.selection_bit (aod::evsel::kIsGoodZvtxFT0vsPV )) {
@@ -409,23 +409,23 @@ struct hyperRecoTask {
409409 }
410410 if (!collision.selection_bit (aod::evsel::kIsTriggerTVX ) || !collision.selection_bit (aod::evsel::kNoTimeFrameBorder ) || std::abs (collision.posZ ()) > 10 )
411411 continue ;
412-
412+
413413 hEvents->Fill (1 .);
414-
414+
415415 if (cfgEvSelkNoSameBunchPileup) {
416416 if (!collision.selection_bit (aod::evsel::kNoSameBunchPileup )) {
417417 continue ;
418418 }
419419 hEvents->Fill (2 .);
420- }
420+ }
421421
422422 if (cfgEvSelkIsGoodZvtxFT0vsPV) {
423423 if (!collision.selection_bit (aod::evsel::kIsGoodZvtxFT0vsPV )) {
424424 continue ;
425425 }
426426 hEvents->Fill (3 .);
427427 }
428-
428+
429429 if (collision.has_mcCollision ()) {
430430 isSurvEvSelCollision[collision.mcCollisionId ()] = true ;
431431 }
You can’t perform that action at this time.
0 commit comments