|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Analyser.hh>
Public Member Functions | |
| G4Analyser () | |
| void | setInelCsec (G4double csec, G4bool withn) |
| void | setWatchers (const std::vector< G4NuclWatcher > &watchers) |
| void | try_watchers (G4int a, G4int z, G4bool if_nucl) |
| void | analyse (const G4CollisionOutput &output) |
| void | printResults () |
| void | printResultsSimple () |
| void | handleWatcherStatistics () |
| void | printResultsNtuple () |
Definition at line 43 of file G4Analyser.hh.
| G4Analyser::G4Analyser | ( | ) |
Definition at line 35 of file G4Analyser.cc.
| void G4Analyser::analyse | ( | const G4CollisionOutput & | output | ) |
Definition at line 95 of file G4Analyser.cc.
| void G4Analyser::handleWatcherStatistics | ( | ) |
Definition at line 265 of file G4Analyser.cc.
Referenced by printResults().
| void G4Analyser::printResults | ( | ) |
Definition at line 229 of file G4Analyser.cc.
| void G4Analyser::printResultsNtuple | ( | ) |
Definition at line 327 of file G4Analyser.cc.
| void G4Analyser::printResultsSimple | ( | ) |
Definition at line 200 of file G4Analyser.cc.
| void G4Analyser::setWatchers | ( | const std::vector< G4NuclWatcher > & | watchers | ) |
Definition at line 75 of file G4Analyser.cc.
Referenced by analyse().