#include <ME0RecHitStandardAlgo.h>
Public Member Functions | |
bool | compute (const ME0DigiPreReco &digi, LocalPoint &point, LocalError &error) const override |
standard local recHit computation More... | |
ME0RecHitStandardAlgo (const edm::ParameterSet &config) | |
Constructor. More... | |
void | setES (const edm::EventSetup &setup) override |
Pass the Event Setup to the algo at each event. More... | |
~ME0RecHitStandardAlgo () override | |
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.
|
override |
|
overridevirtual |
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().
|
overridevirtual |
Pass the Event Setup to the algo at each event.
Implements ME0RecHitBaseAlgo.
Definition at line 25 of file ME0RecHitStandardAlgo.cc.