열거형 타입 | |
enum | Value3D { Value3D::Position = 0, Value3D::Momentum = 3, Value3D::Spin = 9 } |
enum | Value1D { Value1D::KineticEnergy = 6, Value1D::LabTime = 7, Value1D::ProperTime = 8 } |
함수 | |
template<typename ArrayType > | |
G4double | getValue (const ArrayType &array, Value1D value) |
template<typename ArrayType > | |
G4double | getValue2 (const ArrayType &array, Value1D value) |
template<typename ArrayType > | |
G4double | getValue (const ArrayType &array, Value3D value) |
template<typename ArrayType > | |
G4double | getValue2 (const ArrayType &array, Value3D value) |
template<typename ArrayType > | |
G4ThreeVector | makeVector (const ArrayType &array, Value3D value) |
G4double | relativeError (const G4double y[], const G4double yerr[], const G4double hstep, const G4double errorTolerance=1) |
|
strong |
열거형 멤버 | |
---|---|
KineticEnergy | |
LabTime | |
ProperTime |
G4FieldUtils.hh 파일의 52 번째 라인에서 정의되었습니다.
|
strong |
열거형 멤버 | |
---|---|
Position | |
Momentum | |
Spin |
G4FieldUtils.hh 파일의 46 번째 라인에서 정의되었습니다.
G4double field_utils::getValue | ( | const ArrayType & | array, |
Value1D | value | ||
) |
G4double field_utils::getValue | ( | const ArrayType & | array, |
Value3D | value | ||
) |
G4double field_utils::getValue2 | ( | const ArrayType & | array, |
Value1D | value | ||
) |
다음에 의해서 참조됨 : relativeError().
G4double field_utils::getValue2 | ( | const ArrayType & | array, |
Value3D | value | ||
) |
G4ThreeVector field_utils::makeVector | ( | const ArrayType & | array, |
Value3D | value | ||
) |
다음에 의해서 참조됨 : G4RK547FEq1::DistChord(), G4RK547FEq3::DistChord(), G4RK547FEq2::DistChord().
G4double field_utils::relativeError | ( | const G4double | y[], |
const G4double | yerr[], | ||
const G4double | hstep, | ||
const G4double | errorTolerance = 1 |
||
) |
G4FieldUtils.cc 파일의 38 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Exception(), getValue2(), JustWarning, G4INCL::Math::max(), Momentum, Position, Spin, sqr().
다음에 의해서 참조됨 : G4BulirschStoer::try_step().