00001 #ifndef myGlobals_h 00002 #define myGlobals_h 1 00003 00004 #include "globals.hh" 00005 00006 //============================= 00007 // Useful shorthands 00008 // typedef void (* BFN)(); 00009 //============================= 00010 00011 //============================= 00012 // Global dimensional constants: 00013 extern G4double LCComponentBoxSize; 00014 extern G4double LCTunnelWidth; 00015 extern G4double LCBeampipeRadius; 00016 extern G4double LCBeampipeThickness; 00017 00018 //============================= 00019 00020 extern G4double WorldSizeX, WorldSizeY, WorldSizeZ; 00021 00022 #endif