Skip to content

Commit a7eafcd

Browse files
authored
Update HadNucleiFemto.cxx
1 parent 8724eb5 commit a7eafcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ struct HadNucleiFemto {
21462146

21472147
void fillKstarAtCentrality(const HadNucandidate& hadNucand, float centrality)
21482148
{
2149-
if (hadNucand.isBkgUS == 0) {
2149+
if (!hadNucand.isBkgUS) {
21502150
if (hadNucand.recoPtNu() > 0) {
21512151
mQaRegistry.fill(HIST("hkStar_LS_M"), hadNucand.kstar);
21522152
mQaRegistry.fill(HIST("hkStaVsmT_LS_M"), hadNucand.kstar, hadNucand.mT);

0 commit comments

Comments
 (0)