File tree Expand file tree Collapse file tree
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2190,14 +2190,14 @@ struct PseudorapidityDensityMFT {
21902190 continue ;
21912191 }
21922192 fillGenRecoCut (GenRecoCutBin::HasMcCollision);
2193-
2193+
21942194 if (useRctMFT && !myChecker (collision)) {
21952195 continue ;
21962196 }
21972197 fillGenRecoCut (GenRecoCutBin::RctMFT);
2198-
2198+
21992199 if (useGoodItsLayersAll &&
2200- !collision.selection_bit (o2::aod::evsel::kIsGoodITSLayersAll )) {
2200+ !collision.selection_bit (o2::aod::evsel::kIsGoodITSLayersAll )) {
22012201 continue ;
22022202 }
22032203 fillGenRecoCut (GenRecoCutBin::UseGoodItsLayersAll);
@@ -2494,9 +2494,9 @@ struct PseudorapidityDensityMFT {
24942494 continue ;
24952495 }
24962496 fillGenRecoCut (GenRecoCutBin::RctMFT);
2497-
2497+
24982498 if (useGoodItsLayersAll &&
2499- !collision.selection_bit (o2::aod::evsel::kIsGoodITSLayersAll )) {
2499+ !collision.selection_bit (o2::aod::evsel::kIsGoodITSLayersAll )) {
25002500 continue ;
25012501 }
25022502 fillGenRecoCut (GenRecoCutBin::UseGoodItsLayersAll);
You can’t perform that action at this time.
0 commit comments