Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:18:11

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef G4MAIN_PHG4UNITS_H
0004 #define G4MAIN_PHG4UNITS_H
0005 
0006 // We need these units for initializers in the ctors of
0007 // so we cannot use G4UnitDefinition for these
0008 #include <Geant4/G4SystemOfUnits.hh>
0009 
0010 static const double inch = 2.54 * cm;
0011 
0012 #endif