EBAlignmentErrorRcd

Macros

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

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

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

#endif