ESAlignmentErrorRcd

Macros

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

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

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

#endif