Skip to content

Commit d3287b4

Browse files
authored
Merge pull request #21 from alibuild/alibot-cleanup-9369
[PWGCF] Please consider the following formatting changes to AliceO2Group#9369
2 parents df1e121 + 8f317a9 commit d3287b4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PWGCF/TwoParticleCorrelations/TableProducer/identifiedBfFilter.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ enum SpeciesPairMatch {
8585
kIdBfProtonProton ///< Proton-Proton
8686
};
8787

88-
const char* speciesName[kIdBfNoOfSpecies+1] = {"e", "pi", "ka", "p","ha"};
88+
const char* speciesName[kIdBfNoOfSpecies + 1] = {"e", "pi", "ka", "p", "ha"};
8989

90-
const char* speciesTitle[kIdBfNoOfSpecies+1] = {"e", "#pi", "K", "p","ha"};
90+
const char* speciesTitle[kIdBfNoOfSpecies + 1] = {"e", "#pi", "K", "p", "ha"};
9191

9292
const int speciesChargeValue1[kIdBfNoOfSpecies] = {
9393
0, //< electron
@@ -727,8 +727,6 @@ inline bool matchTrackType(TrackObject const& track)
727727
}
728728
}
729729

730-
731-
732730
/// \brief Accepts or not the passed track
733731
/// \param track the track of interest
734732
/// \return the internal track id, -1 if not accepted

0 commit comments

Comments
 (0)