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