CMS 3D CMS Logo

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

HcalChannelQualityPopConAnalyzer Class Reference

Inheritance diagram for HcalChannelQualityPopConAnalyzer:
popcon::PopConAnalyzer< HcalChannelQualityHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalChannelQualityHandler SourceHandler

Public Member Functions

 HcalChannelQualityPopConAnalyzer (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
HcalChannelQualitymyDBObject

Detailed Description

Definition at line 7 of file HcalChannelQualityPopConAnalyzer.cc.


Member Typedef Documentation


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< HcalChannelQualityHandler >.

Definition at line 24 of file HcalChannelQualityPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalChannelQualityHandler >.

Definition at line 36 of file HcalChannelQualityPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalChannelQualityHandler >.

Definition at line 37 of file HcalChannelQualityPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalChannelQualityPopConAnalyzer.cc.

Referenced by analyze(), and endJob().