48#ifndef G4EmDataHandler_h
49#define G4EmDataHandler_h 1
106 return (idx < tLength) ? data[idx] :
nullptr;
110 return (idx < tLength) ? data[idx] :
nullptr;
114 return (*(data[itable]))[ivec];
144 return (i < eLength) ? fElemSelectors[i] :
nullptr;
162 fUseBaseParticleTable = val;
171 std::vector<G4PhysicsTable*> data;
172 std::vector<G4double>* fMaxXS;
173 std::vector<G4TwoPeaksXS*>* fXSpeaks;
174 std::vector<std::vector<G4EmElementSelector*>* > fElemSelectors;
175 std::vector<const G4VEmProcess*> masterProcess;
176 std::size_t tLength{0};
177 std::size_t eLength{0};
180 G4bool fUseBaseParticleTable{
false};
std::vector< G4TwoPeaksXS * > * TwoPeaksXS() const
void SetEnergyOfCrossSectionMax(std::vector< G4double > *p)
void SetMasterProcess(const G4VEmProcess *)
void SetUseBaseParticleTable(G4bool val)
std::vector< G4double > * EnergyOfCrossSectionMax() const
void SaveTable(G4PhysicsTable *, std::size_t idx)
std::vector< G4EmElementSelector * > * GetElementSelectors(std::size_t i)
void SetCrossSectionType(G4CrossSectionType val)
G4CrossSectionType CrossSectionType() const
void SetTwoPeaksXS(std::vector< G4TwoPeaksXS * > *p)
std::size_t SetTable(G4PhysicsTable *)
void SetElementSelectors(std::vector< G4EmElementSelector * > *, std::size_t)
G4PhysicsTable * Table(std::size_t idx) const
const G4VEmProcess * GetMasterProcess(size_t idx) const
G4EmDataHandler & operator=(const G4EmDataHandler &right)=delete
G4EmDataHandler(std::size_t nTable, const G4String &nam="")
const G4PhysicsTable * GetTable(std::size_t idx) const
const G4PhysicsVector * GetVector(std::size_t itable, std::size_t ivec) const
G4bool RetrievePhysicsTable(std::size_t idx, const G4ParticleDefinition *part, const G4String &fname, G4bool ascii, G4bool spline)
G4EmDataHandler(const G4EmDataHandler &)=delete
const std::vector< G4PhysicsTable * > & GetTables() const
G4bool StorePhysicsTable(std::size_t idx, const G4ParticleDefinition *part, const G4String &fname, G4bool ascii)
void UpdateTable(G4PhysicsTable *, std::size_t idx)
const G4String & GetName() const
void CleanTable(std::size_t idx)
G4PhysicsTable * MakeTable(std::size_t idx)