|
| G4ParticleHPReactionWhiteBoard * | GetReactionWhiteBoard () |
| |
| void | OpenReactionWhiteBoard () |
| |
| void | CloseReactionWhiteBoard () |
| |
| void | GetDataStream (G4String, std::istringstream &iss) |
| |
| void | GetDataStream2 (G4String, std::istringstream &iss) |
| |
| void | SetVerboseLevel (G4int i) |
| |
| G4int | GetVerboseLevel () |
| |
| void | DumpDataSource () |
| |
| G4bool | GetUseOnlyPhotoEvaporation () |
| |
| void | SetUseOnlyPhotoEvaporation (G4bool val) |
| |
| G4bool | GetSkipMissingIsotopes () |
| |
| G4bool | GetNeglectDoppler () |
| |
| G4bool | GetDoNotAdjustFinalState () |
| |
| G4bool | GetProduceFissionFragments () |
| |
| void | SetSkipMissingIsotopes (G4bool val) |
| |
| void | SetNeglectDoppler (G4bool val) |
| |
| void | SetDoNotAdjustFinalState (G4bool val) |
| |
| void | SetProduceFissionFragments (G4bool val) |
| |
| void | RegisterElasticCrossSections (G4PhysicsTable *val) |
| |
| G4PhysicsTable * | GetElasticCrossSections () |
| |
| void | RegisterCaptureCrossSections (G4PhysicsTable *val) |
| |
| G4PhysicsTable * | GetCaptureCrossSections () |
| |
| void | RegisterInelasticCrossSections (const G4ParticleDefinition *, G4PhysicsTable *) |
| |
| G4PhysicsTable * | GetInelasticCrossSections (const G4ParticleDefinition *) |
| |
| void | RegisterFissionCrossSections (G4PhysicsTable *val) |
| |
| G4PhysicsTable * | GetFissionCrossSections () |
| |
| std::vector< G4ParticleHPChannel * > * | GetElasticFinalStates () |
| |
| void | RegisterElasticFinalStates (std::vector< G4ParticleHPChannel *> *val) |
| |
| std::vector< G4ParticleHPChannelList * > * | GetInelasticFinalStates (const G4ParticleDefinition *) |
| |
| void | RegisterInelasticFinalStates (const G4ParticleDefinition *, std::vector< G4ParticleHPChannelList *> *) |
| |
| std::vector< G4ParticleHPChannel * > * | GetCaptureFinalStates () |
| |
| void | RegisterCaptureFinalStates (std::vector< G4ParticleHPChannel *> *val) |
| |
| std::vector< G4ParticleHPChannel * > * | GetFissionFinalStates () |
| |
| void | RegisterFissionFinalStates (std::vector< G4ParticleHPChannel *> *val) |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * | GetThermalScatteringCoherentCrossSections () |
| |
| void | RegisterThermalScatteringCoherentCrossSections (std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> *val) |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * | GetThermalScatteringIncoherentCrossSections () |
| |
| void | RegisterThermalScatteringIncoherentCrossSections (std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> *val) |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector * > * > * | GetThermalScatteringInelasticCrossSections () |
| |
| void | RegisterThermalScatteringInelasticCrossSections (std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> *val) |
| |
| std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > *> *> *> * | GetThermalScatteringCoherentFinalStates () |
| |
| void | RegisterThermalScatteringCoherentFinalStates (std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > * > * > * > *val) |
| |
| std::map< G4int, std::map< G4double, std::vector< E_isoAng *> *> *> * | GetThermalScatteringIncoherentFinalStates () |
| |
| void | RegisterThermalScatteringIncoherentFinalStates (std::map< G4int, std::map< G4double, std::vector< E_isoAng * > * > * > *val) |
| |
| std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng *> *> *> * | GetThermalScatteringInelasticFinalStates () |
| |
| void | RegisterThermalScatteringInelasticFinalStates (std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng * > * > * > *val) |
| |
|
| std::map< G4String, G4String > | mDataEvaluation |
| |
| G4int | verboseLevel |
| |
| G4ParticleHPMessenger * | messenger |
| |
| G4bool | USE_ONLY_PHOTONEVAPORATION |
| |
| G4bool | SKIP_MISSING_ISOTOPES |
| |
| G4bool | NEGLECT_DOPPLER |
| |
| G4bool | DO_NOT_ADJUST_FINAL_STATE |
| |
| G4bool | PRODUCE_FISSION_FRAGMENTS |
| |
| G4PhysicsTable * | theElasticCrossSections |
| |
| G4PhysicsTable * | theCaptureCrossSections |
| |
| std::map< const G4ParticleDefinition *, G4PhysicsTable *> | theInelasticCrossSections |
| |
| G4PhysicsTable * | theFissionCrossSections |
| |
| std::vector< G4ParticleHPChannel * > * | theElasticFSs |
| |
| std::map< const G4ParticleDefinition *, std::vector< G4ParticleHPChannelList * > *> | theInelasticFSs |
| |
| std::vector< G4ParticleHPChannel * > * | theCaptureFSs |
| |
| std::vector< G4ParticleHPChannel * > * | theFissionFSs |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> * | theTSCoherentCrossSections |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> * | theTSIncoherentCrossSections |
| |
| std::map< G4int, std::map< G4double, G4ParticleHPVector *> *> * | theTSInelasticCrossSections |
| |
| std::map< G4int, std::map< G4double, std::vector< std::pair< G4double, G4double > *> *> *> * | theTSCoherentFinalStates |
| |
| std::map< G4int, std::map< G4double, std::vector< E_isoAng *> *> *> * | theTSIncoherentFinalStates |
| |
| std::map< G4int, std::map< G4double, std::vector< E_P_E_isoAng *> *> *> * | theTSInelasticFinalStates |
| |
Definition at line 53 of file G4ParticleHPManager.hh.