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

#include <Par02FastSimModelEMCal.hh>

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

Public 멤버 함수

 Par02FastSimModelEMCal (G4String aModelName, G4Region *aEnvelope, Par02DetectorParametrisation::Parametrisation aParamType)
 
 Par02FastSimModelEMCal (G4String aModelName, G4Region *aEnvelope)
 
 Par02FastSimModelEMCal (G4String aModelName)
 
 ~Par02FastSimModelEMCal ()
 
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 electromagnetic calorimeters.

The fast simulation model describes what should be done instead of a normal tracking. Instead of the ordinary tracking, a particle deposits its energy at the entrance to the electromagnetic calorimeter and its value is smeared (by Par02Smearer::SmearMomentum()). Based on G4 examples/extended/parametrisations/Par01/include/Par01EMShowerModel.hh .

작성자
Anna Zaborowska

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

생성자 & 소멸자 문서화

Par02FastSimModelEMCal::Par02FastSimModelEMCal ( 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.

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

Par02FastSimModelEMCal::Par02FastSimModelEMCal ( G4String  aModelName,
G4Region aEnvelope 
)

A constructor.

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

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

Par02FastSimModelEMCal::Par02FastSimModelEMCal ( G4String  aModelName)

A constructor.

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

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

Par02FastSimModelEMCal::~Par02FastSimModelEMCal ( )

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

멤버 함수 문서화

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

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

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

virtual G4bool G4VFastSimulationModel::AtRestModelTrigger ( const G4FastTrack )
inlinevirtualinherited

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

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

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

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

G4bool Par02FastSimModelEMCal::IsApplicable ( const G4ParticleDefinition aParticle)
virtual

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

매개변수
aParticleA particle definition (type).

G4VFastSimulationModel를 구현.

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

다음을 참조함 : G4Electron::Definition(), G4Positron::Definition(), G4Gamma::Definition().

G4bool Par02FastSimModelEMCal::ModelTrigger ( const G4FastTrack aFastTrack)
virtual

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

매개변수
aFastTrackA track.

G4VFastSimulationModel를 구현.

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

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

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

멤버 데이타 문서화

Par02DetectorParametrisation* Par02FastSimModelEMCal::fCalculateParametrisation
private

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

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

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

Par02DetectorParametrisation::Parametrisation Par02FastSimModelEMCal::fParametrisation
private

A parametrisation type.

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

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


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