You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
double calculateWeight(edm::Event& iEvent) const
This way, all that any derivative would need to implement is the calculateWeight function and any additional options.
The text was updated successfully, but these errors were encountered:
Part of #191
Next in line are event weights. We have accumulated quite a lot of them
Similar to selections I would like to simplify the way we add weights to the event by introducing the
WeightProducer
:produce(edm::Event& iEvent, const edm::EventSetup& iSetup)
double calculateWeight(edm::Event& iEvent) const
This way, all that any derivative would need to implement is the
calculateWeight
function and any additional options.The text was updated successfully, but these errors were encountered: