CMS 3D CMS Logo

Public Member Functions

DTEtaPatternLutOnlineProd Class Reference

Inheritance diagram for DTEtaPatternLutOnlineProd:
L1ConfigOnlineProdBase< L1MuDTEtaPatternLutRcd, L1MuDTEtaPatternLut > edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

List of all members.

Public Member Functions

 DTEtaPatternLutOnlineProd (const edm::ParameterSet &)
virtual boost::shared_ptr
< L1MuDTEtaPatternLut
newObject (const std::string &objectKey)
 ~DTEtaPatternLutOnlineProd ()

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 35 of file DTEtaPatternLutOnlineProd.cc.


Constructor & Destructor Documentation

DTEtaPatternLutOnlineProd::DTEtaPatternLutOnlineProd ( const edm::ParameterSet iConfig)

Definition at line 60 of file DTEtaPatternLutOnlineProd.cc.

  : L1ConfigOnlineProdBase< L1MuDTEtaPatternLutRcd,
                            L1MuDTEtaPatternLut >( iConfig )
{
   //the following line is needed to tell the framework what
   // data is being produced

   //now do what ever other initialization is needed
}
DTEtaPatternLutOnlineProd::~DTEtaPatternLutOnlineProd ( )

Definition at line 72 of file DTEtaPatternLutOnlineProd.cc.

{
 
   // do anything here that needs to be done at desctruction time
   // (e.g. close files, deallocate resources etc.)

}

Member Function Documentation

boost::shared_ptr< L1MuDTEtaPatternLut > DTEtaPatternLutOnlineProd::newObject ( const std::string &  objectKey) [virtual]

Implements L1ConfigOnlineProdBase< L1MuDTEtaPatternLutRcd, L1MuDTEtaPatternLut >.

Definition at line 81 of file DTEtaPatternLutOnlineProd.cc.

{
  edm::LogError( "L1-O2O" ) << "L1MuDTEtaPatternLut object with key "
                            << objectKey << " not in ORCON!" ;

  return boost::shared_ptr< L1MuDTEtaPatternLut >() ;
}