69G4bool G4LossTableBuilder::baseMatFlag =
false;
70std::vector<G4double>* G4LossTableBuilder::theDensityFactor =
nullptr;
71std::vector<G4int>* G4LossTableBuilder::theDensityIdx =
nullptr;
72std::vector<G4bool>* G4LossTableBuilder::theFlag =
nullptr;
77 : isInitializer(master)
80 if (
nullptr == theFlag) {
81 theDensityFactor =
new std::vector<G4double>;
82 theDensityIdx =
new std::vector<G4int>;
83 theFlag =
new std::vector<G4bool>;
92 delete theDensityFactor;
95 theDensityFactor =
nullptr;
96 theDensityIdx =
nullptr;
105 return theDensityIdx;
112 return theDensityFactor;
119 return (idx < theFlag->size()) ? (*theFlag)[idx] :
false;
133 const std::vector<G4PhysicsTable*>& list)
136 std::size_t n_processes = list.size();
137 if(1 >= n_processes) {
return; }
139 std::size_t nCouples = dedxTable->size();
142 if(0 >= nCouples) {
return; }
144 for (std::size_t i=0; i<nCouples; ++i) {
147 if(pv0 ==
nullptr) {
continue; }
150 for (std::size_t j=0; j<npoints; ++j) {
152 for (std::size_t k=0; k<n_processes; ++k) {
157 pv->PutValue(j, dedx);
159 if(splineFlag) { pv->FillSecondDerivatives(); }
174 const std::size_t nCouples = dedxTable->size();
175 if(0 >= nCouples) {
return; }
177 const std::size_t n = 100;
180 for (std::size_t i=0; i<nCouples; ++i) {
182 if((pv ==
nullptr) || (isBaseMatActive && !(*theFlag)[i])) {
continue; }
184 std::size_t bin0 = 0;
186 G4double ehigh = pv->Energy(npoints-1);
191 for (std::size_t k=1; k<npoints; ++k) {
193 elow = pv->Energy(k);
195 if(dedx1 > 0.0) {
break; }
201 if(npoints < 3) { npoints = 3; }
203 delete (*rangeTable)[i];
219 for (std::size_t j=1; j<npoints; ++j) {
222 G4double de = (energy2 - energy1) * del;
225 std::size_t idx = j - 1;
226 for (std::size_t k=0; k<n; ++k) {
228 dedx1 = pv->Value(energy, idx);
229 if(dedx1 > 0.0) { sum += de/dedx1; }
254 std::size_t nCouples = rangeTable->size();
255 if(0 >= nCouples) {
return; }
257 for (std::size_t i=0; i<nCouples; ++i) {
259 if((pv ==
nullptr) || (isBaseMatActive && !(*theFlag)[i])) {
continue; }
262 delete (*invRangeTable)[i];
265 for (std::size_t j=0; j<npoints; ++j) {
270 if (splineFlag) { v->FillSecondDerivatives(); }
271 v->EnableLogBinSearch(theParameters->NumberForFreeVector());
283 if(!isInitializer) {
return; }
287 std::size_t nFlags = theFlag->size();
294 if(isBaseMatActive && !baseMatFlag) {
298 isInitialized =
false;
304 if(nFlags != nCouples) { isInitialized =
false; }
305 if(isInitialized) {
return; }
308 theFlag->resize(nCouples,
true);
309 theDensityFactor->resize(nCouples,1.0);
310 theDensityIdx->resize(nCouples, 0);
314 (*theFlag)[i] = (
nullptr == table) ?
true : table->
GetFlag(i);
315 (*theDensityIdx)[i] = i;
317 isInitialized =
true;
318 if (!baseMatFlag) {
return; }
326 auto mat = couple->GetMaterial();
327 auto bmat = mat->GetBaseMaterial();
330 if(
nullptr != bmat) {
332 if(j == i) {
continue; }
335 if(bcouple->GetMaterial() == bmat &&
336 bcouple->GetProductionCuts() == pcuts) {
339 (*theDensityFactor)[i] = mat->GetDensity()/bmat->GetDensity();
340 (*theDensityIdx)[i] = j;
341 (*theFlag)[i] =
false;
344 (*theDensityFactor)[j] = 1.0;
345 (*theDensityIdx)[j] = j;
346 (*theFlag)[j] =
true;
365 if (
nullptr == table) {
return table; }
366 if (aTable !=
nullptr && aTable != table) {
372 G4int nbins = theParameters->NumberOfBinsPerDecade();
377 std::size_t numOfCouples = theCoupleTable->
GetTableSize();
397 if(0.0 >= tmin) { tmin = CLHEP::eV; }
403 n *=
G4lrint(std::log10(emax/tmin));
408 if(
nullptr != aVector) {
411 for(
G4int j=0; j<=n; ++j) {
static G4EmParameters * Instance()
static G4bool GetBaseMaterialFlag()
void BuildRangeTable(const G4PhysicsTable *dedxTable, G4PhysicsTable *rangeTable)
static const std::vector< G4double > * GetDensityFactors()
void BuildDEDXTable(G4PhysicsTable *dedxTable, const std::vector< G4PhysicsTable * > &)
void InitialiseBaseMaterials(const G4PhysicsTable *table=nullptr)
G4PhysicsTable * BuildTableForModel(G4PhysicsTable *table, G4VEmModel *model, const G4ParticleDefinition *, G4double emin, G4double emax, G4bool spline)
static G4bool GetFlag(std::size_t idx)
static const std::vector< G4int > * GetCoupleIndexes()
void BuildInverseRangeTable(const G4PhysicsTable *rangeTable, G4PhysicsTable *invRangeTable)
G4LossTableBuilder(G4bool master)
const G4Material * GetMaterial() const
G4ProductionCuts * GetProductionCuts() const
const G4Material * GetBaseMaterial() const
static G4Material * GetMaterial(const G4String &name, G4bool warning=true)
static G4PhysicsTable * PreparePhysicsTable(G4PhysicsTable *physTable)
static void SetPhysicsVector(G4PhysicsTable *physTable, std::size_t idx, G4PhysicsVector *vec)
G4bool GetFlag(std::size_t i) const
void PutValue(const std::size_t index, const G4double value)
G4double Energy(const std::size_t index) const
std::size_t GetVectorLength() const
void FillSecondDerivatives(const G4SplineType=G4SplineType::Base, const G4double dir1=0.0, const G4double dir2=0.0)
const G4MaterialCutsCouple * GetMaterialCutsCouple(G4int i) const
std::size_t GetTableSize() const
static G4ProductionCutsTable * GetProductionCutsTable()
virtual G4double MinPrimaryEnergy(const G4Material *, const G4ParticleDefinition *, G4double cut=0.0)
virtual G4double Value(const G4MaterialCutsCouple *, const G4ParticleDefinition *, G4double kineticEnergy)