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

#include <Par02FastSimModelTracker.hh>

Par02FastSimModelTracker에 대한 상속 다이어그램 :
G4VFastSimulationModel

Public 멤버 함수

 Par02FastSimModelTracker (G4String aModelName, G4Region *aEnvelope, Par02DetectorParametrisation::Parametrisation aParamType)
 
 Par02FastSimModelTracker (G4String aModelName, G4Region *aEnvelope)
 
 Par02FastSimModelTracker (G4String aModelName)
 
 ~Par02FastSimModelTracker ()
 
virtual G4bool IsApplicable (const G4ParticleDefinition &aParticle)
 
virtual G4bool ModelTrigger (const G4FastTrack &aFastTrack)
 
virtual void DoIt (const G4FastTrack &aFastTrack, G4FastStep &aFastStep)
 
virtual G4bool AtRestModelTrigger (const G4FastTrack &)
 
virtual void AtRestDoIt (const G4FastTrack &, G4FastStep &)
 
const G4String GetName () const
 
G4bool operator== (const G4VFastSimulationModel &) const
 

Private 속성

Par02DetectorParametrisationfCalculateParametrisation
 
Par02DetectorParametrisation::Parametrisation fParametrisation
 A parametrisation type. 더 자세히 ...
 

상세한 설명

Shortcut to the ordinary tracking for tracking detectors.

The fast simulation model describes what should be done instead of a normal tracking. Instead of the ordinary tracking, a particle momentum at the entrance of the tracking detector is smeared (by Par02Smearer::SmearMomentum()) and the particle is placed at the tracking detector exit, at the place it would reach without the change of its momentum. Based on G4 examples/extended/parametrisations/Par01/include/Par01EMShowerModel.hh .

작성자
Anna Zaborowska

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

생성자 & 소멸자 문서화

Par02FastSimModelTracker::Par02FastSimModelTracker ( G4String  aModelName,
G4Region aEnvelope,
Par02DetectorParametrisation::Parametrisation  aParamType 
)

A constructor.

매개변수
aModelNameA name of the fast simulation model.
aEnvelopeA region where the model can take over the ordinary tracking.
aParamTypeA parametrisation type.

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

Par02FastSimModelTracker::Par02FastSimModelTracker ( G4String  aModelName,
G4Region aEnvelope 
)

A constructor.

매개변수
aModelNameA name of the fast simulation model.
aEnvelopeA region where the model can take over the ordinary tracking.

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

Par02FastSimModelTracker::Par02FastSimModelTracker ( G4String  aModelName)

A constructor.

매개변수
aModelNameA name of the fast simulation model.

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

Par02FastSimModelTracker::~Par02FastSimModelTracker ( )

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

멤버 함수 문서화

virtual void G4VFastSimulationModel::AtRestDoIt ( const G4FastTrack ,
G4FastStep  
)
inlinevirtualinherited

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

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

virtual G4bool G4VFastSimulationModel::AtRestModelTrigger ( const G4FastTrack )
inlinevirtualinherited

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

void Par02FastSimModelTracker::DoIt ( const G4FastTrack aFastTrack,
G4FastStep aFastStep 
)
virtual
const G4String G4VFastSimulationModel::GetName ( void  ) const
inlineinherited

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

다음을 참조함 : G4VFastSimulationModel::theModelName.

G4bool Par02FastSimModelTracker::IsApplicable ( const G4ParticleDefinition aParticle)
virtual

Checks if this model should be applied to this particle type.

매개변수
aParticleA particle definition (type).

G4VFastSimulationModel를 구현.

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

다음을 참조함 : G4ParticleDefinition::GetPDGCharge().

G4bool Par02FastSimModelTracker::ModelTrigger ( const G4FastTrack aFastTrack)
virtual

Checks if the model should be applied taking into account the kinematics of a track.

매개변수
aFastTrackA track.

G4VFastSimulationModel를 구현.

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

G4bool G4VFastSimulationModel::operator== ( const G4VFastSimulationModel fsm) const
inlineinherited

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

멤버 데이타 문서화

Par02DetectorParametrisation* Par02FastSimModelTracker::fCalculateParametrisation
private

A pointer to Par02DetectorParametrisation used to get the efficiency and resolution of the tracking detector for a given particle and parametrisation type.

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

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

Par02DetectorParametrisation::Parametrisation Par02FastSimModelTracker::fParametrisation
private

A parametrisation type.

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

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


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: