48 #ifndef G4IONDEDXHANDLER_HH
49 #define G4IONDEDXHANDLER_HH
88 G4int maxCacheSize = 5,
115 G4int atomicNumberIon,
126 G4bool logScaleEnergy =
true);
164 typedef std::pair<G4int, const G4Material*>
G4IonKey;
182 typedef std::pair<const G4ParticleDefinition*, const G4Material*>
G4CacheKey;
210 #endif // G4IONDEDXHANDLER_HH
G4CacheValue GetCacheValue(const G4ParticleDefinition *, const G4Material *)
G4IonDEDXHandler(G4VIonDEDXTable *tables, G4VIonDEDXScalingAlgorithm *algorithm, const G4String &name, G4int maxCacheSize=5, G4bool splines=true)
G4double GetUpperEnergyEdge(const G4ParticleDefinition *, const G4Material *)
G4double GetLowerEnergyEdge(const G4ParticleDefinition *, const G4Material *)
G4bool IsApplicable(const G4ParticleDefinition *, const G4Material *)
CacheIterPointerMap cacheKeyPointers
std::map< G4CacheKey, void * > CacheIterPointerMap
G4bool BuildDEDXTable(const G4ParticleDefinition *, const G4Material *)
G4VIonDEDXScalingAlgorithm * algorithm
DEDXTable stoppingPowerTable
G4PhysicsVector * dedxVector
std::pair< const G4ParticleDefinition *, const G4Material * > G4CacheKey
void PrintDEDXTable(const G4ParticleDefinition *, const G4Material *, G4double, G4double, G4int, G4bool logScaleEnergy=true)
std::map< G4IonKey, G4PhysicsVector * > DEDXTable
CacheEntryList cacheEntries
std::list< G4CacheEntry > CacheEntryList
DEDXTableBraggRule stoppingPowerTableBragg
G4CacheValue UpdateCacheValue(const G4ParticleDefinition *, const G4Material *)
G4double GetDEDX(const G4ParticleDefinition *, const G4Material *, G4double)
struct CacheValue G4CacheValue
G4IonDEDXHandler & operator=(const G4IonDEDXHandler &r)
std::pair< G4int, const G4Material * > G4IonKey
std::map< G4IonKey, G4PhysicsVector * > DEDXTableBraggRule
struct G4IonDEDXHandler::CacheEntry G4CacheEntry