DTAlignmentErrorRcd

Macros

Line Code
1 2 3 4 5 6 7 8
#ifndef DTALIGNMENTERRORRCD_H
#define DTALIGNMENTERRORRCD_H

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

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

#endif