Import Geant4 10.6.2 source tree
This commit is contained in:
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
28 April 19: V.Ivanchenko (emutils-V10-05-24)
|
||||
- G4LossTableBuilder - fixed #2230 (typo in the code)
|
||||
|
||||
13 January 19: V.Ivanchenko (emutils-V10-05-23)
|
||||
- G4EmParameters, G4EmParametersMessenger - added new parameter
|
||||
to enable read of e+e- production table from file (CMS request)
|
||||
|
||||
@@ -91,11 +91,11 @@ G4LossTableBuilder::G4LossTableBuilder(G4bool master) : isMaster(master)
|
||||
theFlag = new std::vector<G4bool>;
|
||||
} else {
|
||||
isMaster = false;
|
||||
}
|
||||
#ifdef G4MULTITHREADED
|
||||
}
|
||||
G4MUTEXUNLOCK(<bMutex);
|
||||
}
|
||||
G4MUTEXUNLOCK(<bMutex);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
Reference in New Issue
Block a user