1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef CondFormats_AlignmentRecord_DTSurveyRcd_H
#define CondFormats_AlignmentRecord_DTSurveyRcd_H
/** \class DTSurveyRcd
*
* DB record to hold values of alignment parameters from survey.
*
* $Date: 2007/07/06 16:01:03 $
* $Revision: 1.1 $
* \author Jim Pivarski
*/
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class DTSurveyRcd : public edm::eventsetup::EventSetupRecordImplementation<DTSurveyRcd> {};
#endif
|