Skip to content

Commit 0d5b1cd

Browse files
authored
Update PseudorapidityDensityMFT.cxx
1 parent ee9ed9a commit 0d5b1cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGLF/Tasks/GlobalEventProperties/PseudorapidityDensityMFT.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ struct PseudorapidityDensityMFT {
14391439
if (usePhiCut) {
14401440
if ((phi <= PhiVetoLow) ||
14411441
((phi >= PhiVetoPiMin) && (phi <= PhiVetoPiMax)) ||
1442-
(phi >= PhiVetoHigh)){
1442+
(phi >= PhiVetoHigh)) {
14431443
continue;
14441444
}
14451445
}
@@ -1494,7 +1494,7 @@ struct PseudorapidityDensityMFT {
14941494
if (usePhiCut) {
14951495
if ((phi <= PhiVetoLow) ||
14961496
((phi >= PhiVetoPiMin) && (phi <= PhiVetoPiMax)) ||
1497-
(phi >= PhiVetoHigh)){
1497+
(phi >= PhiVetoHigh)) {
14981498
continue;
14991499
}
15001500
}
@@ -1535,7 +1535,7 @@ struct PseudorapidityDensityMFT {
15351535
if (usePhiCut) {
15361536
if ((phi <= PhiVetoLow) ||
15371537
((phi >= PhiVetoPiMin) && (phi <= PhiVetoPiMax)) ||
1538-
(phi >= PhiVetoHigh)){
1538+
(phi >= PhiVetoHigh)) {
15391539
continue;
15401540
}
15411541
}
@@ -2027,7 +2027,6 @@ struct PseudorapidityDensityMFT {
20272027

20282028
void processGenRecoTimeCom(McCollisionsWithExtra::iterator const& mcCollision,
20292029
o2::soa::SmallGroups<soa::Join<aod::Collisions, aod::EvSels, aod::McCollisionLabels>> const& collisions,
2030-
FullBCs const& bcs,
20312030
MFTTracksLabeledOrg const& tracks,
20322031
FiCentralTracks const& midtracks,
20332032
aod::McParticles const&)

0 commit comments

Comments
 (0)