CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions
cond::ValueExtractor< EcalTPGPedestals > Class Template Reference
Inheritance diagram for cond::ValueExtractor< EcalTPGPedestals >:
cond::BaseValueExtractor< EcalTPGPedestals >

Public Types

typedef EcalTPGPedestals Class
 
typedef ExtractWhat< ClassWhat
 
- Public Types inherited from cond::BaseValueExtractor< EcalTPGPedestals >
typedef EcalTPGPedestals Class
 

Public Member Functions

void compute (Class const &it)
 
 ValueExtractor ()
 
 ValueExtractor (What const &what)
 
- Public Member Functions inherited from cond::BaseValueExtractor< EcalTPGPedestals >
 BaseValueExtractor ()
 
void computeW (Class const &o)
 
std::vector< float > const & values () const
 
virtual ~BaseValueExtractor ()
 

Static Public Member Functions

static What what ()
 

Additional Inherited Members

- Protected Member Functions inherited from cond::BaseValueExtractor< EcalTPGPedestals >
void add (float v)
 
void swap (std::vector< float > &v)
 

Detailed Description

template<>
class cond::ValueExtractor< EcalTPGPedestals >

Definition at line 24 of file EcalTPGPedestalsPyWrapper.cc.

Member Typedef Documentation

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.

31 {}

Definition at line 32 of file EcalTPGPedestalsPyWrapper.cc.

33  {
34  // here one can make stuff really complicated...
35  }

Member Function Documentation

void cond::ValueExtractor< EcalTPGPedestals >::compute ( Class const &  it)
inlinevirtual

Reimplemented from cond::BaseValueExtractor< EcalTPGPedestals >.

Definition at line 36 of file EcalTPGPedestalsPyWrapper.cc.

36  {
37  }
static What cond::ValueExtractor< EcalTPGPedestals >::what ( )
inlinestatic

Definition at line 29 of file EcalTPGPedestalsPyWrapper.cc.

29 { return What();}