We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0887d51 commit 670a654Copy full SHA for 670a654
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx
@@ -426,7 +426,8 @@ struct EbyeMaker {
426
}
427
428
template <const bool isMc, class T>
429
- void fillTableMiniTrack(CandidateTrack& candidateTrack, T const& tk, float const& nSigmaITS = -999.f){
+ void fillTableMiniTrack(CandidateTrack& candidateTrack, T const& tk, float const& nSigmaITS = -999.f)
430
+ {
431
int selMask = -1;
432
if ((isMc && candidateTrack.isreco) || !isMc) {
433
float outerPID = -999.f;
0 commit comments