/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSTunnelType.hh

00001 #ifndef BDSTUNNELTYPE
00002 #define BDSTUNNELTYPE
00003 
00004 #include "BDSTypeSafeEnum.hh"
00005 #include "globals.hh"         // geant4 globals / types
00006 
00014 struct tunneltypes_def {
00015   enum type { circular, square};
00016 
00017 };
00018 
00019 typedef BDSTypeSafeEnum<tunneltypes_def, G4int> BDSTunnelType;
00020 
00021 #endif
00022 
00023 
00024 

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7