39 std::stringstream cfg;
42 L_(warning) <<
"PadConfig::ToString(): creating a config message for an empty pad";
43 cfg <<
",(nullptr,nullptr)";
47 cfg <<
",(" << name <<
',' << opt <<
')';
A class representing a pad config in the message for the Histogram server.
A pad configuration for the histogram server.
std::string ToString() const
Returns message config.
std::vector< std::pair< std::string, std::string > > fvObjectList
List of objects on the pad.
bool fbLogY
Log flag for y-axis.
bool fbLogZ
Log flag for z-axis.
void SetGrid(bool gridX, bool gridY=false)
Set grid flags.
bool fbGridY
Grid flag for y-axis.
bool fbGridX
Grid flag for x-axis.
void SetLog(bool logX, bool logY=false, bool logZ=false)
Sets logarithm axis.
bool fbLogX
Log flag for x-axis.