#include <ME0RecHitBaseAlgo.h>
Public Member Functions | |
virtual bool | compute (const ME0DigiPreReco &digi, LocalPoint &Point, LocalError &error) const =0 |
standard local recHit computation More... | |
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 void | setES (const edm::EventSetup &setup)=0 |
Pass the Event Setup to the algo at each event. More... | |
virtual | ~ME0RecHitBaseAlgo () |
Destructor. More... | |
Abstract algorithmic class to compute Rec Hit form a ME0 digi
Definition at line 29 of file ME0RecHitBaseAlgo.h.
ME0RecHitBaseAlgo::ME0RecHitBaseAlgo | ( | const edm::ParameterSet & | config | ) |
|
virtual |
|
pure virtual |
standard local recHit computation
Implemented in ME0RecHitStandardAlgo.
Referenced by reconstruct().
|
virtual |
Build all hits in the range associated to the me0Id, at the 1st step.
Definition at line 22 of file ME0RecHitBaseAlgo.cc.
References compute(), point, edm::OwnVector< T, P >::push_back(), rpcPointValidation_cfi::recHit, and mps_fire::result.
|
pure virtual |
Pass the Event Setup to the algo at each event.
Implemented in ME0RecHitStandardAlgo.