L1RPCHwConfigRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef L1RPCHwConfigRcd_h
#define L1RPCHwConfigRcd_h

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class L1RPCHwConfigRcd : public edm::eventsetup::EventSetupRecordImplementation<L1RPCHwConfigRcd> {};

//#include "FWCore/Utilities/interface/mplVector.h"
//
//#include "FWCore/Framework/interface/DependentRecordImplementation.h"
//#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
//#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
//
//class L1RPCHwConfigRcd : public edm::eventsetup::DependentRecordImplementation<L1RPCHwConfigRcd, edm::mpl::Vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};

#endif