ESAlignmentErrorExtendedRcd

Macros

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

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

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

#endif