#include <LBNEMagneticField.hh>
Definition at line 132 of file LBNEMagneticField.hh.
LBNEMagneticFieldDecayPipe::LBNEMagneticFieldDecayPipe |
( |
bool |
isToroidal | ) |
|
|
explicit |
void LBNEMagneticFieldDecayPipe::GetFieldValue |
( |
const double |
Point[3], |
|
|
double * |
Bfield |
|
) |
| const |
|
virtual |
Definition at line 485 of file LBNEMagneticField.cc.
490 for (
size_t k=0;
k!=3; ++
k) Bfield[
k] = 0.;
497 double magBField = current / (5.*r/CLHEP::cm)/10*CLHEP::tesla;
498 Bfield[0] = -magBField*
Point[1]/
r;
499 Bfield[1] = magBField*
Point[0]/
r;
G4double LBNEMagneticFieldDecayPipe::GetWireCurrent |
( |
| ) |
const |
|
inline |
G4double LBNEMagneticFieldDecayPipe::GetWireRadius |
( |
| ) |
const |
|
inline |
void LBNEMagneticFieldDecayPipe::SetWireCurrent |
( |
G4double |
iC | ) |
|
|
inline |
void LBNEMagneticFieldDecayPipe::SetWireRadius |
( |
G4double |
r | ) |
|
|
inline |
G4double LBNEMagneticFieldDecayPipe::fWireCurrent |
|
private |
G4double LBNEMagneticFieldDecayPipe::fWireRadius |
|
private |
G4bool LBNEMagneticFieldDecayPipe::isToroid |
|
private |
The documentation for this class was generated from the following files: