CSCAlignmentRcd

Macros

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

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

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

#endif