47#ifndef G4ExcitationHandler_h
48#define G4ExcitationHandler_h 1
114 void SetParameters();
116 inline void SortSecondaryFragment(
G4Fragment*);
137 G4int maxZForFermiBreakUp{9};
138 G4int maxAForFermiBreakUp{17};
148 G4bool isInitialised{
false};
153 std::vector<G4Fragment*> theResults;
156 std::vector<G4Fragment*> results;
159 std::vector<G4Fragment*> theEvapList;
164 maxZForFermiBreakUp = aZ;
169 maxAForFermiBreakUp = anA;
180 minEForMultiFrag = anE;
183inline void G4ExcitationHandler::SortSecondaryFragment(
G4Fragment* frag)
189 theResults.push_back(frag);
196 theResults.push_back(frag);
198 theEvapList.push_back(frag);
202 theEvapList.push_back(frag);
std::vector< G4ReactionProduct * > G4ReactionProductVector
void SetMaxAandZForFermiBreakUp(G4int anA, G4int aZ)
G4bool operator!=(const G4ExcitationHandler &right) const =delete
G4VEvaporationChannel * GetPhotonEvaporation()
G4VEvaporation * GetEvaporation()
void SetEvaporation(G4VEvaporation *ptr, G4bool isLocal=false)
void SetFermiModel(G4VFermiBreakUp *ptr)
void SetPhotonEvaporation(G4VEvaporationChannel *ptr)
void ModelDescription(std::ostream &outFile) const
void SetMaxZForFermiBreakUp(G4int aZ)
G4bool operator==(const G4ExcitationHandler &right) const =delete
G4ReactionProductVector * BreakItUp(const G4Fragment &theInitialState)
void SetMaxAForFermiBreakUp(G4int anA)
void SetMultiFragmentation(G4VMultiFragmentation *ptr)
G4ExcitationHandler(const G4ExcitationHandler &right)=delete
G4VMultiFragmentation * GetMultiFragmentation()
void SetMinEForMultiFrag(G4double anE)
G4VFermiBreakUp * GetFermiModel()
void SetDeexChannelsType(G4DeexChannelType val)
G4double GetExcitationEnergy() const
G4double GetIsotopeAbundance(G4int Z, G4int N) const