CMS 3D CMS Logo

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

HcalZSThresholdsPopConAnalyzer Class Reference

Inheritance diagram for HcalZSThresholdsPopConAnalyzer:
popcon::PopConAnalyzer< HcalZSThresholdsHandler > edm::EDAnalyzer

List of all members.

Public Types

typedef HcalZSThresholdsHandler SourceHandler

Public Member Functions

 HcalZSThresholdsPopConAnalyzer (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
HcalZSThresholdsmyDBObject

Detailed Description

Definition at line 7 of file HcalZSThresholdsPopConAnalyzer.cc.


Member Typedef Documentation


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< HcalZSThresholdsHandler >.

Definition at line 24 of file HcalZSThresholdsPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< HcalZSThresholdsHandler >.

Definition at line 36 of file HcalZSThresholdsPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< HcalZSThresholdsHandler >.

Definition at line 37 of file HcalZSThresholdsPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file HcalZSThresholdsPopConAnalyzer.cc.

Referenced by analyze(), and endJob().