Skip to content

Commit 38e6e9a

Browse files
committed
Improvements to add extra methods
1 parent 1bece76 commit 38e6e9a

File tree

2 files changed

+170
-176
lines changed

2 files changed

+170
-176
lines changed

PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ struct strangederivedbuilder {
809809
aod::dautrack::packing::packInInt8(tr.tpcNSigmaPr()));
810810
// populate daughter-level TOF information
811811
if(tr.hasTOF()){
812-
products.dauTrackTOFPIDs(products.dauTrackExtras.lastIndex(), tr.collisionId(), tr.tofSignal(), tr.tofEvTime(), tr.length(), tr.tofExpMom());
812+
products.dauTrackTOFPIDs(tr.collisionId(), products.dauTrackExtras.lastIndex(), tr.tofSignal(), tr.tofEvTime(), tr.length(), tr.tofExpMom());
813813
}
814814
} else {
815815
// populate with empty fully-compatible Nsigmas if no corresponding table available

0 commit comments

Comments
 (0)