g4tools  5.4.0
Public Member Functions | Static Public Member Functions | List of all members
tools::histo::h1d Class Reference
Inheritance diagram for tools::histo::h1d:
Inheritance graph
[legend]
Collaboration diagram for tools::histo::h1d:
Collaboration graph
[legend]

Public Member Functions

const std::string & s_cls () const
 
 h1d ()
 
 h1d (const std::string &a_title, unsigned int aXnumber, double aXmin, double aXmax)
 
 h1d (const std::string &a_title, const std::vector< double > &a_edges)
 
virtual ~h1d ()
 
 h1d (const h1d &a_from)
 
h1doperator= (const h1d &a_from)
 
- Public Member Functions inherited from tools::histo::h1< double, unsigned int, unsigned int, double, double >
virtual double bin_error (int aI) const
 
bool multiply (double a_factor)
 
bool multiply (const h1 &a_histo)
 
bool scale (double a_factor)
 
void copy_from_data (const hd_t &a_from)
 
hd_t get_histo_data () const
 
bool reset ()
 
bool fill (double aX, double aWeight=1)
 
bool set_bin_content (bn_t a_ibin, unsigned int a_entries, double a_Sw, double a_Sw2, double a_Sxw, double a_Sx2w)
 
bool get_bin_content (bn_t a_ibin, unsigned int &a_entries, double &a_Sw, double &a_Sw2, double &a_Sxw, double &a_Sx2w)
 
bool add (const h1 &a_histo)
 
bool subtract (const h1 &a_histo)
 
bool divide (const h1 &a_histo)
 
bool gather_bins (unsigned int a_factor)
 
bool equals_TH (const h1 &a_from, const double &a_prec, double(*a_fabs)(double)) const
 
void not_a_profile () const
 
bool Fill (double aX, double aWeight=1)
 
 h1 (const std::string &a_title, bn_t aXnumber, double aXmin, double aXmax)
 
 h1 (const std::string &a_title, const std::vector< double > &a_edges)
 
 h1 (const h1 &a_from)
 
virtual ~h1 ()
 
h1operator= (const h1 &a_from)
 
- Public Member Functions inherited from tools::histo::b1< double, unsigned int, unsigned int, double, double >
int coord_to_index (double aCoord) const
 
double mean () const
 
double rms () const
 
unsigned int bin_entries (int aI) const
 
double bin_Sw (int aI) const
 
double bin_Sw2 (int aI) const
 
double bin_Sxw (int aI) const
 
double bin_Sx2w (int aI) const
 
double bin_height (int aI) const
 
double bin_center (int aI) const
 
double bin_mean (int aI) const
 
double bin_rms (int aI) const
 
const axis_taxis () const
 
axis_taxis ()
 
void hprint (std::ostream &a_out)
 
bool configure (bn_t aXnumber, double aXmin, double aXmax)
 
bool configure (const std::vector< double > &a_edges)
 
- Public Member Functions inherited from tools::histo::base_histo< double, unsigned int, unsigned int, double, double >
const hd_tdac () const
 
bool equals (const base_histo &a_from, const double &a_prec, double(*a_fabs)(double)) const
 
const std::string & title () const
 
bool set_title (const std::string &a_title)
 
dim_t dimension () const
 
dim_t number_of_planes () const
 
unsigned int entries () const
 
unsigned int all_entries () const
 
unsigned int extra_entries () const
 
double equivalent_bin_entries () const
 
double sum_bin_heights () const
 
double sum_all_bin_heights () const
 
double sum_extra_bin_heights () const
 
double min_bin_height () const
 
double max_bin_height () const
 
bool min_bin_height_with_entries (double &a_value) const
 
bool max_bin_height_with_entries (double &a_value) const
 
bool has_entries_per_bin () const
 
bool get_ith_axis_Sxw (dim_t a_axis, double &a_value) const
 
bool get_ith_axis_Sx2w (dim_t a_axis, double &a_value) const
 
double get_in_range_Sw () const
 
double get_in_range_Sw2 () const
 
