#include <Par02FastSimModelTracker.hh>
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 속성 | |
Par02DetectorParametrisation * | fCalculateParametrisation |
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 .
Par02FastSimModelTracker.hh 파일의 50 번째 라인에서 정의되었습니다.
Par02FastSimModelTracker::Par02FastSimModelTracker | ( | G4String | aModelName, |
G4Region * | aEnvelope, | ||
Par02DetectorParametrisation::Parametrisation | aParamType | ||
) |
A constructor.
aModelName | A name of the fast simulation model. |
aEnvelope | A region where the model can take over the ordinary tracking. |
aParamType | A parametrisation type. |
Par02FastSimModelTracker.cc 파일의 55 번째 라인에서 정의되었습니다.
A constructor.
aModelName | A name of the fast simulation model. |
aEnvelope | A region where the model can take over the ordinary tracking. |
Par02FastSimModelTracker.cc 파일의 62 번째 라인에서 정의되었습니다.
Par02FastSimModelTracker::Par02FastSimModelTracker | ( | G4String | aModelName | ) |
A constructor.
aModelName | A name of the fast simulation model. |
Par02FastSimModelTracker.cc 파일의 69 번째 라인에서 정의되었습니다.
Par02FastSimModelTracker::~Par02FastSimModelTracker | ( | ) |
Par02FastSimModelTracker.cc 파일의 75 번째 라인에서 정의되었습니다.
|
inlinevirtualinherited |
G4VFastSimulationModel.hh 파일의 132 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FastSimulationManager::InvokeAtRestDoIt().
|
inlinevirtualinherited |
G4VFastSimulationModel.hh 파일의 121 번째 라인에서 정의되었습니다.
|
virtual |
Calculates the final position (at the outer boundary of the tracking detector) of a particle with the momentum at the entrance of the tracking detector. Smears the particle momentum and saves it, together with the tracking detector resolution and efficiency to the Par02PrimaryParticleInformation.
aFastTrack | A track. |
aFastStep | A step. |
Par02FastSimModelTracker.cc 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : G4PathFinder::ComputeStep(), Par02DetectorParametrisation::eTRACKER, fCalculateParametrisation, Par02Output::FillHistogram(), fParametrisation, G4cout, G4endl, G4Track::GetCurrentStepNumber(), Par02EventInformation::GetDoSmearing(), G4Track::GetDynamicParticle(), G4EventManager::GetEventManager(), G4PathFinder::GetInstance(), G4Track::GetMomentum(), G4Track::GetParentID(), G4DynamicParticle::GetPrimaryParticle(), G4FastTrack::GetPrimaryTrack(), G4EventManager::GetUserInformation(), G4Track::GetVolume(), Par02Output::Instance(), Par02Smearer::Instance(), m, CLHEP::Hep3Vector::mag(), MeV, G4FastStep::ProposePrimaryTrackFinalPosition(), track, G4FieldTrackUpdator::Update().
G4VFastSimulationModel.hh 파일의 152 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VFastSimulationModel::theModelName.
|
virtual |
Checks if this model should be applied to this particle type.
aParticle | A particle definition (type). |
Par02FastSimModelTracker.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : G4ParticleDefinition::GetPDGCharge().
|
virtual |
Checks if the model should be applied taking into account the kinematics of a track.
aFastTrack | A track. |
Par02FastSimModelTracker.cc 파일의 86 번째 라인에서 정의되었습니다.
|
inlineinherited |
G4VFastSimulationModel.hh 파일의 158 번째 라인에서 정의되었습니다.
|
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().
|
private |