Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
매크로 | 함수
G4DNABrownianTransportation.cc 파일 참조
#include <CLHEP/Random/Stat.h>
#include "G4DNABrownianTransportation.hh"
#include <G4Scheduler.hh>
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "Randomize.hh"
#include "G4Molecule.hh"
#include "G4RandomDirection.hh"
#include "G4ParticleTable.hh"
#include "G4SafetyHelper.hh"
#include "G4TransportationManager.hh"
#include "G4UnitsTable.hh"
#include "G4NistManager.hh"
#include "G4DNAMolecularMaterial.hh"
#include "G4ITNavigator.hh"
#include "G4ITSafetyHelper.hh"
#include "G4TrackingInformation.hh"

이 파일의 소스 코드 페이지로 가기

매크로

#define State(theXInfo)   (GetState<G4ITBrownianState>()->theXInfo)
 
#define RED   ""
 
#define LIGHT_RED   ""
 
#define GREEN   ""
 
#define GREEN_ON_BLUE   ""
 
#define RESET_COLOR   ""
 

함수

static double InvErf (double x)
 
static double InvErfc (double x)
 
static double Erfc (double x)
 

매크로 문서화

#define GREEN   ""

G4DNABrownianTransportation.cc 파일의 83 번째 라인에서 정의되었습니다.

#define GREEN_ON_BLUE   ""
#define LIGHT_RED   ""

G4DNABrownianTransportation.cc 파일의 82 번째 라인에서 정의되었습니다.

#define RED   ""

G4DNABrownianTransportation.cc 파일의 81 번째 라인에서 정의되었습니다.

#define RESET_COLOR   ""
#define State (   theXInfo)    (GetState<G4ITBrownianState>()->theXInfo)

함수 문서화

static double Erfc ( double  x)
static

G4DNABrownianTransportation.cc 파일의 111 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepStat::erf().

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

static double InvErf ( double  x)
static

G4DNABrownianTransportation.cc 파일의 96 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepStat::inverseErf().

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

static double InvErfc ( double  x)
static

G4DNABrownianTransportation.cc 파일의 101 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepStat::inverseErf().

다음에 의해서 참조됨 : G4DNABrownianTransportation::AlongStepGetPhysicalInteractionLength(), G4DNABrownianTransportation::ComputeStep().