34 virtual boost::shared_ptr< L1RPCHsbConfig >
newObject(
70 boost::shared_ptr< L1RPCHsbConfig >
73 edm::LogError(
"L1-O2O" ) <<
"L1RPCHsbConfig object with key "
74 << objectKey <<
" not in ORCON!" ;
75 boost::shared_ptr< L1RPCHsbConfig > pHsbConfig (
new L1RPCHsbConfig());
76 std::vector<int> hsbconf;
79 for (
int i=0;
i<8;
i++) hsbconf.push_back(mask);
80 pHsbConfig->setHsbMask(0, hsbconf);
81 pHsbConfig->setHsbMask(1, hsbconf);
L1RPCHsbConfigOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
virtual boost::shared_ptr< L1RPCHsbConfig > newObject(const std::string &objectKey) override
~L1RPCHsbConfigOnlineProd()