CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTRecHitSegmentResidual.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTCalibration_DTRecHitSegmentResidual_h
2 #define CalibMuon_DTCalibration_DTRecHitSegmentResidual_h
3 
4 /*
5  * $Date: 2011/02/22 18:43:20 $
6  * $Revision: 1.1 $
7  * \author A. Vilela Pereira
8  */
9 
10 class DTGeometry;
11 class DTRecSegment4D;
12 class DTRecHit1D;
13 
15  public:
18  float compute(const DTGeometry*, const DTRecHit1D&, const DTRecSegment4D&);
19 
20  private:
21 };
22 
23 #endif
24 
float compute(const DTGeometry *, const DTRecHit1D &, const DTRecSegment4D &)