Skip to content

Commit

Permalink
Merge pull request #25881 from alberto-sanchez/from-CMSSW_10_2_X_2019…
Browse files Browse the repository at this point in the history
…-02-06-2300

fixing missing pointer between lumi boundaries in 102x
  • Loading branch information
cmsbuild committed Feb 10, 2019
2 parents 3b1bee5 + 75a652e commit 9284570
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -98,6 +98,7 @@ bool LHAupLesHouches::setEvent(int inProcId)
fEvAttributes->clear();
infoPtr->eventAttributes = fEvAttributes;
} else {
infoPtr->eventAttributes = fEvAttributes; // make sure still there
infoPtr->eventAttributes->clear();
}

Expand Down

0 comments on commit 9284570

Please sign in to comment.