DTSurveyErrorExtendedRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef CondFormats_AlignmentRecord_DTSurveyErrorExtendedRcd_H
#define CondFormats_AlignmentRecord_DTSurveyErrorExtendedRcd_H

/** \class DTSurveyErrorExtendedRcd
 *
 *  DB record to hold errors of alignment parameters from survey.
 *
 *  $Date: 2007/07/06 16:01:02 $
 *  $Revision: 1.1 $
 *  \author Jim Pivarski
 */

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"

class DTSurveyErrorExtendedRcd : public edm::eventsetup::EventSetupRecordImplementation<DTSurveyErrorExtendedRcd> {};

#endif