GEMAlignmentRcd

Macros

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

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

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

#endif