Geant4_10
|
#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 66 of file exrdmHisto.hh.
exrdmHisto::exrdmHisto | ( | ) |
Definition at line 55 of file exrdmHisto.cc.
exrdmHisto::~exrdmHisto | ( | ) |
Definition at line 89 of file exrdmHisto.cc.
Definition at line 333 of file exrdmHisto.cc.
void exrdmHisto::Book | ( | ) |
const G4String & exrdmHisto::FileType | ( | ) | const |
Definition at line 460 of file exrdmHisto.cc.
Definition at line 387 of file exrdmHisto.cc.
Definition at line 405 of file exrdmHisto.cc.
const G4String & exrdmHisto::GetFileName | ( | ) | const |
void exrdmHisto::Save | ( | ) |
Definition at line 301 of file exrdmHisto.cc.