CMS 3D CMS Logo

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

HcalQIEDataPopConAnalyzer Class Reference

Inheritance diagram for HcalQIEDataPopConAnalyzer:
popcon::PopConAnalyzer< HcalQIEDataHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalQIEDataHandler SourceHandler

Public Member Functions

 HcalQIEDataPopConAnalyzer (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
HcalQIEDatamyDBObject

Detailed Description

Definition at line 7 of file HcalQIEDataPopConAnalyzer.cc.


Member Typedef Documentation

Reimplemented from popcon::PopConAnalyzer< HcalQIEDataHandler >.

Definition at line 10 of file HcalQIEDataPopConAnalyzer.cc.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< HcalQIEDataHandler >.

Definition at line 24 of file HcalQIEDataPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalQIEDataHandler >.

Definition at line 36 of file HcalQIEDataPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalQIEDataHandler >.

Definition at line 37 of file HcalQIEDataPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalQIEDataPopConAnalyzer.cc.

Referenced by analyze(), and endJob().