CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/TrackingRecHit/src/AlignmentPositionError.cc

Go to the documentation of this file.
00001 #include "DataFormats/TrackingRecHit/interface/AlignmentPositionError.h"
00002 
00003 AlignmentPositionError::AlignmentPositionError( float dx, float dy, float dz){
00004   theGlobalError = GlobalError(double(dx*dx),           
00005                                0., double(dy*dy),       
00006                                0., 0., double(dz*dz) ) ;
00007 }