#include <G4NeutronHPData.hh>
Definition at line 45 of file G4NeutronHPData.hh.
◆ G4NeutronHPData()
G4NeutronHPData::G4NeutronHPData |
( |
| ) |
|
Definition at line 33 of file G4NeutronHPData.cc.
34 {
37
38 for (
G4int i=0; i<numEle; i++)
39 {
41 }
42 }
static size_t GetNumberOfElements()
static const G4ElementTable * GetElementTable()
◆ ~G4NeutronHPData()
G4NeutronHPData::~G4NeutronHPData |
( |
| ) |
|
Definition at line 44 of file G4NeutronHPData.cc.
45 {
46 for ( std::vector<G4NeutronHPElementData*>::iterator it = theData.begin() ; it != theData.end() ; it++ ) delete *it;
47 theData.clear();
48 }
◆ DoPhysicsVector()
Definition at line 56 of file G4NeutronHPData.cc.
57 {
58
60
64
65
66
68 for (
G4int i=0; i<len; i++)
69 {
71 }
72 return theResult;
73 }
void PutValues(size_t binNumber, G4double binValue, G4double dataValue)
G4int GetVectorLength() const
G4double GetX(G4int i) const
G4double GetY(G4double x)
Referenced by MakePhysicsVector().
◆ Instance()
◆ MakePhysicsVector() [1/4]
Definition at line 58 of file G4NeutronHPData.hh.
59 {
62 }
G4PhysicsVector * DoPhysicsVector(G4NeutronHPVector *theVector)
◆ MakePhysicsVector() [2/4]
◆ MakePhysicsVector() [3/4]
◆ MakePhysicsVector() [4/4]
The documentation for this class was generated from the following files: