Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user