cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Drawer.h File Reference
#include <cstdint>
#include "CepGen/Modules/NamedModule.h"
+ Include dependency graph for Drawer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Drawer
 A generic drawing utility. More...
 
class  Drawer::Mode
 

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 
namespace  cepgen::utils
 Collection of utilities.
 

Typedefs

typedef std::vector< const Drawable * > DrawableColl
 A collection of drawable objects.
 

Functions

utils::Drawer::Mode operator| (const utils::Drawer::Mode &, const utils::Drawer::Mode::value_t &)
 
utils::Drawer::Mode operator| (const utils::Drawer::Mode::value_t &lhs, const utils::Drawer::Mode::value_t &rhs)
 
cepgen::utils::Drawer::Modeoperator|= (cepgen::utils::Drawer::Mode &, const cepgen::utils::Drawer::Mode::value_t &)
 

Function Documentation

◆ operator|=()

Definition at line 67 of file Drawer.cpp.