File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Strangeness/Converters Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ struct stradautracksextraconverter2 {
2424 void process (aod::DauTrackExtras_001 const & dauTrackExtras_001)
2525 {
2626 for (auto & values : dauTrackExtras_001) {
27- const int maxFindable = 130 ; // synthetic findable to ensure range is ok
28- int findableMinusFound = maxFindable- values.tpcClusters ();
29- int findableMinusCrossedRows = maxFindable- values.tpcCrossedRows ();
27+ const int maxFindable = 130 ; // synthetic findable to ensure range is ok
28+ int findableMinusFound = maxFindable - values.tpcClusters ();
29+ int findableMinusCrossedRows = maxFindable - values.tpcCrossedRows ();
3030 dauTrackExtras_002 (values.itsChi2PerNcl (),
3131 values.detectorMap (),
3232 values.itsClusterSizes (),
You can’t perform that action at this time.
0 commit comments