HBAlignmentErrorRcd

Macros

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

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

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

#endif