#include <ME0RecHitStandardAlgo.h>
Public Member Functions | |
virtual bool | compute (const ME0DigiPreReco &digi, LocalPoint &point, LocalError &error) const |
standard local recHit computation More... | |
ME0RecHitStandardAlgo (const edm::ParameterSet &config) | |
Constructor. More... | |
virtual void | setES (const edm::EventSetup &setup) |
Pass the Event Setup to the algo at each event. More... | |
virtual | ~ME0RecHitStandardAlgo () |
Destructor. More... | |
Public Member Functions inherited from ME0RecHitBaseAlgo | |
ME0RecHitBaseAlgo (const edm::ParameterSet &config) | |
Constructor. More... | |
virtual edm::OwnVector< ME0RecHit > | reconstruct (const ME0DetId &me0Id, const ME0DigiPreRecoCollection::Range &digiRange) |
Build all hits in the range associated to the me0Id, at the 1st step. More... | |
virtual | ~ME0RecHitBaseAlgo () |
Destructor. More... | |
Concrete implementation of ME0RecHitBaseAlgo.
Definition at line 13 of file ME0RecHitStandardAlgo.h.
ME0RecHitStandardAlgo::ME0RecHitStandardAlgo | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 16 of file ME0RecHitStandardAlgo.cc.
|
virtual |
|
virtual |
standard local recHit computation
Implements ME0RecHitBaseAlgo.
Definition at line 30 of file ME0RecHitStandardAlgo.cc.
References ME0DigiPreReco::corr(), ME0DigiPreReco::ex(), ME0DigiPreReco::ey(), ME0DigiPreReco::x(), and ME0DigiPreReco::y().
|
virtual |
Pass the Event Setup to the algo at each event.
Implements ME0RecHitBaseAlgo.
Definition at line 25 of file ME0RecHitStandardAlgo.cc.