CastorAlignmentErrorExtendedRcd

Macros

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

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

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

#endif