Skip to content

Commit

Permalink
Disable 3-body tracking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
creetz16 committed Mar 26, 2024
1 parent 98a48a8 commit c725e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct StrangenessTrackingParamConfig : public o2::conf::ConfigurableParamHelper
float mMaxChi2 = 50; // Maximum matching chi2
bool mVertexMatching = true; // Flag to enable/disable vertex matching
bool mSkipTPC = true; // Flag to enable/disable TPC only tracks
bool mSkip3Body = false; // Flag to enable/disable Decay3Body tracking
bool mSkip3Body = true; // Flag to enable/disable Decay3Body tracking

O2ParamDef(StrangenessTrackingParamConfig, "strtracker");
};
Expand Down

0 comments on commit c725e76

Please sign in to comment.