Go to the source code of this file.
      
        
          | #define G4_DECLARE_PHYSLIST_FACTORY_NS | 
          ( | 
            | 
          physics_list,  | 
        
        
           | 
           | 
            | 
          nsname,  | 
        
        
           | 
           | 
            | 
          plbase  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
  } \
  typedef int xyzzy__LINE__
const G4ThreeVector const G4double const
 
 
Definition at line 65 of file G4PhysListStamper.hh.
 
 
      
        
          | #define G4_REFERENCE_PHYSLIST_FACTORY | 
          ( | 
            | 
          physics_list | ) | 
           | 
        
      
 
Value:
  template <class T> class T##physics_list; \
  typedef T##physics_list<G4VModularPhysicsList> physics_list;         \
const G4ThreeVector const G4double const
 
 
Definition at line 80 of file G4PhysListStamper.hh.
 
 
      
        
          | #define G4_REFERENCE_PHYSLIST_FACTORY_NS | 
          ( | 
            | 
          physics_list,  | 
        
        
           | 
           | 
            | 
          nsname,  | 
        
        
           | 
           | 
            | 
          plbase  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:
  namespace nsname { \
    template <class T> class T##plbase; \
    typedef T##plbase<G4VModularPhysicsList> plbase; \
  } \
  typedef int xyzzy__LINE__
const G4ThreeVector const G4double const
 
 
Definition at line 87 of file G4PhysListStamper.hh.