Geant4
9.6.p02
|
#include <exrdmHisto.hh>
Public Member Functions | |
exrdmHisto () | |
~exrdmHisto () | |
void | Book () |
void | Save () |
void | Add1D (const G4String &, const G4String &, G4int nb=100, G4double x1=0., G4double x2=1., G4double u=1.) |
void | SetHisto1D (G4int, G4int, G4double, G4double, G4double) |
void | FillHisto (G4int, G4double, G4double) |
void | ScaleHisto (G4int, G4double) |
void | AddTuple (const G4String &, const G4String &, const G4String &) |
void | FillTuple (G4int, const G4String &, G4double) |
void | FillTuple (G4int, G4int, G4double) |
void | FillTuple (G4int, const G4String &, G4String &) |
void | FillTuple (G4int, const G4String &, G4bool) |
void | AddRow (G4int) |
void | SetFileName (const G4String &) |
const G4String & | GetFileName () const |
void | SetFileType (const G4String &) |
const G4String & | FileType () const |
Definition at line 64 of file exrdmHisto.hh.
exrdmHisto::exrdmHisto | ( | ) |
Definition at line 53 of file exrdmHisto.cc.
exrdmHisto::~exrdmHisto | ( | ) |
Definition at line 87 of file exrdmHisto.cc.
Definition at line 331 of file exrdmHisto.cc.
void exrdmHisto::Book | ( | ) |
Definition at line 458 of file exrdmHisto.cc.
Definition at line 385 of file exrdmHisto.cc.
Definition at line 403 of file exrdmHisto.cc.
void exrdmHisto::Save | ( | ) |
Definition at line 299 of file exrdmHisto.cc.