ZDCAlignmentRcd

Macros

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

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

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

#endif