30 #ifndef G4NeutronHPContEnergyAngular_h
31 #define G4NeutronHPContEnergyAngular_h 1
49 currentMeanEnergy = -2;
54 if(theAngular!=0)
delete [] theAngular;
59 void Init(std::istream & aDataFile)
61 aDataFile >> theTargetCode >> theAngularRep >> theInterpolation >> nEnergy;
63 theManager.
Init(aDataFile);
64 for(
G4int i=0; i<nEnergy; i++)
66 theAngular[i].
Init(aDataFile);
79 G4int theInterpolation;
void SetInterpolation(G4int theInterpolation)
G4NeutronHPContEnergyAngular()
void Init(G4int aScheme, G4int aRange)
void Init(std::istream &aDataFile)
~G4NeutronHPContEnergyAngular()
void Init(std::istream &aDataFile)
G4double MeanEnergyOfThisInteraction()
G4ReactionProduct * Sample(G4double anEnergy, G4double massCode, G4double mass)