TrackerSurveyRcd

Macros

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

/** \class TrackerSurveyRcd
 *
 *  DB record to hold values of alignment parameters from survey.
 *
 *  $Date: 2007/04/03 15:24:56 $
 *  $Revision: 1.1 $
 *  \author Chung Khim Lae
 */

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

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

#endif