#include <ISmearer.h>
Inheritance diagram for Atlfast::ISmearer:
Public Methods | |
virtual HepLorentzVector | smear (const HepLorentzVector &)=0 |
Smears a 4-Vector according to parameterisation provided in derived classes. | |
virtual | ~ISmearer () |
Definition at line 40 of file ISmearer.h.
|
Definition at line 47 of file ISmearer.h.
00047 {} |
|
Smears a 4-Vector according to parameterisation provided in derived classes.
Implemented in Atlfast::CellSmearer, Atlfast::DefaultSmearer, Atlfast::ElectronSmearer, Atlfast::JetSmearer, Atlfast::MuonSmearer, and Atlfast::PhotonSmearer. Referenced by Atlfast::JetMaker::create(), Atlfast::DefaultReconstructedParticleMaker::create(), Atlfast::AtlfastProtoJetMaker::FillProtoJets(), and Atlfast::SmearCell::operator()(). |