#include <Histo2DVar.hh>
|
| Histo2DVar (G4String name, double *epx_list, size_t epx_list_len, side x_conv, double *epy_list, size_t epy_list_len, side y_conv) |
|
| Histo2DVar () |
|
| ~Histo2DVar () |
|
void | reset () |
|
void | fill (double x_point, double y_point, double weight) |
|
double | get_bin_value (int, int) |
|
double | get_bin_error (int, int) |
|
void | div (double) |
|
void | set_name (G4String new_name) |
|
const char * | get_name () |
|
double | get_bin_value (HistSpecialBin xSpecialBin, HistSpecialBin ySpecialBin) |
|
double | get_bin_error (HistSpecialBin xSpecialBin, HistSpecialBin ySpecialBin) |
|
double | get_all_bins () const |
|
Definition at line 173 of file Histo2DVar.hh.
Histo2DVar::Histo2DVar |
( |
G4String |
name, |
|
|
double * |
epx_list, |
|
|
size_t |
epx_list_len, |
|
|
side |
x_conv, |
|
|
double * |
epy_list, |
|
|
size_t |
epy_list_len, |
|
|
side |
y_conv |
|
) |
| |
Histo2DVar::Histo2DVar |
( |
) | |
|
Histo2DVar::~Histo2DVar |
( |
) | |
|
|
inline |
void Histo2DVar::div |
( |
double |
r) | |
|
void Histo2DVar::fill |
( |
double |
x_point, |
|
|
double |
y_point, |
|
|
double |
weight = 1.0 |
|
) |
| |
double Histo2DVar::get_all_bins |
( |
) | |
const |
|
inline |
double Histo2DVar::get_bin_error |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
double Histo2DVar::get_bin_value |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
const char* Histo2DVar::get_name |
( |
) | |
|
|
inline |
void Histo2DVar::reset |
( |
) | |
|
The documentation for this class was generated from the following files:
- D:/Geant4/geant4_9_6_p02/examples/extended/biasing/ReverseMC01/include/Histo2DVar.hh
- D:/Geant4/geant4_9_6_p02/examples/extended/biasing/ReverseMC01/src/Histo2Dvar.cc