Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
+7 -6
View File
@@ -5,15 +5,16 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4DCtable.hh,v 1.2.2.1.2.1 1999/12/07 20:52:56 gunter Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4DCtable.hh,v 1.5 2001/02/08 06:07:20 asaim Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
#ifndef G4DCtable_H
#define G4DCtable_H 1
#include "globals.hh"
#include "g4rw/tvordvec.h"
//#include "g4rw/tvordvec.h"
#include "g4std/vector"
// class description:
//
@@ -38,12 +39,12 @@ class G4DCtable
G4int GetCollectionID(G4String DCname);
private:
G4RWTValOrderedVector<G4String> DMlist;
G4RWTValOrderedVector<G4String> DClist;
G4std::vector<G4String> DMlist;
G4std::vector<G4String> DClist;
public:
inline G4int entries() const
{ return DClist.entries(); }
{ return DClist.size(); }
};