Skip to content

Commit

Permalink
fixing missing pointer between lumi boundaries in 102x
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-sanchez committed Feb 7, 2019
1 parent 7a11849 commit 75a652e
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 75a652e

Please sign in to comment.