|
FairShip
|
#include "ShipBellField.h"#include <iomanip>#include <iostream>#include "ShipFieldPar.h"#include "math.h"
Go to the source code of this file.
Variables | |
| Double_t | kilogauss = 1. |
| Double_t | tesla = 10 * kilogauss |
| Double_t | cm = 1 |
| Double_t | m = 100 * cm |
| Double_t | mm = 0.1 * cm |
| Double_t cm = 1 |
Definition at line 24 of file ShipBellField.cxx.
| Double_t kilogauss = 1. |
Definition at line 21 of file ShipBellField.cxx.
| Double_t m = 100 * cm |
Definition at line 25 of file ShipBellField.cxx.
| Double_t mm = 0.1 * cm |
Definition at line 26 of file ShipBellField.cxx.
| Double_t tesla = 10 * kilogauss |
Definition at line 22 of file ShipBellField.cxx.