CMS 3D CMS Logo

ME0RecHitStandardAlgo.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * $Date: 2014/02/04 10:16:35 $
5  * $Revision: 1.1 $
6  * \author M. Maggi -- INFN
7  */
8 
14 
16 
18 
20 
21 // First Step
23  LocalPoint loctemp2(digi.x(), digi.y(), 0.);
24  Point = loctemp2;
25  LocalError loerr2(digi.ex() * digi.ex(), digi.corr() * digi.ex() * digi.ey(), digi.ey() * digi.ey());
26  error = loerr2;
27  return true;
28 }
float x() const
bool compute(const ME0DigiPreReco &digi, LocalPoint &point, LocalError &error) const override
standard local recHit computation
Definition: config.py:1
float y() const
ME0RecHitStandardAlgo(const edm::ParameterSet &config)
Constructor.
void setES(const edm::EventSetup &setup) override
Pass the Event Setup to the algo at each event.
~ME0RecHitStandardAlgo() override
Destructor.
float corr() const
Structure Point Contains parameters of Gaussian fits to DMRs.
float ey() const
float ex() const