31#ifndef G4NeutronHPContEnergyAngular_h
32#define G4NeutronHPContEnergyAngular_h 1
50 currentMeanEnergy = -2;
55 if(theAngular!=0)
delete [] theAngular;
60 void Init(std::ifstream & aDataFile)
62 aDataFile >> theTargetCode >> theAngularRep >> theInterpolation >> nEnergy;
64 theManager.
Init(aDataFile);
65 for(
G4int i=0; i<nEnergy; i++)
67 theAngular[i].
Init(aDataFile);
80 G4int theInterpolation;
void Init(G4int aScheme, G4int aRange)
void Init(std::ifstream &aDataFile)
void SetInterpolation(G4int theInterpolation)
~G4NeutronHPContEnergyAngular()
void Init(std::ifstream &aDataFile)
G4NeutronHPContEnergyAngular()
G4double MeanEnergyOfThisInteraction()
G4ReactionProduct * Sample(G4double anEnergy, G4double massCode, G4double mass)