Skip to content

Commit 17ab4da

Browse files
committed
Formatting
1 parent d0371b9 commit 17ab4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/strangeCascTrack.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ struct StrangeCascTrack {
124124
Configurable<float> cutMinBachCosPA{"cutMinBachCosPA", -1.1f, "min Bachelor cosPA"};
125125
Configurable<float> cutMaxBachCosPA{"cutMaxBachCosPA", 1.1f, "max Bachelor cosPA"};
126126
Configurable<std::vector<float>> cutMinCascCosPaVsPt{"cutMinCascCosPaVsPt",
127-
{0.993, 0.993, 0.994, 0.995, 0.996, 0.997, 0.997, 0.998, 0.998, 0.999, 0.999},
128-
"Min Casc CosPA per pT bin (same binning as axisPt)"};
127+
{0.993, 0.993, 0.994, 0.995, 0.996, 0.997, 0.997, 0.998, 0.998, 0.999, 0.999},
128+
"Min Casc CosPA per pT bin (same binning as axisPt)"};
129129
Configurable<float> cutRapidity{"cutRapidity", 0.5f, "max rapidity"};
130130
Configurable<float> cutDauEta{"cutDauEta", 1.0f, "max eta of dau tracks"};
131131
Configurable<float> cutCompMassRej{"cutCompMassRej", 0.008f, "Competing mass rejection"};

0 commit comments

Comments
 (0)