#include <Par02DetectorParametrisation.hh>
Public 타입 | |
| enum | Parametrisation { eCMS, eATLAS, eALEPH } |
| A parametrisation type (CMS, ATLAS, ALEPH). 더 자세히 ... | |
| enum | Detector { eTRACKER, eEMCAL, eHCAL } |
Public 멤버 함수 | |
| Par02DetectorParametrisation () | |
| A default constructor. 더 자세히 ... | |
| ~Par02DetectorParametrisation () | |
| G4double | GetResolution (Detector aDetector, Parametrisation aParametrisation, G4double aMomentum) |
| G4double | GetEfficiency (Detector aDetector, Parametrisation aParametrisation, G4double aMomentum) |
Definition of detector resolution and efficiency.
A simple class used to provide the detector resolution and efficiency (dependent on the detector, parametrisation type and particle momentum).
Par02DetectorParametrisation.hh 파일의 42 번째 라인에서 정의되었습니다.
A detector type (tracking detector, electromagnetic calorimeter, hadronic calorimeter).
| 열거형 멤버 | |
|---|---|
| eTRACKER | |
| eEMCAL | |
| eHCAL | |
Par02DetectorParametrisation.hh 파일의 55 번째 라인에서 정의되었습니다.
A parametrisation type (CMS, ATLAS, ALEPH).
| 열거형 멤버 | |
|---|---|
| eCMS | |
| eATLAS | |
| eALEPH | |
Par02DetectorParametrisation.hh 파일의 51 번째 라인에서 정의되었습니다.
| Par02DetectorParametrisation::Par02DetectorParametrisation | ( | ) |
A default constructor.
Par02DetectorParametrisation.cc 파일의 37 번째 라인에서 정의되었습니다.
| Par02DetectorParametrisation::~Par02DetectorParametrisation | ( | ) |
Par02DetectorParametrisation.cc 파일의 41 번째 라인에서 정의되었습니다.
| G4double Par02DetectorParametrisation::GetEfficiency | ( | Detector | aDetector, |
| Parametrisation | aParametrisation, | ||
| G4double | aMomentum | ||
| ) |
Gets the efficiency of a detector for a given particle.
| aDetector | A detector type. |
| aParametrisation | A parametrisation type. |
| aMomentum | A particle momentum. |
Par02DetectorParametrisation.cc 파일의 98 번째 라인에서 정의되었습니다.
다음을 참조함 : eEMCAL, eHCAL, eTRACKER.
다음에 의해서 참조됨 : Par02FastSimModelEMCal::DoIt().
| G4double Par02DetectorParametrisation::GetResolution | ( | Detector | aDetector, |
| Parametrisation | aParametrisation, | ||
| G4double | aMomentum | ||
| ) |
Gets the resolution of a detector for a given particle.
| aDetector | A detector type. |
| aParametrisation | A parametrisation type. |
| aMomentum | A particle momentum. |
Par02DetectorParametrisation.cc 파일의 45 번째 라인에서 정의되었습니다.
다음을 참조함 : eALEPH, eATLAS, eCMS, eEMCAL, eHCAL, eTRACKER, GeV.
다음에 의해서 참조됨 : Par02FastSimModelEMCal::DoIt().
1.8.5