![]() |
![]() |
Public Types | |
typedef EcalPedestals | Class |
typedef ExtractWhat< Class > | What |
Public Member Functions | |
void | compute (Class const &it) |
ValueExtractor () | |
ValueExtractor (What const &what) | |
Static Public Member Functions | |
static ecalped::PedExtractor & | extractor (ecalped::How how) |
static What | what () |
Private Attributes | |
What | m_what |
Definition at line 90 of file EcalPedestalsPyWrapper.cc.
typedef EcalPedestals cond::ValueExtractor< EcalPedestals >::Class |
Reimplemented from cond::BaseValueExtractor< EcalPedestals >.
Definition at line 102 of file EcalPedestalsPyWrapper.cc.
typedef ExtractWhat<Class> cond::ValueExtractor< EcalPedestals >::What |
Definition at line 103 of file EcalPedestalsPyWrapper.cc.
cond::ValueExtractor< EcalPedestals >::ValueExtractor | ( | ) | [inline] |
Definition at line 106 of file EcalPedestalsPyWrapper.cc.
{}
cond::ValueExtractor< EcalPedestals >::ValueExtractor | ( | What const & | what | ) | [inline] |
Definition at line 107 of file EcalPedestalsPyWrapper.cc.
void cond::ValueExtractor< EcalPedestals >::compute | ( | Class const & | it | ) | [inline, virtual] |
Reimplemented from cond::BaseValueExtractor< EcalPedestals >.
Definition at line 114 of file EcalPedestalsPyWrapper.cc.
References cond::BaseValueExtractor< T >::swap().
static ecalped::PedExtractor& cond::ValueExtractor< EcalPedestals >::extractor | ( | ecalped::How | how | ) | [inline, static] |
Definition at line 93 of file EcalPedestalsPyWrapper.cc.
References cond::ecalped::extractAverage(), cond::ecalped::extractSingleChannel(), and cond::ecalped::extractSuperModules().
{ static ecalped::PedExtractor fun[3] = { ecalped::PedExtractor(ecalped::extractSingleChannel), ecalped::PedExtractor(ecalped::extractSuperModules), ecalped::PedExtractor(ecalped::extractAverage) }; return fun[how]; }
static What cond::ValueExtractor< EcalPedestals >::what | ( | ) | [inline, static] |
Definition at line 104 of file EcalPedestalsPyWrapper.cc.
{ return What();}
What cond::ValueExtractor< EcalPedestals >::m_what [private] |
Definition at line 121 of file EcalPedestalsPyWrapper.cc.