cond::EcalTPGPedestalsHelper::EcalTPGPedestalsHelper |
( |
| ) |
|
|
inline |
Implements EcalPyWrapperHelper< EcalTPGPedestal >.
Definition at line 50 of file EcalTPGPedestalsPyWrapper.cc.
References EcalPyWrapperHelper< EcalTPGPedestal >::total_values.
55 vValues[0].first =
"mean_x12";
56 vValues[1].first =
"mean_x6";
57 vValues[2].first =
"mean_x1";
59 vValues[0].second = .0;
60 vValues[1].second = .0;
61 vValues[2].second = .0;
64 for(std::vector<EcalObject>::const_iterator iItems = vItems.begin(); iItems != vItems.end(); ++iItems){
66 vValues[0].second += iItems->mean_x12;
67 vValues[1].second += iItems->mean_x6;
68 vValues[2].second += iItems->mean_x1;
std::vector< std::pair< std::string, float > > type_vValues
unsigned int total_values