Skip to content

Commit

Permalink
[PWGLF] Added track candidated in Reconstructed MC (#9069)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawankumawat authored Dec 20, 2024
1 parent 8705c03 commit fa29514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Resonances/higherMassResonances.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ struct HigherMassResonances {
int counter2 = 0;
int eventCounter = 0;
std::vector<int> gindex1, gindex2;
void processRec(EventCandidatesMC::iterator const& collision, V0TrackCandidatesMC const& V0s, aod::McParticles const&, aod::McCollisions const& /*mcCollisions*/)
void processRec(EventCandidatesMC::iterator const& collision, TrackCandidatesMC const&, V0TrackCandidatesMC const& V0s, aod::McParticles const&, aod::McCollisions const& /*mcCollisions*/)
{

TLorentzVector lDecayDaughter1, lDecayDaughter2, lResonance;
Expand Down

0 comments on commit fa29514

Please sign in to comment.