GEMAlignmentErrorRcd

Macros

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

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

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

#endif