Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
/// \file persistency/P02/include/ExP02Classes.hh
|
||||
/// \brief Declaration of the classes for generating dictionaries
|
||||
//
|
||||
// $Id: ExP02Classes.hh 71569 2013-06-18 10:13:24Z gcosmo $
|
||||
//
|
||||
#include "ExP02GeoTree.hh"
|
||||
//
|
||||
#include "ExP02DetectorConstruction.hh"
|
||||
@@ -72,10 +74,10 @@
|
||||
#include "G4VUserRegionInformation.hh"
|
||||
#include "G4UserLimits.hh"
|
||||
//
|
||||
std::vector<CLHEP::Hep3Vector> a;
|
||||
std::vector<G4VCSGface*> b;
|
||||
std::vector<G4PolyconeSideRZ> c;
|
||||
std::vector<G4PolyPhiFaceEdge> d;
|
||||
std::vector<G4PolyPhiFaceVertex> e;
|
||||
std::vector<CLHEP::Hep3Vector> g4a;
|
||||
std::vector<G4VCSGface*> g4b;
|
||||
std::vector<G4PolyconeSideRZ> g4c;
|
||||
std::vector<G4PolyPhiFaceEdge> g4d;
|
||||
std::vector<G4PolyPhiFaceVertex> g4e;
|
||||
//
|
||||
#undef __G4String
|
||||
|
||||
Reference in New Issue
Block a user