CepGen 1.2.5
Central exclusive processes event generator
|
#include <CepGen/Utils/Drawer.h>
Public Types | |
enum | value_t : uint16_t { none = 0 , logx = 1 << 0 , logy = 1 << 1 , logz = 1 << 2 , nostack = 1 << 3 , grid = 1 << 4 , col = 1 << 5 , cont = 1 << 6 , ratio = 1 << 7 , bar = 1 << 8 } |
Public Member Functions | |
Mode () | |
Mode (int val) | |
Mode (const value_t &val) | |
const value_t & | value () const |
Friends | |
std::ostream & | operator<< (std::ostream &, const Mode &) |
bool | operator& (const Mode &, const Mode::value_t &) |
enum value_t : uint16_t |
|
friend |
Definition at line 30 of file Drawer.cpp.
|
friend |
Definition at line 37 of file Drawer.cpp.