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