Skip to content

Commit 75f27d2

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-17302
Please consider the following formatting changes to #17302
2 parents b28c6d9 + 70c0485 commit 75f27d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

PWGCF/Femto/Core/cascadeBuilder.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,18 @@ struct ConfCascadeFilters : o2::framework::ConfigurableGroup {
8080
o2::framework::Configurable<std::vector<float>> posDauTof{"posDauTof", {}, "Maximum |nsimga_Pion/Proton| TOF for positive daughter tracks"}; \
8181
o2::framework::Configurable<std::vector<float>> negDauTof{"negDauTof", {}, "Maximum |nsigma_Pion/Proton| TOF for negative daughter tracks"};
8282

83-
8483
struct ConfXiBits : o2::framework::ConfigurableGroup {
8584
std::string prefix = std::string("XiBits");
8685
CASCADE_DEFAULT_BITS
8786
o2::framework::Configurable<std::vector<float>> bachelorTpcPion{"bachelorTpcPion", {5.f}, "Maximum |nsimga_Pion| TPC for bachelor tracks"};
8887
o2::framework::Configurable<std::vector<float>> bachelorTofPion{"bachelorTofPion", {}, "Maximum |nsimga_Pion| TOF for bachelor tracks"};
89-
9088
};
9189

9290
struct ConfOmegaBits : o2::framework::ConfigurableGroup {
9391
std::string prefix = std::string("OmegaBits");
9492
CASCADE_DEFAULT_BITS
9593
o2::framework::Configurable<std::vector<float>> bachelorTpcKaon{"bachelorTpcKaon", {5.f}, "Maximum |nsimga_Kaon| TPC for bachelor tracks"};
96-
o2::framework::Configurable<std::vector<float>> bachelorTofKaon{"bachelorTofKaon", {}, "Maximum |nsimga_Kaon| TOF for bachelor tracks"};
94+
o2::framework::Configurable<std::vector<float>> bachelorTofKaon{"bachelorTofKaon", {}, "Maximum |nsimga_Kaon| TOF for bachelor tracks"};
9795
};
9896

9997
#undef CASCADE_DEFAULT_BITS

0 commit comments

Comments
 (0)