CMS 3D CMS Logo

Public Types | Public Member Functions | Static Public Member Functions

cond::ValueExtractor< EcalTPGPedestals > Class Template Reference

Inheritance diagram for cond::ValueExtractor< EcalTPGPedestals >:
cond::BaseValueExtractor< EcalTPGPedestals >

List of all members.

Public Types

typedef EcalTPGPedestals Class
typedef ExtractWhat< ClassWhat

Public Member Functions

void compute (Class const &it)
 ValueExtractor ()
 ValueExtractor (What const &what)

Static Public Member Functions

static What what ()

Detailed Description

template<>
class cond::ValueExtractor< EcalTPGPedestals >

Definition at line 24 of file EcalTPGPedestalsPyWrapper.cc.


Member Typedef Documentation

Reimplemented from cond::BaseValueExtractor< EcalTPGPedestals >.

Definition at line 27 of file EcalTPGPedestalsPyWrapper.cc.

Definition at line 28 of file EcalTPGPedestalsPyWrapper.cc.


Constructor & Destructor Documentation

Definition at line 31 of file EcalTPGPedestalsPyWrapper.cc.

{}
cond::ValueExtractor< EcalTPGPedestals >::ValueExtractor ( What const &  what) [inline]

Definition at line 32 of file EcalTPGPedestalsPyWrapper.cc.

    {
      // here one can make stuff really complicated...
    }

Member Function Documentation

void cond::ValueExtractor< EcalTPGPedestals >::compute ( Class const &  it) [inline, virtual]

Reimplemented from cond::BaseValueExtractor< EcalTPGPedestals >.

Definition at line 36 of file EcalTPGPedestalsPyWrapper.cc.

                                  {
    }
static What cond::ValueExtractor< EcalTPGPedestals >::what ( ) [inline, static]

Definition at line 29 of file EcalTPGPedestalsPyWrapper.cc.

{ return What();}