49#ifndef G4ExcitationHandler_h
50#define G4ExcitationHandler_h 1
107 void SetParameters();
119 G4int maxZForFermiBreakUp;
120 G4int maxAForFermiBreakUp;
134 return theEvaporation;
139 return theMultiFragmentation;
144 return theFermiModel;
149 return thePhotonEvaporation;
std::vector< G4ReactionProduct * > G4ReactionProductVector
void SetMaxAandZForFermiBreakUp(G4int anA, G4int aZ)
G4VEvaporationChannel * SetPhotonEvaporation()
void SetEvaporation(G4VEvaporation *ptr)
G4VEvaporation * GetEvaporation()
void SetFermiModel(G4VFermiBreakUp *ptr)
void SetMaxZForFermiBreakUp(G4int aZ)
void SetMaxAForFermiBreakUp(G4int anA)
void SetMultiFragmentation(G4VMultiFragmentation *ptr)
G4VMultiFragmentation * GetMultiFragmentation()
void SetMinEForMultiFrag(G4double anE)
G4ReactionProductVector * BreakItUp(const G4Fragment &theInitialState) const
G4VFermiBreakUp * GetFermiModel()