Skip to content

Commit

Permalink
Disable using dedx in the SVertexer until improvement of response in MC
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Mar 18, 2024
1 parent 501b272 commit ee9f8eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct SVertexerParams : public o2::conf::ConfigurableParamHelper<SVertexerParam
bool mSkipTPCOnly3Body = true; // skip TPC only tracks when doing cascade finding

// percent deviation from expected proton dEdx - to be replaced - estimated sigma from TPC for now 6%; a 6*sigma cut is therefore 36% = 0.36f. Any value above 1.0f will be ignored manually when checking.
float mFractiondEdxforCascBaryons = 0.36f;
float mFractiondEdxforCascBaryons = 2.f; // 0.36f;
// default: average 2023 from C. Sonnabend, Nov 2023: ([0.217553 4.02762 0.00850178 2.33324 0.880904 ])
// to-do: grab from CCDB when available -> discussion with TPC experts, not available yet
float mBBpars[5] = {0.217553, 4.02762, 0.00850178, 2.33324, 0.880904};
Expand Down

0 comments on commit ee9f8eb

Please sign in to comment.