Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TrackFastVector.hh,v 2.1 1998/07/13 17:28:35 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4TrackFastVector.hh,v 1.2 1999/02/09 14:19:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -21,16 +21,11 @@
|
||||
#ifndef G4TrackFastVector_h
|
||||
#define G4TrackFastVector_h 1
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4ios.hh"
|
||||
|
||||
class G4Track;
|
||||
#include "G4FastVector.hh"
|
||||
|
||||
const G4int G4TrackFastVectorSize = 512;
|
||||
class G4TrackFastVector:
|
||||
public G4FastVector<G4Track,G4TrackFastVectorSize>
|
||||
{};
|
||||
typedef G4FastVector<G4Track,G4TrackFastVectorSize> G4TrackFastVector;
|
||||
// Contains pointers to G4Track objects which are
|
||||
// generated by either primary or secondary interaction.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user