cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Drawable::AxisInfo Class Reference

Metadata for an axis. More...

#include <CepGen/Utils/Drawable.h>

Public Member Functions

AxisInfosetLabel (const std::string &label)
 Set the axis title.
 
const std::string & label () const
 Axis title.
 
AxisInfosetMinimum (double min)
 Set the minimum range.
 
AxisInfosetMaximum (double max)
 Set the maximum range.
 
AxisInfosetRange (const Limits &lim)
 Set the full axis range.
 
const Limitsrange () const
 Axis range.
 

Detailed Description

Definition at line 47 of file Drawable.h.

Member Function Documentation

◆ label()

const std::string & label ( ) const

Definition at line 55 of file Drawable.h.

◆ range()

const Limits & range ( ) const

Definition at line 72 of file Drawable.h.

◆ setLabel()

AxisInfo & setLabel ( const std::string &  label)

Definition at line 50 of file Drawable.h.

◆ setMaximum()

AxisInfo & setMaximum ( double  max)

Definition at line 62 of file Drawable.h.

◆ setMinimum()

AxisInfo & setMinimum ( double  min)

Definition at line 57 of file Drawable.h.

◆ setRange()

AxisInfo & setRange ( const Limits lim)

Definition at line 67 of file Drawable.h.