52 std::stringstream cfg;
55 L_(warning) <<
"CanvasConfig::ToString(): creating a config message for an empty pad";
57 cfg <<
';' << pad.ToString();
64 return cfg.str() +
";";
A class representing a canvas in the message for the Histogram server.
A canvas configuration for the histogram server.
std::string ToString() const
Returns message config.
std::vector< std::string > fvsPadConfigs
Vector of pad config messages.
void AddPadConfig(const PadConfig &pad)
Adds a pad to the canvas.
int fNofPadsY
Number of pads along the y-axis.
int fNofPadsX
Number of pads along the x-axis.
std::string fsName
Name of the canvas.
std::string fsTitle
Name of the pad.
A pad configuration for the histogram server.
std::string ToString() const
Returns message config.