Geant4
10.01.p02
|
#include <HadrontherapyMatrix.hh>
Public Member Functions | |
G4bool | operator< (const ion &a) const |
G4bool | operator< (const ion &a) const |
Public Attributes | |
G4bool | isPrimary |
G4int | PDGencoding |
G4String | name |
std::string::size_type | len |
G4int | Z |
G4int | A |
G4double * | dose |
unsigned int * | fluence |
Definition at line 46 of file HadrontherapyMatrix.hh.
Definition at line 58 of file HadrontherapyMatrix.hh.
Definition at line 63 of file IORTMatrix.hh.
G4int ion::A |
Definition at line 54 of file HadrontherapyMatrix.hh.
Referenced by operator<().
G4double * ion::dose |
Definition at line 55 of file HadrontherapyMatrix.hh.
Referenced by HadrontherapyMatrix::Fill(), and IORTMatrix::Fill().
unsigned int * ion::fluence |
Definition at line 56 of file HadrontherapyMatrix.hh.
Referenced by HadrontherapyMatrix::Fill(), and IORTMatrix::Fill().
G4bool ion::isPrimary |
Definition at line 48 of file HadrontherapyMatrix.hh.
std::string::size_type ion::len |
Definition at line 52 of file HadrontherapyMatrix.hh.
G4String ion::name |
Definition at line 51 of file HadrontherapyMatrix.hh.
G4int ion::PDGencoding |
Definition at line 49 of file HadrontherapyMatrix.hh.
G4int ion::Z |
Definition at line 53 of file HadrontherapyMatrix.hh.
Referenced by operator<().