CMS 3D CMS Logo

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

HcalGainsPopConAnalyzer Class Reference

Inheritance diagram for HcalGainsPopConAnalyzer:
popcon::PopConAnalyzer< HcalGainsHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalGainsHandler SourceHandler

Public Member Functions

 HcalGainsPopConAnalyzer (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
HcalGainsmyDBObject

Detailed Description

Definition at line 7 of file HcalGainsPopConAnalyzer.cc.


Member Typedef Documentation

Reimplemented from popcon::PopConAnalyzer< HcalGainsHandler >.

Definition at line 10 of file HcalGainsPopConAnalyzer.cc.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< HcalGainsHandler >.

Definition at line 24 of file HcalGainsPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Reimplemented from popcon::PopConAnalyzer< HcalGainsHandler >.

Definition at line 33 of file HcalGainsPopConAnalyzer.cc.

References m_populator, m_source, and popcon::PopCon::write().

Referenced by endJob().


Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalGainsHandler >.

Definition at line 36 of file HcalGainsPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalGainsHandler >.

Definition at line 37 of file HcalGainsPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalGainsPopConAnalyzer.cc.

Referenced by analyze(), and endJob().