Skip to content

Commit 4685091

Browse files
author
jimun_lee
committed
[PWGLF] Fixed reconstruction part of KstarInOO.cxx
1 parent edbe9be commit 4685091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ struct kstarInOO {
485485
continue;
486486

487487
double track1_mass, track2_mass;
488-
bool track1f { false } // true means pion
488+
bool track1f{false}; // true means pion
489489

490490
if (std::fabs(particle1.pdgCode()) == 211) {
491491
track1f = true;

0 commit comments

Comments
 (0)