![]() |
ATLAS Offline Software
|
class to store information about axes, limits, whether it is log or linear scale etc More...
#include <computils.h>
Public Member Functions | |
AxisInfo (const std::string &s) | |
const std::string & | tag () const |
accessors More... | |
bool | log () const |
bool | autoset () const |
bool | normset () const |
bool | refnormset () const |
bool | symmetric () const |
bool | rangeset () const |
bool | trim () const |
double | offset () const |
double | lo () const |
double | hi () const |
double | binwidth () const |
const std::string & | c_str () const |
Static Public Member Functions | |
static std::vector< std::string > | split (const std::string &s, const std::string &t=":") |
Public Attributes | |
std::string | m_info |
std::string | m_tag |
bool | m_log |
bool | m_autoset |
bool | m_symmetric |
bool | m_rangeset |
double | m_lo |
double | m_hi |
bool | m_norm |
bool | m_refnorm |
bool | m_binwidth |
double | m_offset |
bool | m_trim |
class to store information about axes, limits, whether it is log or linear scale etc
Definition at line 149 of file computils.h.
|
inline |
Definition at line 153 of file computils.h.
|
inline |
Definition at line 250 of file computils.h.
|
inline |
Definition at line 269 of file computils.h.
|
inline |
Definition at line 271 of file computils.h.
|
inline |
Definition at line 267 of file computils.h.
|
inline |
Definition at line 266 of file computils.h.
|
inline |
Definition at line 248 of file computils.h.
|
inline |
Definition at line 252 of file computils.h.
|
inline |
Definition at line 263 of file computils.h.
|
inline |
Definition at line 258 of file computils.h.
|
inline |
Definition at line 254 of file computils.h.
|
inlinestatic |
Definition at line 276 of file computils.h.
|
inline |
Definition at line 256 of file computils.h.
|
inline |
|
inline |
Definition at line 260 of file computils.h.
bool AxisInfo::m_autoset |
Definition at line 301 of file computils.h.
bool AxisInfo::m_binwidth |
Definition at line 311 of file computils.h.
double AxisInfo::m_hi |
Definition at line 306 of file computils.h.
std::string AxisInfo::m_info |
Definition at line 296 of file computils.h.
double AxisInfo::m_lo |
Definition at line 305 of file computils.h.
bool AxisInfo::m_log |
Definition at line 300 of file computils.h.
bool AxisInfo::m_norm |
Definition at line 308 of file computils.h.
double AxisInfo::m_offset |
Definition at line 313 of file computils.h.
bool AxisInfo::m_rangeset |
Definition at line 304 of file computils.h.
bool AxisInfo::m_refnorm |
Definition at line 309 of file computils.h.
bool AxisInfo::m_symmetric |
Definition at line 302 of file computils.h.
std::string AxisInfo::m_tag |
Definition at line 298 of file computils.h.
bool AxisInfo::m_trim |
Definition at line 315 of file computils.h.