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 1a0328e commit f679e1bCopy full SHA for f679e1b
PWGLF/Tasks/Resonances/phispectrapbpbqa.cxx
@@ -213,7 +213,7 @@ struct phispectrapbpbqa {
213
template <typename T>
214
bool selectionPIDpTdependent(const T& candidate, double nsigmaTPC, double nsigmaTOF)
215
{
216
- if(candidate.p() < 0.7 && TMath::Abs(nsigmaTPC) < nsigmaCutTPC) {
+ if (candidate.p() < 0.7 && TMath::Abs(nsigmaTPC) < nsigmaCutTPC) {
217
return true;
218
}
219
if (candidate.p() > 0.7 && candidate.hasTOF() && TMath::Abs(nsigmaTPC) < nsigmaCutTPC) {
0 commit comments