Skip to content

Commit

Permalink
Add missing call to setupPileUpEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Nov 22, 2022
1 parent 9339beb commit 24b5ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimGeneral/MixingModule/plugins/MixingModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ namespace edm {
ModuleCallingContext moduleCallingContext(&moduleDescription());
ModuleContextSentry moduleContextSentry(&moduleCallingContext, parentContext);

setupPileUpEvent(setup);

for (auto const& adjuster : adjusters_) {
adjuster->doOffset(bunchSpace_, bunchCrossing, eventPrincipal, &moduleCallingContext, eventId, vertexOffset);
}
Expand Down

0 comments on commit 24b5ecc

Please sign in to comment.