51 static std::map< std::string, hippodraw::Symbol::Type >
s_symbols;
54 static std::map< std::string, hippodraw::Line::Style >
s_lineStyles;
80 const std::vector< std::string > & bindings );
87 const std::vector< std::string > & bindings );
97 static const std::vector < std::string > &
names ();
111 const std::string &label );
117 void setWeight (
const std::string &label );
120 const std::string &
name ()
const;
127 double getMean (
const std::string & axis );
131 double getRMS (
const std::string & axis );
141 void applyCuts (
const std::vector < QtCut * > & cuts );
145 const std::vector < std::string > &
colorNames ();
155 void setColor (
const std::string & color );
169 const std::vector<double> &
194 void setSymbol(
const std::string &symbolName,
float size=2.);
211 void setBinWidth (
const std::string & axis,
double width );
218 #endif // PyDataRep_H