CMS 3D CMS Logo

Public Types | Public Member Functions | Private Member Functions | Private Attributes

HcalLutMetadataPopConAnalyzer Class Reference

Inheritance diagram for HcalLutMetadataPopConAnalyzer:
popcon::PopConAnalyzer< HcalLutMetadataHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalLutMetadataHandler SourceHandler

Public Member Functions

 HcalLutMetadataPopConAnalyzer (const edm::ParameterSet &pset)

Private Member Functions

virtual void analyze (const edm::Event &ev, const edm::EventSetup &esetup)
virtual void endJob ()
void write ()

Private Attributes

popcon::PopCon m_populator
SourceHandler m_source
HcalLutMetadatamyDBObject

Detailed Description

Definition at line 7 of file HcalLutMetadataPopConAnalyzer.cc.


Member Typedef Documentation


Constructor & Destructor Documentation

HcalLutMetadataPopConAnalyzer::HcalLutMetadataPopConAnalyzer ( const edm::ParameterSet pset) [inline]

Member Function Documentation

virtual void HcalLutMetadataPopConAnalyzer::analyze ( const edm::Event ev,
const edm::EventSetup esetup 
) [inline, private, virtual]

Reimplemented from popcon::PopConAnalyzer< HcalLutMetadataHandler >.

Definition at line 24 of file HcalLutMetadataPopConAnalyzer.cc.

References edm::EventSetup::get(), myDBObject, and edm::ESHandle< T >::product().

  {
    //Using ES to get the data:

    edm::ESHandle<HcalLutMetadata> objecthandle;
    esetup.get<HcalLutMetadataRcd>().get(objecthandle);
    myDBObject = new HcalLutMetadata(*objecthandle.product() );
  }
virtual void HcalLutMetadataPopConAnalyzer::endJob ( void  ) [inline, private, virtual]
void HcalLutMetadataPopConAnalyzer::write ( void  ) [inline, private]

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalLutMetadataHandler >.

Definition at line 36 of file HcalLutMetadataPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalLutMetadataHandler >.

Definition at line 37 of file HcalLutMetadataPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalLutMetadataPopConAnalyzer.cc.

Referenced by analyze(), and endJob().