Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
class G4VEnergyLossProcess;
|
||||
class G4VEmProcess;
|
||||
class G4VMultipleScattering;
|
||||
class G4TransportationWithMsc;
|
||||
|
||||
class G4EmConfigurator
|
||||
{
|
||||
@@ -93,7 +94,8 @@ public:
|
||||
G4VEmProcess* p);
|
||||
|
||||
void PrepareModels(const G4ParticleDefinition* aParticle,
|
||||
G4VMultipleScattering* p);
|
||||
G4VMultipleScattering* p,
|
||||
G4TransportationWithMsc* trans = nullptr);
|
||||
|
||||
void Clear();
|
||||
|
||||
@@ -105,8 +107,6 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
const G4Region* FindRegion(const G4String&);
|
||||
|
||||
void SetModelForRegion(G4VEmModel* model,
|
||||
G4VEmFluctuationModel* fm,
|
||||
const G4Region* reg,
|
||||
|
||||
Reference in New Issue
Block a user