Geant4
10.00.p01
|
#include <G4NeutronHPHash.hh>
Public Member Functions | |
G4NeutronHPHash () | |
~G4NeutronHPHash () | |
G4NeutronHPHash (const G4NeutronHPHash &aHash) | |
G4NeutronHPHash & | operator= (const G4NeutronHPHash &aHash) |
void | Clear () |
G4bool | Prepared () const |
void | SetData (G4int index, G4double x, G4double y) |
G4int | GetMinIndex (G4double e) const |
Private Attributes | |
G4bool | prepared |
G4NeutronHPHash * | theUpper |
std::vector< int > | theIndex |
std::vector< G4NeutronHPDataPoint > | theData |
Definition at line 32 of file G4NeutronHPHash.hh.
|
inline |
Definition at line 35 of file G4NeutronHPHash.hh.
References prepared, and theUpper.
Referenced by G4NeutronHPHash(), operator=(), and SetData().
|
inline |
Definition at line 41 of file G4NeutronHPHash.hh.
References theUpper.
|
inline |
Definition at line 46 of file G4NeutronHPHash.hh.
References G4NeutronHPHash(), theData, theIndex, and theUpper.
|
inline |
Definition at line 78 of file G4NeutronHPHash.hh.
References prepared, theData, theIndex, and theUpper.
Referenced by G4NeutronHPVector::CleanUp(), and G4NeutronHPVector::ReHash().
Definition at line 105 of file G4NeutronHPHash.hh.
References GetMinIndex(), theData, theIndex, and theUpper.
Referenced by GetMinIndex(), and G4NeutronHPVector::GetXsec().
|
inline |
Definition at line 60 of file G4NeutronHPHash.hh.
References G4NeutronHPHash(), theData, theIndex, and theUpper.
|
inline |
Definition at line 90 of file G4NeutronHPHash.hh.
References prepared.
Referenced by G4NeutronHPVector::GetXsec(), G4NeutronHPVector::Merge(), and G4NeutronHPVector::ThinOut().
Definition at line 91 of file G4NeutronHPHash.hh.
References G4NeutronHPHash(), prepared, G4NeutronHPDataPoint::SetData(), SetData(), theData, theIndex, and theUpper.
Referenced by G4NeutronHPVector::Hash(), G4NeutronHPVector::Init(), and SetData().
|
private |
Definition at line 131 of file G4NeutronHPHash.hh.
Referenced by Clear(), G4NeutronHPHash(), Prepared(), and SetData().
|
private |
Definition at line 134 of file G4NeutronHPHash.hh.
Referenced by Clear(), G4NeutronHPHash(), GetMinIndex(), operator=(), and SetData().
|
private |
Definition at line 133 of file G4NeutronHPHash.hh.
Referenced by Clear(), G4NeutronHPHash(), GetMinIndex(), operator=(), and SetData().
|
private |
Definition at line 132 of file G4NeutronHPHash.hh.
Referenced by Clear(), G4NeutronHPHash(), GetMinIndex(), operator=(), SetData(), and ~G4NeutronHPHash().