fix for selection and denominator for efficiency#946
Conversation
548fae0 to
5a17d1d
Compare
|
I would change the default of eta cut to 0.8 diff --git a/Modules/TOF/include/TOF/TOFMatchedTracks.h b/Modules/TOF/include/TOF/TOFMatchedTracks.h | // for track selection | int32_t mNTPCClustersCut = 40; |
|
Ciao @noferini , Done! Chiara |
|
if (auto param = mCustomParameters.find("EtaCut"); param != mCustomParameters.end()) { if (auto param = mCustomParameters.find("etaCut"); param != mCustomParameters.end()) { "EtaCut" -> "etaCut" otherwise change it in the json |
|
Good catch, @noferini ! |
|
Last comment (I hope) |
|
Very useful again! Done (I tested it and it worked, but please check as well). |
|
Failure on macos seems not related to the PR, @Barthelemy , can you check? |
|
@TimoWilken The macos build is still failing @chiarazampolli I am force merging |
|
@Barthelemy sorry, I missed that the |
@noferini , FYI.