gfields
Loading...
Searching...
No Matches
gfieldConventions.h
Go to the documentation of this file.
1#pragma once
2
3
4#define GFIELD_DEFAULT_INTEGRATION_STEPPER "G4DormandPrince745"
5#define GFIELD_DEFAULT_MINIMUM_STEP "1.0*mm"
6
7// other default parameters are in the form of strings
8
9// multipoles.
10#define GFIELD_DEFAULT_VERTEX "0*mm"
11#define GFIELD_DEFAULT_ROTANGLE "0*deg"
12#define GFIELD_DEFAULT_VERBOSITY "0"
13
14// error codes in the 1200
15#define ERR_WRONG_FIELD_ROTATION 1201
16#define ERR_WRONG_FIELD_NOT_FOUND 1202
17#define ERR_STEPPER_NOT_FOUND 1203
18#define ERR_WRONG_POLE_NUMBER 1204
19
20