CMS 3D CMS Logo

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

HcalGainWidthsPopConAnalyzer Class Reference

Inheritance diagram for HcalGainWidthsPopConAnalyzer:
popcon::PopConAnalyzer< HcalGainWidthsHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalGainWidthsHandler SourceHandler

Public Member Functions

 HcalGainWidthsPopConAnalyzer (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
HcalGainWidthsmyDBObject

Detailed Description

Definition at line 7 of file HcalGainWidthsPopConAnalyzer.cc.


Member Typedef Documentation


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< HcalGainWidthsHandler >.

Definition at line 24 of file HcalGainWidthsPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalGainWidthsHandler >.

Definition at line 36 of file HcalGainWidthsPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalGainWidthsHandler >.

Definition at line 37 of file HcalGainWidthsPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalGainWidthsPopConAnalyzer.cc.

Referenced by analyze(), and endJob().