Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
#include <map>
|
||||
|
||||
class G4LEPTSDistribution;
|
||||
typedef std::map<G4double, G4LEPTSDistribution*> mddist;
|
||||
typedef std::map<G4double, mddist > mdmddist;
|
||||
using mddist = std::map<G4double, G4LEPTSDistribution *>;
|
||||
using mdmddist = std::map<G4double, mddist>;
|
||||
|
||||
|
||||
class G4LEPTSElossDistr {
|
||||
|
||||
Reference in New Issue
Block a user