MTDAlignmentErrorRcd

Macros

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

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

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

#endif