1 #ifndef NPSTAT_UNIFORMAXIS_HH_ 2 #define NPSTAT_UNIFORMAXIS_HH_ 20 #include "Alignment/Geners/interface/ClassId.hh" 34 inline double min()
const {
return min_; }
35 inline double max()
const {
return max_; }
57 std::vector<double>
coords()
const;
71 inline void setLabel(
const char* newlabel) {
label_ = newlabel ? newlabel :
""; }
74 inline gs::ClassId
classId()
const {
return gs::ClassId(*
this); }
75 bool write(std::ostream&
of)
const;
77 static inline const char*
classname() {
return "npstat::UniformAxis"; }
78 static inline unsigned version() {
return 1; }
92 #endif // NPSTAT_UNIFORMAXIS_HH_