Public Member Functions | |
virtual boost::shared_ptr < L1RPCConfig > | newObject (const std::string &objectKey) |
RPCConfigOnlineProd (const edm::ParameterSet &) | |
~RPCConfigOnlineProd () |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 35 of file RPCConfigOnlineProd.cc.
RPCConfigOnlineProd::RPCConfigOnlineProd | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 59 of file RPCConfigOnlineProd.cc.
: L1ConfigOnlineProdBase< L1RPCConfigRcd, L1RPCConfig >( iConfig ) { //the following line is needed to tell the framework what // data is being produced //now do what ever other initialization is needed }
RPCConfigOnlineProd::~RPCConfigOnlineProd | ( | ) |
Definition at line 69 of file RPCConfigOnlineProd.cc.
{ // do anything here that needs to be done at desctruction time // (e.g. close files, deallocate resources etc.) }
boost::shared_ptr< L1RPCConfig > RPCConfigOnlineProd::newObject | ( | const std::string & | objectKey | ) | [virtual] |
Implements L1ConfigOnlineProdBase< L1RPCConfigRcd, L1RPCConfig >.
Definition at line 78 of file RPCConfigOnlineProd.cc.
{ edm::LogError( "L1-O2O" ) << "L1RPCConfig object with key " << objectKey << " not in ORCON!" ; return boost::shared_ptr< L1RPCConfig >() ; }