10 static inline void print_vector(std::ostream&
o,
const std::vector<T>& vect) {
12 for (std::vector<double>::const_iterator
i = vect.begin();
i != vect.end();
21 o <<
"EB Gain 12 correlation:";
24 o <<
"EB Gain 6 correlation:";
27 o <<
"EB Gain 1 correlation:";
31 o <<
"EE Gain 12 correlation:";
34 o <<
"EE Gain 6 correlation:";
37 o <<
"EE Gain 1 correlation:";
std::vector< double > EBG12SamplesCorrelation
static void print_vector(std::ostream &o, const std::vector< T > &vect)
std::vector< double > EBG6SamplesCorrelation
void print(std::ostream &o) const
std::vector< double > EBG1SamplesCorrelation
std::vector< double > EEG1SamplesCorrelation
std::vector< double > EEG12SamplesCorrelation
std::vector< double > EEG6SamplesCorrelation
~EcalSamplesCorrelation()