void get_Sw_Sw2 (double &a_sw, double &a_sw2) const
 
void get_all_Sw_Sw2 (double &a_sw, double &a_sw2) const
 
const std::vector< unsigned int > & bins_entries () const
 
const std::vector< double > & bins_sum_w () const
 
const std::vector< double > & bins_sum_w2 () const
 
const std::vector< std::vector< double > > & bins_sum_xw () const
 
const std::vector< std::vector< double > > & bins_sum_x2w () const
 
const std::vector< double > & in_range_planes_xyw () const
 
const axis_tget_axis (int a_index) const
 
offset_t get_bins () const
 
const std::string & get_title () const
 
dim_t get_dimension () const
 
bool is_valid () const
 
const annotations_tannotations () const
 
annotations_t annotations ()
 
void add_annotation (const std::string &a_key, const std::string &a_value)
 
bool annotation (const std::string &a_key, std::string &a_value) const
 
void set_annotations (const annotations_t &a_annotations)
 
void hprint_annotations (std::ostream &a_out)
 

Static Public Member Functions

static const std::string & s_class ()
 

Additional Inherited Members

- Public Types inherited from tools::histo::h1< double, unsigned int, unsigned int, double, double >
typedef histo_data< double, unsigned int, unsigned int, double > hd_t
 
typedef parent::bn_t bn_t
 
typedef parent::axis_t axis_t
 
- Public Types inherited from tools::histo::b1< double, unsigned int, unsigned int, double, double >
typedef base_histo< double, unsigned int, unsigned int, double, double > base_histo_t
 
typedef parent::axis_t axis_t
 
typedef parent::bn_t bn_t
 
- Public Types inherited from tools::histo::base_histo< double, unsigned int, unsigned int, double, double >
typedef histo_data< double, unsigned int, unsigned int, double > hd_t
 
typedef axis< double, unsigned int > axis_t
 
typedef axis_t::bn_t bn_t
 
typedef unsigned int dim_t
 
typedef double coordinate_t
 
typedef unsigned int offset_t
 
typedef unsigned int num_entries_t
 
typedef double weight_t
 
typedef double height_t
 
typedef std::map< std::string, std::string > annotations_t
 
- Protected Types inherited from tools::histo::b1< double, unsigned int, unsigned int, double, double >
enum  
 
- Protected Types inherited from tools::histo::base_histo< double, unsigned int, unsigned int, double, double >
enum  
 
- Protected Types inherited from tools::histo::histo_data< double, unsigned int, unsigned int, double >
typedef axis< double, unsigned int > axis_t
 
typedef unsigned int dim_t
 
typedef std::map< std::string, std::string > annotations_t
 
- Protected Member Functions inherited from tools::histo::h1< double, unsigned int, unsigned int, double, double >
virtual double get_bin_height (unsigned int a_offset) const
 
- Protected Member Functions inherited from tools::histo::b1< double, unsigned int, unsigned int, double, double >
 b1 (const std::string &a_title, bn_t aXnumber, double aXmin, double aXmax)
 
 b1 (const std::string &a_title, const std::vector< double > &a_edges)
 
 b1 (const b1 &a_from)
 
virtual ~b1 ()
 
b1operator= (const b1 &a_from)
 
bool _find_offset (int aI, unsigned int &a_offset) const
 
- Protected Member Functions inherited from tools::histo::base_histo< double, unsigned int, unsigned int, double, double >
void base_from_data (const hd_t &a_from)
 
hd_t base_get_data () const
 
 base_histo ()
 
 base_histo (const base_histo &a_from)
 
virtual ~base_histo ()
 
base_histooperator= (const base_histo &a_from)
 
bool configure (dim_t a_dim, const std::vector< bn_t > &aNumbers, const std::vector< double > &aMins, const std::vector< double > &aMaxs)
 
bool configure (dim_t a_dim, const std::vector< std::vector< double > > &a_edges)
 
void base_reset ()
 
void base_allocate ()
 
bool is_compatible (const base_histo &a_histo)
 
