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
+6 -5
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VDigitizerModule.hh,v 1.2.2.1.2.1 1999/12/07 20:52:57 gunter Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4VDigitizerModule.hh,v 1.5 2001/02/08 06:07:21 asaim Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
#ifndef G4VDigitizerModule_H
@@ -15,7 +15,8 @@
class G4DigiManager;
class G4VDigiCollection;
#include "globals.hh"
#include "g4rw/tvordvec.h"
//#include "g4rw/tvordvec.h"
#include "g4std/vector"
// class description:
//
@@ -52,12 +53,12 @@ class G4VDigitizerModule
protected:
G4DigiManager* DigiManager;
G4String moduleName;
G4RWTValOrderedVector<G4String> collectionName;
G4std::vector<G4String> collectionName;
G4int verboseLevel;
public:
inline G4int GetNumberOfCollections() const
{ return collectionName.entries(); }
{ return collectionName.size(); }
inline G4String GetCollectionName(G4int i) const
{ return collectionName[i]; }
inline G4String GetName() const