stablejet is hosted by Hepforge, IPPP Durham
StableJet
QCDandCmsLikeSmear.cc
1 #include "QCDandCmsLikeSmear.h"
2 
3 namespace stab {
4 
5 void QCDandCmsLikeSmear::smear(Event &event) {
6  m_CmsSmear2.smear(event);
7  m_QCDSmear.initialize(event,m_CmsSmear2.getInfo());
8  m_QCDSmear.smear(event);
9  assert( event.size() );
10 }
11 
12 } // end stab namespace
virtual void smear(Event &event)
smear the event, return the smeared event via the function argument.
virtual void smear(Event &)
smear the event, return the smeared event via the function argument.
Definition: AbsSmearJet.cc:43
virtual void smear(Event &)
smear the event, return the smeared event via the function argument.
virtual void initialize(const Event &event, const StabilityEventInfo &info)
initialize the smearing agent with the initial event