Skip to content

Commit fe18bea

Browse files
committed
Removed unused parameter
1 parent 5c21be4 commit fe18bea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGJE/Tasks/statPromptPhoton.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,9 +1512,9 @@ struct statPromptPhoton {
15121512

15131513
bool isPhoton23 = (hardParticle.pdgCode() == 22);
15141514

1515-
// For prompt: find the final-state photon descending from this -23 photon
1516-
// For frag: find any final-state photon descending from this -23 non-photon
1517-
// We search all final-state photons and check if they trace back here
1515+
// For prompt: find the final-state photon descending from this -23 photon//
1516+
// For frag: find any final-state photon descending from this -23 non-photon//
1517+
// We search all final-state photons and check if they trace back here//
15181518

15191519
for (auto& mcParticle : mcParticles) {
15201520
if (mcParticle.pdgCode() != 22) continue;
@@ -1581,7 +1581,7 @@ struct statPromptPhoton {
15811581
}
15821582
PROCESS_SWITCH(statPromptPhoton, processMCGen_simple, "processMC_QA_Gen", false);
15831583
int nEventsRecMC_simple = 0;
1584-
void processMCRec_simple(jfilteredCollisions::iterator const& collision, jfilteredMCClusters const& mcclusters, jTrackCandidates const& tracks, soa::Join<aod::JTracks, aod::JTrackExtras, aod::JTrackPIs> const&, TrackCandidates const&, aod::JMcParticles const& mcparticles, BcCandidates const&, jEMCtracks const& emctracks, aod::JetMcCollisions const&)
1584+
void processMCRec_simple(jfilteredCollisions::iterator const& collision, jfilteredMCClusters const& mcclusters, jTrackCandidates const&, soa::Join<aod::JTracks, aod::JTrackExtras, aod::JTrackPIs> const&, TrackCandidates const&, aod::JMcParticles const& mcparticles, BcCandidates const&, jEMCtracks const& emctracks, aod::JetMcCollisions const&)
15851585
{
15861586
nEventsRecMC_simple++;
15871587
if (cfgDebug) {

0 commit comments

Comments
 (0)