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