CMS 3D CMS Logo

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

CastorPedestalsPopConAnalyzer Class Reference

Inheritance diagram for CastorPedestalsPopConAnalyzer:
popcon::PopConAnalyzer< CastorPedestalsHandler > edm::EDAnalyzer edm::EDConsumerBase

List of all members.

Public Types

typedef CastorPedestalsHandler SourceHandler

Public Member Functions

 CastorPedestalsPopConAnalyzer (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
CastorPedestalsmyDBObject

Detailed Description

Definition at line 7 of file CastorPedestalsPopConAnalyzer.cc.


Member Typedef Documentation


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< CastorPedestalsHandler >.

Definition at line 24 of file CastorPedestalsPopConAnalyzer.cc.

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

  {
    //Using ES to get the data:

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

Member Data Documentation

Reimplemented from popcon::PopConAnalyzer< CastorPedestalsHandler >.

Definition at line 36 of file CastorPedestalsPopConAnalyzer.cc.

Referenced by write().

Reimplemented from popcon::PopConAnalyzer< CastorPedestalsHandler >.

Definition at line 37 of file CastorPedestalsPopConAnalyzer.cc.

Referenced by endJob(), and write().

Definition at line 39 of file CastorPedestalsPopConAnalyzer.cc.

Referenced by analyze(), and endJob().