#include <GEMRecHitStandardAlgo.h>
Public Member Functions | |
virtual bool | compute (const GEMEtaPartition &roll, const GEMCluster &cluster, LocalPoint &point, LocalError &error) const |
standard local recHit computation More... | |
virtual bool | compute (const GEMEtaPartition &roll, const GEMCluster &cluster, const float &angle, const GlobalPoint &globPos, LocalPoint &point, LocalError &error) const |
GEMRecHitStandardAlgo (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 | ~GEMRecHitStandardAlgo () |
Destructor. More... | |
Public Member Functions inherited from GEMRecHitBaseAlgo | |
GEMRecHitBaseAlgo (const edm::ParameterSet &config) | |
Constructor. More... | |
virtual edm::OwnVector< GEMRecHit > | reconstruct (const GEMEtaPartition &roll, const GEMDetId &gemId, const GEMDigiCollection::Range &digiRange, const EtaPartitionMask &mask) |
Build all hits in the range associated to the gemId, at the 1st step. More... | |
virtual | ~GEMRecHitBaseAlgo () |
Destructor. More... | |
Concrete implementation of GEMRecHitBaseAlgo.
Definition at line 14 of file GEMRecHitStandardAlgo.h.
GEMRecHitStandardAlgo::GEMRecHitStandardAlgo | ( | const edm::ParameterSet & | config | ) |
Constructor.
Definition at line 16 of file GEMRecHitStandardAlgo.cc.
|
virtual |
|
virtual |
standard local recHit computation
Implements GEMRecHitBaseAlgo.
Definition at line 35 of file GEMRecHitStandardAlgo.cc.
References GEMEtaPartition::centreOfStrip(), GEMCluster::clusterSize(), GEMCluster::firstStrip(), GEMCluster::lastStrip(), and GEMEtaPartition::localError().
Referenced by compute().
|
virtual |
local recHit computation accounting for track direction and absolute position
Implements GEMRecHitBaseAlgo.
Definition at line 53 of file GEMRecHitStandardAlgo.cc.
References compute(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
Pass the Event Setup to the algo at each event.
Implements GEMRecHitBaseAlgo.
Definition at line 29 of file GEMRecHitStandardAlgo.cc.