CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/CalibMuon/DTCalibration/interface/DTRecHitSegmentResidual.h

Go to the documentation of this file.
00001 #ifndef CalibMuon_DTCalibration_DTRecHitSegmentResidual_h
00002 #define CalibMuon_DTCalibration_DTRecHitSegmentResidual_h
00003 
00004 /*
00005  *  $Date: 2011/02/22 18:43:20 $
00006  *  $Revision: 1.1 $
00007  *  \author A. Vilela Pereira
00008  */
00009 
00010 class DTGeometry;
00011 class DTRecSegment4D;
00012 class DTRecHit1D;
00013 
00014 class DTRecHitSegmentResidual {
00015    public:
00016       DTRecHitSegmentResidual() {}
00017       ~DTRecHitSegmentResidual() {}
00018       float compute(const DTGeometry*, const DTRecHit1D&, const DTRecSegment4D&);
00019     
00020    private:
00021 };
00022 
00023 #endif
00024