#include <Par02FastSimModelEMCal.hh>
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 속성 | |
Par02DetectorParametrisation * | fCalculateParametrisation |
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 .
Par02FastSimModelEMCal.hh 파일의 47 번째 라인에서 정의되었습니다.
Par02FastSimModelEMCal::Par02FastSimModelEMCal | ( | 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. |
Par02FastSimModelEMCal.cc 파일의 51 번째 라인에서 정의되었습니다.
A constructor.
aModelName | A name of the fast simulation model. |
aEnvelope | A region where the model can take over the ordinary tracking. |
Par02FastSimModelEMCal.cc 파일의 58 번째 라인에서 정의되었습니다.
Par02FastSimModelEMCal::Par02FastSimModelEMCal | ( | G4String | aModelName | ) |
A constructor.
aModelName | A name of the fast simulation model. |
Par02FastSimModelEMCal.cc 파일의 65 번째 라인에서 정의되었습니다.
Par02FastSimModelEMCal::~Par02FastSimModelEMCal | ( | ) |
Par02FastSimModelEMCal.cc 파일의 71 번째 라인에서 정의되었습니다.
|
inlinevirtualinherited |
G4VFastSimulationModel.hh 파일의 132 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FastSimulationManager::InvokeAtRestDoIt().
|
inlinevirtualinherited |
G4VFastSimulationModel.hh 파일의 121 번째 라인에서 정의되었습니다.
|
virtual |
Smears the energy deposit and saves it, together with the position of the deposit, the electromagnetic calorimeter resolution and efficiency to the Par02PrimaryParticleInformation.
aFastTrack | A track. |
aFastStep | A step. |
Par02FastSimModelEMCal.cc 파일의 91 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02DetectorParametrisation::eEMCAL, fCalculateParametrisation, Par02Output::FillHistogram(), fParametrisation, Par02EventInformation::GetDoSmearing(), G4Track::GetDynamicParticle(), Par02DetectorParametrisation::GetEfficiency(), G4EventManager::GetEventManager(), G4Track::GetKineticEnergy(), G4Track::GetMomentum(), G4Track::GetParentID(), G4Track::GetPosition(), G4DynamicParticle::GetPrimaryParticle(), G4FastTrack::GetPrimaryTrack(), Par02DetectorParametrisation::GetResolution(), G4EventManager::GetUserInformation(), Par02Output::Instance(), Par02Smearer::Instance(), G4FastStep::KillPrimaryTrack(), CLHEP::Hep3Vector::mag(), MeV, G4FastStep::ProposePrimaryTrackPathLength(), G4FastStep::ProposeTotalEnergyDeposited().
G4VFastSimulationModel.hh 파일의 152 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VFastSimulationModel::theModelName.
|
virtual |
Checks if this model should be applied to this particle type.
aParticle | A particle definition (type). |
Par02FastSimModelEMCal.cc 파일의 75 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Electron::Definition(), G4Positron::Definition(), G4Gamma::Definition().
|
virtual |
Checks if the model should be applied, taking into account the kinematics of a track.
aFastTrack | A track. |
Par02FastSimModelEMCal.cc 파일의 85 번째 라인에서 정의되었습니다.
|
inlineinherited |
G4VFastSimulationModel.hh 파일의 158 번째 라인에서 정의되었습니다.
|
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().
|
private |