Skip to content

Commit 3bdd3c8

Browse files
committed
trigger another build for macOS, linux success
1 parent e4ec754 commit 3bdd3c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGJE/Tasks/jetFormationTimeReclustering.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ struct FormationTimeReclustering {
414414
}
415415
PROCESS_SWITCH(FormationTimeReclustering, processChargedJetsMCD, "charged jet substructure", false);
416416

417-
void processChargedJetsMCP(typename soa::Join<aod::ChargedMCParticleLevelJets, aod::ChargedMCParticleLevelJetConstituents>::iterator const& jet,
418-
aod::JetParticles const& particles)
417+
void processChargedJetsMCP(typename soa::Join<aod::ChargedMCParticleLevelJets, aod::ChargedMCParticleLevelJetConstituents>::iterator const& jet)
419418
{
420419
jetConstituents.clear();
421420
ptJet = jet.pt();

0 commit comments

Comments
 (0)