ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/hadrontherapy/include/HadrontherapyMatrix.hh>
Public Member Functions | |
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 82 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 82 of file HadrontherapyMatrix.hh
Definition at line 94 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 94 of file HadrontherapyMatrix.hh
G4int ion::A |
Definition at line 90 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 90 of file HadrontherapyMatrix.hh
Referenced by operator<().
G4double* ion::dose |
Definition at line 91 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 91 of file HadrontherapyMatrix.hh
Referenced by HadrontherapyMatrix::Fill().
unsigned int* ion::fluence |
Definition at line 92 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 92 of file HadrontherapyMatrix.hh
Referenced by HadrontherapyMatrix::Fill().
G4bool ion::isPrimary |
Definition at line 84 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 84 of file HadrontherapyMatrix.hh
std::string::size_type ion::len |
Definition at line 88 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 88 of file HadrontherapyMatrix.hh
G4String ion::name |
Definition at line 87 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 87 of file HadrontherapyMatrix.hh
G4int ion::PDGencoding |
Definition at line 85 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 85 of file HadrontherapyMatrix.hh
G4int ion::Z |
Definition at line 89 of file HadrontherapyMatrix.hh.
View newest version in sPHENIX GitHub at line 89 of file HadrontherapyMatrix.hh
Referenced by operator<().