|
gfields
|
#include "gfield_options.h"#include "gfieldConventions.h"#include "gmagneto.h"#include "G4UnitsTable.hh"#include "gutilities.h"#include "gfactory_options.h"#include "goptionsConventions.h"#include <cmath>#include <cstdlib>#include <fstream>#include <iostream>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | gfields |
Functions | |
| std::vector< GFieldDefinition > | gfields::get_GFieldDefinition (const std::shared_ptr< GOptions > &gopts) |
| Build the list of field definitions from the provided options. | |
| GOptions | gfields::defineOptions () |
| Define all options used by the GField module and its built-in field factories. | |
| bool | gfields::runFieldQueries (const std::shared_ptr< GOptions > &gopts) |
Evaluate configured fields from fieldAt and fieldMapPoints options, if requested. | |
| int line = 0 |
Definition at line 27 of file gfield_options.cc.
| double position[3] = {0.0, 0.0, 0.0} |
Definition at line 25 of file gfield_options.cc.
| std::string source |
Definition at line 26 of file gfield_options.cc.