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

#include <GammaRayTelDigitizer.hh>

GammaRayTelDigitizer에 대한 상속 다이어그램 :
G4VDigitizerModule

Public 멤버 함수

 GammaRayTelDigitizer (G4String name)
 
 ~GammaRayTelDigitizer ()
 
void Digitize ()
 
void SetThreshold (G4double val)
 
int operator== (const G4VDigitizerModule &right) const
 
int operator!= (const G4VDigitizerModule &right) const
 
G4int GetNumberOfCollections () const
 
G4String GetCollectionName (G4int i) const
 
G4String GetName () const
 
void SetVerboseLevel (G4int val)
 

Protected 멤버 함수

void StoreDigiCollection (G4VDigiCollection *aDC)
 
void StoreDigiCollection (G4int DCID, G4VDigiCollection *aDC)
 

Protected 속성

G4DigiManagerDigiManager
 
G4String moduleName
 
std::vector< G4StringcollectionName
 
G4int verboseLevel
 

Private 속성

GammaRayTelDigitsCollectionDigitsCollection
 
G4double Energy_Threshold
 
G4double TotalEnergy
 
G4double ACDThreshold
 
GammaRayTelDigitizerMessengerdigiMessenger
 

상세한 설명

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

생성자 & 소멸자 문서화

GammaRayTelDigitizer::GammaRayTelDigitizer ( G4String  name)

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

다음을 참조함 : ACDThreshold, G4VDigitizerModule::collectionName, digiMessenger, Energy_Threshold, keV, TotalEnergy.

GammaRayTelDigitizer::~GammaRayTelDigitizer ( )

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

다음을 참조함 : digiMessenger.

멤버 함수 문서화

void GammaRayTelDigitizer::Digitize ( void  )
virtual
G4String G4VDigitizerModule::GetCollectionName ( G4int  i) const
inlineinherited

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

다음을 참조함 : G4VDigitizerModule::collectionName.

다음에 의해서 참조됨 : G4DigiManager::AddNewModule(), G4DCtable::GetCollectionID().

G4String G4VDigitizerModule::GetName ( void  ) const
inlineinherited

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

다음을 참조함 : G4VDigitizerModule::moduleName.

다음에 의해서 참조됨 : G4DigiManager::AddNewModule(), G4DCtable::GetCollectionID().

G4int G4VDigitizerModule::GetNumberOfCollections ( ) const
inlineinherited

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

다음을 참조함 : G4VDigitizerModule::collectionName.

다음에 의해서 참조됨 : G4DigiManager::AddNewModule(), G4DCtable::GetCollectionID().

int G4VDigitizerModule::operator!= ( const G4VDigitizerModule right) const
inherited

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

다음을 참조함 : G4VDigitizerModule::moduleName.

int G4VDigitizerModule::operator== ( const G4VDigitizerModule right) const
inherited

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

다음을 참조함 : G4VDigitizerModule::moduleName.

void GammaRayTelDigitizer::SetThreshold ( G4double  val)
inline

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

다음을 참조함 : Energy_Threshold.

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

void G4VDigitizerModule::SetVerboseLevel ( G4int  val)
inlineinherited

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

다음을 참조함 : G4VDigitizerModule::verboseLevel.

void G4VDigitizerModule::StoreDigiCollection ( G4VDigiCollection aDC)
protectedinherited

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

다음을 참조함 : G4VDigitizerModule::DigiManager, G4DigiManager::GetDigiCollectionID(), G4VDigiCollection::GetName(), G4VDigitizerModule::moduleName.

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

void G4VDigitizerModule::StoreDigiCollection ( G4int  DCID,
G4VDigiCollection aDC 
)
protectedinherited

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

다음을 참조함 : G4VDigitizerModule::DigiManager, G4DigiManager::SetDigiCollection().

멤버 데이타 문서화

G4double GammaRayTelDigitizer::ACDThreshold
private

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

다음에 의해서 참조됨 : Digitize(), GammaRayTelDigitizer().

std::vector<G4String> G4VDigitizerModule::collectionName
protectedinherited

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

다음에 의해서 참조됨 : GammaRayTelDigitizer(), G4VDigitizerModule::GetCollectionName(), G4VDigitizerModule::GetNumberOfCollections().

G4DigiManager* G4VDigitizerModule::DigiManager
protectedinherited

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

다음에 의해서 참조됨 : G4VDigitizerModule::G4VDigitizerModule(), G4VDigitizerModule::StoreDigiCollection().

GammaRayTelDigitizerMessenger* GammaRayTelDigitizer::digiMessenger
private

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

다음에 의해서 참조됨 : GammaRayTelDigitizer(), ~GammaRayTelDigitizer().

GammaRayTelDigitsCollection* GammaRayTelDigitizer::DigitsCollection
private

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

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

G4double GammaRayTelDigitizer::Energy_Threshold
private

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

다음에 의해서 참조됨 : Digitize(), GammaRayTelDigitizer(), SetThreshold().

G4String G4VDigitizerModule::moduleName
protectedinherited
G4double GammaRayTelDigitizer::TotalEnergy
private

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

다음에 의해서 참조됨 : Digitize(), GammaRayTelDigitizer().

G4int G4VDigitizerModule::verboseLevel
protectedinherited

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

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


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