Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:56

0001 #ifndef CondFormats_AlignmentRecord_DTSurveyErrorRcd_H
0002 #define CondFormats_AlignmentRecord_DTSurveyErrorRcd_H
0003 
0004 /** \class DTSurveyErrorRcd
0005  *
0006  *  DB record to hold errors of alignment parameters from survey.
0007  *
0008  *  $Date: 2007/07/06 16:01:02 $
0009  *  $Revision: 1.1 $
0010  *  \author Jim Pivarski
0011  */
0012 
0013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0014 
0015 class DTSurveyErrorRcd : public edm::eventsetup::EventSetupRecordImplementation<DTSurveyErrorRcd> {};
0016 
0017 #endif