Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Histo1DVar Class Reference

#include <Histo1DVar.hh>

Collaboration diagram for Histo1DVar:
Collaboration graph
[legend]

Public Member Functions

 Histo1DVar (G4String name, double *ep_list, size_t ep_list_len, side conv)
 
 Histo1DVar ()
 
 ~Histo1DVar ()
 
void reset ()
 
void fill (double data_point, double weight)
 
double get_bin_value (HistSpecialBin specialBin)
 
double get_bin_error (HistSpecialBin specialBin)
 
double get_bin_value (int)
 
double get_bin_error (int)
 
double get_bin_position (int)
 
double get_all_bins ()
 
void div (double r)
 
void set_name (G4String new_name)
 
const char * get_name ()
 

Public Attributes

VariableLengthPartition part
 

Detailed Description

Definition at line 149 of file Histo1DVar.hh.

Constructor & Destructor Documentation

Histo1DVar::Histo1DVar ( G4String  name,
double *  ep_list,
size_t  ep_list_len,
side  conv = LEFT 
)

Definition at line 63 of file Histo1DVar.cc.

Here is the call graph for this function:

Histo1DVar::Histo1DVar ( )

Definition at line 80 of file Histo1DVar.cc.

Here is the call graph for this function:

Histo1DVar::~Histo1DVar ( )
inline

Definition at line 154 of file Histo1DVar.hh.

Member Function Documentation

void Histo1DVar::div ( double  r)

Definition at line 303 of file Histo1DVar.cc.

Here is the call graph for this function:

void Histo1DVar::fill ( double  data_point,
double  weight = 1.0 
)

Definition at line 122 of file Histo1DVar.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

double Histo1DVar::get_all_bins ( )

Definition at line 290 of file Histo1DVar.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

double Histo1DVar::get_bin_error ( HistSpecialBin  specialBin)

Definition at line 184 of file Histo1DVar.cc.

Here is the call graph for this function:

double Histo1DVar::get_bin_error ( int  i)

Definition at line 238 of file Histo1DVar.cc.

Here is the call graph for this function:

double Histo1DVar::get_bin_position ( int  i)

Definition at line 269 of file Histo1DVar.cc.

Here is the call graph for this function:

double Histo1DVar::get_bin_value ( HistSpecialBin  specialBin)

Definition at line 160 of file Histo1DVar.cc.

Here is the call graph for this function:

double Histo1DVar::get_bin_value ( int  i)

Definition at line 219 of file Histo1DVar.cc.

Here is the call graph for this function:

const char* Histo1DVar::get_name ( )
inline

Definition at line 190 of file Histo1DVar.hh.

Here is the call graph for this function:

void Histo1DVar::reset ( )

Definition at line 94 of file Histo1DVar.cc.

Here is the caller graph for this function:

void Histo1DVar::set_name ( G4String  new_name)
inline

Definition at line 189 of file Histo1DVar.hh.

Member Data Documentation

VariableLengthPartition Histo1DVar::part

Definition at line 165 of file Histo1DVar.hh.


The documentation for this class was generated from the following files: