34 std::unique_ptr< L1RPCHsbConfig >
newObject(
70 std::unique_ptr< L1RPCHsbConfig >
73 edm::LogError(
"L1-O2O" ) <<
"L1RPCHsbConfig object with key " 74 << objectKey <<
" not in ORCON!" ;
75 auto pHsbConfig = std::make_unique< 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() override
L1RPCHsbConfigOnlineProd(const edm::ParameterSet &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::unique_ptr< L1RPCHsbConfig > newObject(const std::string &objectKey) override