29 #ifndef G4ParticleHPManager_h
30 #define G4ParticleHPManager_h 1
128 std::map<G4String,G4String> mDataEvaluation;
134 G4bool USE_ONLY_PHOTONEVAPORATION;
135 G4bool SKIP_MISSING_ISOTOPES;
137 G4bool DO_NOT_ADJUST_FINAL_STATE;
138 G4bool PRODUCE_FISSION_FRAGMENTS;
142 std::map< const G4ParticleDefinition* , G4PhysicsTable* > theInelasticCrossSections;
145 std::vector<G4ParticleHPChannel*>* theElasticFSs;
146 std::map< const G4ParticleDefinition* , std::vector<G4ParticleHPChannelList*>* > theInelasticFSs;
147 std::vector<G4ParticleHPChannel*>* theCaptureFSs;
148 std::vector<G4ParticleHPChannel*>* theFissionFSs;
150 std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* theTSCoherentCrossSections;
151 std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* theTSIncoherentCrossSections;
152 std::map< G4int , std::map< G4double , G4ParticleHPVector* >* >* theTSInelasticCrossSections;
154 std::map< G4int , std::map< G4double , std::vector< std::pair< G4double , G4double >* >* >* >* theTSCoherentFinalStates;
155 std::map< G4int , std::map< G4double , std::vector< E_isoAng* >* >* >* theTSIncoherentFinalStates;
156 std::map< G4int , std::map< G4double , std::vector< E_P_E_isoAng* >* >* >* theTSInelasticFinalStates;
static G4ParticleHPManager * GetInstance()
void RegisterInelasticCrossSections(const G4ParticleDefinition *, G4PhysicsTable *)
void RegisterElasticFinalStates(std::vector< G4ParticleHPChannel * > *val)
std::vector< G4ParticleHPChannel * > * GetCaptureFinalStates()
void RegisterThermalScatteringIncoherentCrossSections(std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > *val)
void RegisterFissionCrossSections(G4PhysicsTable *val)
void RegisterCaptureCrossSections(G4PhysicsTable *val)
void GetDataStream(G4String, std::istringstream &iss)
void RegisterFissionFinalStates(std::vector< G4ParticleHPChannel * > *val)
std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng * > * > * > * GetThermalScatteringInelasticFinalStates()
void RegisterThermalScatteringInelasticCrossSections(std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > *val)
G4bool GetProduceFissionFragments()
void SetDoNotAdjustFinalState(G4bool val)
G4bool GetUseOnlyPhotoEvaporation()
G4PhysicsTable * GetFissionCrossSections()
std::map< G4int, std::map< G4double, std::vector< E_isoAng * > * > * > * GetThermalScatteringIncoherentFinalStates()
std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > * > * > * > * GetThermalScatteringCoherentFinalStates()
void SetVerboseLevel(G4int i)
void RegisterElasticCrossSections(G4PhysicsTable *val)
void SetProduceFissionFragments(G4bool val)
void SetUseOnlyPhotoEvaporation(G4bool val)
G4bool GetSkipMissingIsotopes()
G4PhysicsTable * GetElasticCrossSections()
std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * GetThermalScatteringIncoherentCrossSections()
G4PhysicsTable * GetCaptureCrossSections()
G4bool GetNeglectDoppler()
void GetDataStream2(G4String, std::istringstream &iss)
void RegisterCaptureFinalStates(std::vector< G4ParticleHPChannel * > *val)
void OpenReactionWhiteBoard()
void SetNeglectDoppler(G4bool val)
std::vector< G4ParticleHPChannel * > * GetFissionFinalStates()
void RegisterThermalScatteringInelasticFinalStates(std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng * > * > * > *val)
G4PhysicsTable * GetInelasticCrossSections(const G4ParticleDefinition *)
std::vector< G4ParticleHPChannel * > * GetElasticFinalStates()
void RegisterThermalScatteringIncoherentFinalStates(std::map< G4int, std::map< G4double, std::vector< E_isoAng * > * > * > *val)
std::vector< G4ParticleHPChannelList * > * GetInelasticFinalStates(const G4ParticleDefinition *)
void CloseReactionWhiteBoard()
void RegisterThermalScatteringCoherentCrossSections(std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > *val)
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
void SetSkipMissingIsotopes(G4bool val)
G4bool GetDoNotAdjustFinalState()
std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * GetThermalScatteringInelasticCrossSections()
void RegisterInelasticFinalStates(const G4ParticleDefinition *, std::vector< G4ParticleHPChannelList * > *)
std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * GetThermalScatteringCoherentCrossSections()
void RegisterThermalScatteringCoherentFinalStates(std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > * > * > * > *val)