Geant4
10.02.p02
|
#include <G4ParticleHPHash.hh>
Public Member Functions | |
G4ParticleHPHash () | |
~G4ParticleHPHash () | |
G4ParticleHPHash (const G4ParticleHPHash &aHash) | |
G4ParticleHPHash & | operator= (const G4ParticleHPHash &aHash) |
void | Clear () |
G4bool | Prepared () const |
void | SetData (G4int index, G4double x, G4double y) |
G4int | GetMinIndex (G4double e) const |
Private Attributes | |
G4bool | prepared |
G4ParticleHPHash * | theUpper |
std::vector< int > | theIndex |
std::vector < G4ParticleHPDataPoint > | theData |
Definition at line 35 of file G4ParticleHPHash.hh.
|
inline |
Definition at line 38 of file G4ParticleHPHash.hh.
References prepared, and theUpper.
Referenced by G4ParticleHPHash(), operator=(), and SetData().
|
inline |
Definition at line 44 of file G4ParticleHPHash.hh.
References theUpper.
|
inline |
Definition at line 49 of file G4ParticleHPHash.hh.
References G4ParticleHPHash(), prepared, theData, theIndex, and theUpper.
|
inline |
Definition at line 82 of file G4ParticleHPHash.hh.
References Clear(), prepared, theData, theIndex, and theUpper.
Referenced by G4ParticleHPVector::CleanUp(), Clear(), G4ParticleHPVector::ReHash(), and G4ParticleHPVector::~G4ParticleHPVector().
Definition at line 110 of file G4ParticleHPHash.hh.
References GetMinIndex(), theData, theIndex, and theUpper.
Referenced by GetMinIndex(), and G4ParticleHPVector::GetXsec().
|
inline |
Definition at line 64 of file G4ParticleHPHash.hh.
References G4ParticleHPHash(), theData, theIndex, and theUpper.
|
inline |
Definition at line 95 of file G4ParticleHPHash.hh.
References prepared.
Referenced by G4ParticleHPVector::GetXsec(), G4ParticleHPVector::Merge(), and G4ParticleHPVector::ThinOut().
Definition at line 96 of file G4ParticleHPHash.hh.
References G4ParticleHPHash(), prepared, G4ParticleHPDataPoint::SetData(), SetData(), theData, theIndex, theUpper, and x.
Referenced by G4ParticleHPVector::Hash(), G4ParticleHPVector::Init(), and SetData().
|
private |
Definition at line 136 of file G4ParticleHPHash.hh.
Referenced by Clear(), G4ParticleHPHash(), Prepared(), and SetData().
|
private |
Definition at line 139 of file G4ParticleHPHash.hh.
Referenced by Clear(), G4ParticleHPHash(), GetMinIndex(), operator=(), and SetData().
|
private |
Definition at line 138 of file G4ParticleHPHash.hh.
Referenced by Clear(), G4ParticleHPHash(), GetMinIndex(), operator=(), and SetData().
|
private |
Definition at line 137 of file G4ParticleHPHash.hh.
Referenced by Clear(), G4ParticleHPHash(), GetMinIndex(), operator=(), SetData(), and ~G4ParticleHPHash().