HOAlignmentErrorRcd

Macros

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

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

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

#endif