SND@LHC Software
|
#include "BellField.h"
#include "math.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | genfit |
Matrix inversion tools. | |
Variables | |
Double_t | kilogauss = 1. |
Double_t | tesla = 10*kilogauss |
Double_t | cm = 1 |
Double_t | meter = 100*cm |
Double_t | mm = 0.1*cm |
Double_t cm = 1 |
Definition at line 26 of file BellField.cc.
Double_t kilogauss = 1. |
Definition at line 24 of file BellField.cc.
Double_t meter = 100*cm |
Definition at line 27 of file BellField.cc.
Double_t mm = 0.1*cm |
Definition at line 28 of file BellField.cc.
Double_t tesla = 10*kilogauss |
Definition at line 25 of file BellField.cc.