Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
+2 -12
View File
@@ -22,24 +22,14 @@
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// ------------------------------------------------------------
// GEANT 4 class header file
//
// ---------------- G4IsotopeVector ----------------
// History:
// First implementation: Torre Wenaus, November 1995
// ------------------------------------------------------------
#ifndef G4ISOTOPEVECTOR_HH
#define G4ISOTOPEVECTOR_HH
#include <vector>
#include "G4Isotope.hh"
#include <vector>
using G4IsotopeVector = std::vector<G4Isotope*>;
#endif