File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ struct HfCorrelatorDsHadronsReduced {
140140 track.etaAssocTrack () - candidate.etaCand (),
141141 candidate.ptCand (),
142142 track.ptAssocTrack (),
143- poolBin
144- collision.numPvContrib ());
143+ poolBin,
144+ collision.numPvContrib ());
145145 entryDsHadronRecoInfo (candidate.invMassDs (), false , false );
146146 entryDsHadronMlInfo (candidate.bdtScorePrompt (), candidate.bdtScoreBkg ());
147147 entryTrackRecoInfo (track.dcaXY (), track.dcaZ (), track.nTpcCrossedRows ());
@@ -203,8 +203,8 @@ struct HfCorrelatorDsHadronsReduced {
203203 pAssoc.etaAssocTrack () - cand.etaCand (),
204204 cand.ptCand (),
205205 pAssoc.ptAssocTrack (),
206- poolBin
207- c1.numPvContrib ());
206+ poolBin,
207+ c1.numPvContrib ());
208208 entryDsHadronRecoInfo (cand.invMassDs (), false , false );
209209 // entryDsHadronGenInfo(false, false, 0);
210210 }
You can’t perform that action at this time.
0 commit comments