34 virtual boost::shared_ptr< L1RPCBxOrConfig >
newObject(
70 boost::shared_ptr< L1RPCBxOrConfig >
73 edm::LogError(
"L1-O2O" ) <<
"L1RPCBxOrConfig object with key "
74 << objectKey <<
" not in ORCON!" ;
75 boost::shared_ptr< L1RPCBxOrConfig > pBxOrConfig (
new L1RPCBxOrConfig());
76 pBxOrConfig->setFirstBX(0);
77 pBxOrConfig->setLastBX(0);
~L1RPCBxOrConfigOnlineProd()
L1RPCBxOrConfigOnlineProd(const edm::ParameterSet &)
virtual boost::shared_ptr< L1RPCBxOrConfig > newObject(const std::string &objectKey) override
#define DEFINE_FWK_EVENTSETUP_MODULE(type)