Skip to content

Commit 6a167d5

Browse files
authored
Merge pull request #3 from alibuild/alibot-cleanup-17315
Please consider the following formatting changes to #17315
2 parents 3d37d83 + b6343a7 commit 6a167d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Femto/Core/cascadeBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct ConfCascadeFilters : o2::framework::ConfigurableGroup {
8080
o2::framework::Configurable<std::vector<float>> negDauTpc{"negDauTpc", {5.f}, "Maximum |nsimga_Pion/Proton| TPC for negative daughter tracks"}; \
8181
o2::framework::Configurable<std::vector<float>> posDauTof{"posDauTof", {}, "Maximum |nsimga_Pion/Proton| TOF for positive daughter tracks"}; \
8282
o2::framework::Configurable<std::vector<float>> negDauTof{"negDauTof", {}, "Maximum |nsigma_Pion/Proton| TOF for negative daughter tracks"}; \
83-
o2::framework::Configurable<bool> requireTof{"requireTof", false, "If true, TOF PID is a mandatory selection"}; \
83+
o2::framework::Configurable<bool> requireTof{"requireTof", false, "If true, TOF PID is a mandatory selection"}; \
8484
o2::framework::Configurable<bool> keepTracksWithoutTof{"keepTracksWithoutTof", true, "If true, candidates whose daughters have no TOF signal are kept"};
8585

8686
struct ConfXiBits : o2::framework::ConfigurableGroup {

0 commit comments

Comments
 (0)