HEAlignmentErrorRcd

Macros

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

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

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

#endif