#include <CommissioningHistograms.h>
Definition at line 44 of file CommissioningHistograms.h.
CommissioningHistograms::Histo::Histo |
( |
| ) |
|
|
inline |
void CommissioningHistograms::Histo::print |
( |
std::stringstream & |
ss | ) |
const |
Definition at line 67 of file CommissioningHistograms.cc.
References cme_, me_, and title_.
68 ss <<
" [Histo::" << __func__ <<
"]" << std::endl
69 <<
" Histogram title : " <<
title_ << std::endl
70 <<
" MonitorElement* : 0x"
72 << std::setw(8) << std::setfill(
'0') <<
me_ << std::endl
76 << std::setw(8) << std::setfill(
'0') <<
cme_ << std::endl
std::string CommissioningHistograms::Histo::title_ |