CSCIndexerRecord

Macros

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

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

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

#endif