Import Geant4 11.1.1 source tree

This commit is contained in:
Gabriele Cosmo
2023-02-14 13:57:32 +01:00
parent 9f34590941
commit 84a556a9dc
312 changed files with 35018 additions and 36005 deletions
@@ -70,7 +70,7 @@ class G4DataVector : public std::vector<G4double>
inline void insertAt(std::size_t, const G4double&);
// Insert an element at given position
inline std::size_t index(const G4double&);
inline std::size_t index(const G4double&) const;
// Returns back index of the element same as given value
inline G4bool contains(const G4double&) const;