Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
열거형 타입 | 함수
field_utils 네임스페이스 참조

열거형 타입

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)
 

열거형 타입 문서화

enum field_utils::Value1D
strong
열거형 멤버
KineticEnergy 
LabTime 
ProperTime 

G4FieldUtils.hh 파일의 52 번째 라인에서 정의되었습니다.

enum field_utils::Value3D
strong
열거형 멤버
Position 
Momentum 
Spin 

G4FieldUtils.hh 파일의 46 번째 라인에서 정의되었습니다.

함수 문서화

template<typename ArrayType >
G4double field_utils::getValue ( const ArrayType &  array,
Value1D  value 
)
template<typename ArrayType >
G4double field_utils::getValue ( const ArrayType &  array,
Value3D  value 
)
template<typename ArrayType >
G4double field_utils::getValue2 ( const ArrayType &  array,
Value1D  value 
)

다음에 의해서 참조됨 : relativeError().

template<typename ArrayType >
G4double field_utils::getValue2 ( const ArrayType &  array,
Value3D  value 
)
template<typename ArrayType >
G4ThreeVector field_utils::makeVector ( const ArrayType &  array,
Value3D  value 
)
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().