void base_add (const base_histo &a_histo)
 
void base_subtract (const base_histo &a_histo)
 
bool base_multiply (const base_histo &a_histo)
 
bool base_multiply (double a_factor)
 
bool base_divide (const base_histo &a_histo)
 
bool get_ith_axis_mean (dim_t a_axis, double &a_value) const
 
bool get_ith_axis_rms (dim_t a_axis, double &a_value) const
 
unsigned int get_bin_entries (const std::vector< int > &aIs) const
 
- Protected Member Functions inherited from tools::histo::histo_data< double, unsigned int, unsigned int, double >
void reset_fast_getters ()
 
 histo_data ()
 
 histo_data (const histo_data &a_from)
 
histo_dataoperator= (const histo_data &a_from)
 
virtual ~histo_data ()
 
void update_fast_getters ()
 
bool equals (const histo_data &a_from, const double &a_prec, double(*a_fabs)(double)) const
 
bool equals_TH (const histo_data &a_from, const double &a_prec, double(*a_fabs)(double), bool a_cmp_bin_Sw2) const
 
- Protected Attributes inherited from tools::histo::histo_data< double, unsigned int, unsigned int, double >
std::string m_title
 
dim_t m_dimension
 
unsigned int m_bin_number
 
std::vector< unsigned int > m_bin_entries
 
std::vector< double > m_bin_Sw
 
std::vector< double > m_bin_Sw2
 
std::vector< std::vector< double > > m_bin_Sxw
 
std::vector< std::vector< double > > m_bin_Sx2w
 
std::vector< axis_tm_axes
 
std::vector< double > m_in_range_plane_Sxyw
 
std::map< std::string, std::string > m_annotations
 
unsigned int m_all_entries
 
unsigned int m_in_range_entries
 
double m_in_range_Sw
 
double m_in_range_Sw2
 
std::vector< double > m_in_range_Sxw
 
std::vector< double > m_in_range_Sx2w
 

Detailed Description

Definition at line 14 of file h1d.

Constructor & Destructor Documentation

◆ h1d() [1/4]

tools::histo::h1d::h1d ( )
inline

Definition at line 23 of file h1d.

23 :parent("",10,0,1){} //for I/O when reading.

◆ h1d() [2/4]

tools::histo::h1d::h1d ( const std::string &  a_title,
unsigned int  aXnumber,
double  aXmin,
double  aXmax 
)
inline

Definition at line 25 of file h1d.

26  :parent(a_title,aXnumber,aXmin,aXmax){}

◆ h1d() [3/4]

tools::histo::h1d::h1d ( const std::string &  a_title,
const std::vector< double > &  a_edges 
)
inline

Definition at line 28 of file h1d.

29  :parent(a_title,a_edges){}

◆ ~h1d()

virtual tools::histo::h1d::~h1d ( )
inlinevirtual

Definition at line 31 of file h1d.

31 {}

◆ h1d() [4/4]

tools::histo::h1d::h1d ( const h1d a_from)
inline

Definition at line 33 of file h1d.

33 :parent(a_from){}

Member Function Documentation

◆ operator=()

h1d& tools::histo::h1d::operator= ( const h1d a_from)
inline

Definition at line 34 of file h1d.

34  {
35  if(&a_from==this) return *this;
36  parent::operator=(a_from);
37  return *this;
38  }

◆ s_class()

static const std::string& tools::histo::h1d::s_class ( )
inlinestatic

Definition at line 17 of file h1d.

17  {
18  static const std::string s_v("tools::histo::h1d");
19  return s_v;
20  }

◆ s_cls()

const std::string& tools::histo::h1d::s_cls ( ) const
inline

Definition at line 21 of file h1d.

21 {return s_class();}

The documentation for this class was generated from the following file:
tools::histo::h1< double, unsigned int, unsigned int, double, double >::operator=
h1 & operator=(const h1 &a_from)
Definition: h1:244
tools::histo::h1d::s_class
static const std::string & s_class()
Definition: h1d:17