HFAlignmentErrorRcd

Macros

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

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

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

#endif