cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Hist2D::contents_t Struct Reference

#include <CepGen/Utils/Histogram.h>

+ Inheritance diagram for Hist2D::contents_t:
+ Collaboration diagram for Hist2D::contents_t:

Public Types

enum  {
  LT_GT , IN_GT , GT_GT , LT_IN ,
  GT_IN , LT_LT , IN_LT , GT_LT ,
  num_content
}
 

Public Member Functions

 contents_t ()
 
size_t total () const
 
contents_toperator+= (const contents_t &)
 

Friends

std::ostream & operator<< (std::ostream &, const contents_t &)
 
contents_t operator* (double, const contents_t &)
 

Detailed Description

Definition at line 211 of file Histogram.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LT_GT 
IN_GT 
GT_GT 
LT_IN 
GT_IN 
LT_LT 
IN_LT 
GT_LT 
num_content 

Definition at line 217 of file Histogram.h.

Constructor & Destructor Documentation

◆ contents_t()

Definition at line 212 of file Histogram.h.

Member Function Documentation

◆ operator+=()

Hist2D::contents_t & operator+= ( const contents_t oth)

Definition at line 289 of file Hist2D.cpp.

◆ total()

size_t total ( ) const

Definition at line 281 of file Hist2D.cpp.

Friends And Related Symbol Documentation

◆ operator*

contents_t operator* ( double  scaling,
const contents_t oth 
)
friend

Definition at line 283 of file Hist2D.cpp.

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const contents_t cnt 
)
friend

Definition at line 295 of file Hist2D.cpp.