#include <ExN04Field.hh>
Definition at line 38 of file ExN04Field.hh.
 
      
        
          | ExN04Field::ExN04Field  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 36 of file ExN04Field.cc.
   39   frmax_sq = 
sqr(50.*
cm);
 
static constexpr double tesla
 
static constexpr double cm
 
 
 
 
      
        
          | ExN04Field::~ExN04Field  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | ExN04Field::ExN04Field  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | ExN04Field::~ExN04Field  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void ExN04Field::GetFieldValue  | 
          ( | 
          const double  | 
          Point[3],  | 
        
        
           | 
           | 
          double *  | 
          Bfield  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
Definition at line 49 of file ExN04Field.cc.
   53   if ( std::abs(Point[2]) < fzmax &&
 
   54       (
sqr(Point[0])+
sqr(Point[1])) < frmax_sq ) {
 
 
 
 
      
        
          | void ExN04Field::GetFieldValue  | 
          ( | 
          const double  | 
          Point[3],  | 
        
        
           | 
           | 
          double *  | 
          Bfield  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04Field.hh
 
- source/geant4.10.03.p02/examples/extended/parallel/TopC/ParN04/include/ExN04Field.hh
 
- source/geant4.10.03.p02/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04Field.cc
 
- source/geant4.10.03.p02/examples/extended/parallel/TopC/ParN04/src/ExN04Field.cc