Import Geant4 11.4.0.beta source tree
This commit is contained in:
@@ -407,10 +407,14 @@ public:
|
||||
// create and access saturation class
|
||||
G4EmSaturation* GetEmSaturation();
|
||||
|
||||
// defined fluctuations per G4Region
|
||||
void SetFluctuationsForRegion(const G4String& regionName, G4bool flag);
|
||||
|
||||
// initialisation methods
|
||||
void DefineRegParamForLoss(G4VEnergyLossProcess*) const;
|
||||
void DefineRegParamForEM(G4VEmProcess*) const;
|
||||
void DefineRegParamForDeex(G4VAtomDeexcitation*) const;
|
||||
void DefineFluctuationFlags(std::vector<G4bool>* theFluctFlags);
|
||||
|
||||
const G4String& GetDirLEDATA() const;
|
||||
|
||||
@@ -499,6 +503,7 @@ private:
|
||||
G4PositronAtRestModelType fPositronium;
|
||||
|
||||
G4String fDirLEDATA;
|
||||
std::vector<std::pair<G4String, G4bool> > fluctRegions;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user