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.
2 parents 0887d51 + 670a654 commit b058f0bCopy full SHA for b058f0b
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