Skip to content

Commit 585da4d

Browse files
authored
Merge pull request AliceO2Group#9 from alibuild/alibot-cleanup-7641
Please consider the following formatting changes to AliceO2Group#7641
2 parents 45b0683 + ca4b6a1 commit 585da4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGLF/Tasks/Strangeness/strange-yield-pbpb.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ struct strangeYieldPbPb {
206206
axisOmegaMass,
207207
axisOmegaMass};
208208

209-
210209
ConfigurableAxis axisNch{"axisNch", {1000, -0.5f, 999.5f}, "Number of charged particles"};
211210
ConfigurableAxis axisFT0C{"FT0C",
212211
{VARIABLE_WIDTH, 0., 0.01, 0.05, 0.1, 0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 105.5},
@@ -384,7 +383,8 @@ struct strangeYieldPbPb {
384383
}
385384

386385
template <int partID, typename TCand, typename TCollision>
387-
void fillHistogramsV0(TCand cand, TCollision coll, int gap) {
386+
void fillHistogramsV0(TCand cand, TCollision coll, int gap)
387+
{
388388
float invMass = 0;
389389
float centrality = coll.centFT0C();
390390
float pT = cand.pt();
@@ -485,7 +485,8 @@ struct strangeYieldPbPb {
485485
}
486486

487487
template <int partID, typename TCand, typename TCollision>
488-
void fillHistogramsCasc(TCand cand, TCollision coll, int gap) {
488+
void fillHistogramsCasc(TCand cand, TCollision coll, int gap)
489+
{
489490
float invMass = 0;
490491
float centrality = coll.centFT0C();
491492
float pT = cand.pt();

0 commit comments

Comments
 (0)