Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -23,29 +23,21 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// ------------------------------------------------------------
// GEANT 4 class header file
//
// History: first implementation, based on object model of
// 2nd December 1995, G.Cosmo
// ------------------------------------------------------------
// G4DynamicParticleFastVector
#ifndef G4DynamicParticleFastVector_h
#define G4DynamicParticleFastVector_h 1
// Author: G.Cosmo, 2 December 1995
// --------------------------------------------------------------------
#ifndef G4DynamicParticleFastVector_hh
#define G4DynamicParticleFastVector_hh 1
#include "globals.hh"
#include "G4ios.hh"
class G4DynamicParticle;
#include "G4FastVector.hh"
class G4DynamicParticle;
typedef G4FastVector<G4DynamicParticle,512> G4DynamicParticleFastVector;
// Contains pointers to G4DynamicParticle objects which are
// generated by either primary or secondary interaction.
using G4DynamicParticleFastVector = G4FastVector<G4DynamicParticle,512>;
// Contains pointers to G4DynamicParticle objects which are
// generated by either primary or secondary interaction.
#endif