Skip to content

Commit a9c013d

Browse files
prottayCMTProttay Das
andauthored
[PWGLF] reducing table size by storing only events with k0s (#17387)
Co-authored-by: Prottay Das <prottay@alipap1.cern.ch>
1 parent 07dace9 commit a9c013d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGLF/TableProducer/Resonances/cksspinalignment.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ struct cksspinalignment {
474474
histos.fill(HIST("hNStoredK0s"), selectedK0s.size());
475475
histos.fill(HIST("hNStoredPions"), selectedPions.size());
476476

477-
if (selectedK0s.empty() && selectedPions.empty()) {
477+
// if (selectedK0s.empty() && selectedPions.empty()) {
478+
if (selectedK0s.empty()) {
478479
return;
479480
}
480481

0 commit comments

Comments
 (0)