CSCAlignmentErrorRcd

Macros

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

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

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

#endif