Skip to content

Commit 95d5044

Browse files
committed
Fix BC filling in per TF digi contexts
1 parent ed07815 commit 95d5044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DataFormats/simulation/src/DigitizationContext.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ DigitizationContext DigitizationContext::extractSingleTimeframe(int timeframeid,
679679
}
680680
r.mSimPrefixes = mSimPrefixes;
681681
r.mMuBC = mMuBC;
682+
r.mBCFilling = mBCFilling;
682683
try {
683684
auto tf_ranges = timeframeindices.at(timeframeid);
684685

0 commit comments

Comments
 (0)