Skip to content

Commit 7645784

Browse files
authored
Adjust processMcRec arguments to follow O2 guideline
1 parent 3353dbd commit 7645784

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ struct HfCorrelatorHfeHadrons {
361361

362362
void processData(TableCollision const& collision,
363363
aod::HfCorrSelEl const& electron,
364-
TableTracks const& tracks, aod::BCsWithTimestamps const& bc)
364+
TableTracks const& tracks,
365+
aod::BCsWithTimestamps const& bc)
365366
{
366367
fillCorrelation(collision, electron, tracks, bc);
367368
}
@@ -372,7 +373,8 @@ struct HfCorrelatorHfeHadrons {
372373

373374
void processMcRec(McTableCollision const& mcCollision,
374375
aod::HfCorrSelEl const& mcElectron,
375-
McTableTracks const& mcTracks, aod::BCsWithTimestamps const& bc)
376+
McTableTracks const& mcTracks,
377+
aod::BCsWithTimestamps const& bc)
376378
{
377379
fillCorrelation(mcCollision, mcElectron, mcTracks, bc);
378380
}

0 commit comments

Comments
 (0)