#include <DefaultSmearer.h>
Inheritance diagram for Atlfast::DefaultSmearer:
Public Methods | |
DefaultSmearer (const int aseed) | |
virtual | ~DefaultSmearer () |
virtual HepLorentzVector | smear (const HepLorentzVector &) |
RandGauss * | randGauss () |
|
Construct given a random number seed. |
|
|
|
Hook for subclasses etc. to get their hands on a randGauss object |
|
Smear method decleration provided by ISmearer interface Reimplemented from Atlfast::ISmearer. Reimplemented in Atlfast::ElectronSmearer, Atlfast::JetSmearer, Atlfast::MuonSmearer, and Atlfast::PhotonSmearer. |