EEAlignmentErrorRcd

Macros

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

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

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

#endif