Skip to content

Commit fac63cc

Browse files
committed
Remove printouts
1 parent 65ec0e9 commit fac63cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ALICE3/TableProducer/alice3-multicharmTable.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ struct alice3multicharmTable {
253253

254254
thisXiCCcandidate.mass = RecoDecay::m(array{array{thisXiCCcandidate.prong0mom[0], thisXiCCcandidate.prong0mom[1], thisXiCCcandidate.prong0mom[2]}, array{thisXiCCcandidate.prong1mom[0], thisXiCCcandidate.prong1mom[1], thisXiCCcandidate.prong1mom[2]}}, array{mass0, mass1});
255255

256-
std::cout << thisXiCCcandidate.mass << std::endl;
257-
std::cout << o2::constants::physics::kXiCCPlusPlus << std::endl;
258-
std::cout << std::endl;
259256
if (std::fabs(thisXiCCcandidate.mass - o2::constants::physics::MassXiCCPlusPlus) > massWindowXiCC) {
260257
return false;
261258
}

0 commit comments

Comments
 (0)