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

#include <PrimaryKiller.hh>

PrimaryKiller에 대한 상속 다이어그램 :
G4VPrimitiveScorer G4UImessenger

Public 멤버 함수

 PrimaryKiller (G4String name, G4int depth=0)
 
virtual ~PrimaryKiller ()
 
void SetEnergyThreshold (double energy)
 
void SetMinLossEnergyLimit (double energy)
 
void SetMaxLossEnergyLimit (double energy)
 
virtual void SetNewValue (G4UIcommand *command, G4String newValue)
 
virtual void Initialize (G4HCofThisEvent *)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 
virtual void clear ()
 
virtual void DrawAll ()
 
virtual void PrintAll ()
 
G4int GetCollectionID (G4int)
 
void SetUnit (const G4String &unit)
 
const G4StringGetUnit () const
 
G4double GetUnitValue () const
 
void SetMultiFunctionalDetector (G4MultiFunctionalDetector *d)
 
G4MultiFunctionalDetectorGetMultiFunctionalDetector () const
 
G4String GetName () const
 
void SetFilter (G4VSDFilter *f)
 
G4VSDFilterGetFilter () const
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
void SetNijk (G4int i, G4int j, G4int k)
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
G4bool operator== (const G4UImessenger &messenger) const
 
G4bool CommandsShouldBeInMaster () const
 

Protected 멤버 함수

virtual G4bool ProcessHits (G4Step *, G4TouchableHistory *)
 
virtual G4int GetIndex (G4Step *)
 
void CheckAndSetUnit (const G4String &unit, const G4String &category)
 
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 

Protected 속성

G4String primitiveName
 
G4MultiFunctionalDetectordetector
 
G4VSDFilterfilter
 
G4int verboseLevel
 
G4int indexDepth
 
G4String unitName
 
G4double unitValue
 
G4int fNi
 
G4int fNj
 
G4int fNk
 
G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Private 속성

double fELoss
 
double fELossRange_Min
 
double fELossRange_Max
 
double fKineticE_Min
 
G4UIcmdWithADoubleAndUnitfpELossUI
 
G4UIcmdWithADoubleAndUnitfpAbortEventIfELossUpperThan
 
G4UIcmdWithADoubleAndUnitfpMinKineticE
 

상세한 설명

Kill the primary particle:

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

생성자 & 소멸자 문서화

PrimaryKiller::PrimaryKiller ( G4String  name,
G4int  depth = 0 
)

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

다음을 참조함 : DBL_MAX, fELoss, fELossRange_Max, fELossRange_Min, fKineticE_Min, fpAbortEventIfELossUpperThan, fpELossUI, fpMinKineticE.

PrimaryKiller::~PrimaryKiller ( )
virtual

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

멤버 함수 문서화

void G4UImessenger::AddUIcommand ( G4UIcommand newCommand)
protectedinherited

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

다음을 참조함 : G4cerr, G4endl, G4UIcommand::GetCommandPath().

G4String G4UImessenger::BtoS ( G4bool  b)
protectedinherited

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

void G4VPrimitiveScorer::CheckAndSetUnit ( const G4String unit,
const G4String category 
)
protectedinherited
void PrimaryKiller::clear ( void  )
virtual

G4VPrimitiveScorer(으)로부터 재구현되었습니다.

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

다음을 참조함 : fELoss.

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

G4bool G4UImessenger::CommandsShouldBeInMaster ( ) const
inlineinherited

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

다음을 참조함 : G4UImessenger::commandsShouldBeInMaster.

template<typename T >
T * G4UImessenger::CreateCommand ( const G4String cname,
const G4String dsc 
)
protectedinherited

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

다음을 참조함 : G4UImessenger::baseDirName.

void G4UImessenger::CreateDirectory ( const G4String path,
const G4String dsc,
G4bool  commandsToBeBroadcasted = true 
)
protectedinherited
void PrimaryKiller::DrawAll ( void  )
virtual

G4VPrimitiveScorer(으)로부터 재구현되었습니다.

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

G4String G4UImessenger::DtoS ( G4double  a)
protectedinherited

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

다음을 참조함 : a.

다음에 의해서 참조됨 : G4ScoreQuantityMessenger::FilterCommands(), G4UIcontrolMessenger::SetNewValue().

void PrimaryKiller::EndOfEvent ( G4HCofThisEvent )
virtual

G4VPrimitiveScorer(으)로부터 재구현되었습니다.

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

G4int G4VPrimitiveScorer::GetCollectionID ( G4int  )
inherited
G4String G4UImessenger::GetCurrentValue ( G4UIcommand command)
virtualinherited

G4VisCommandSceneAddVolume, G4VisCommandSceneAddUserAction, G4VisCommandSceneAddTrajectories, G4VisCommandSceneAddText2D, G4VisCommandSceneAddText, G4VisCommandSceneAddScale, G4VisCommandSceneAddPSHits, G4VisCommandViewerZoom, G4VisCommandSceneAddMagneticField, G4VisCommandViewerUpdate, G4VisCommandViewerSelect, G4VisCommandSceneAddLogo2D, G4VisCommandGeometrySetVisibility, G4VisCommandViewerScale, G4VisCommandSceneAddLogo, G4VisCommandViewerSave, G4VisCommandGeometrySetLineWidth, G4VisCommandSceneAddLogicalVolume, G4VisCommandViewerRebuild, G4VisCommandGeometrySetLineStyle, G4VisCommandViewerRefresh, G4VisCommandGeometrySetForceWireframe, G4VisCommandSceneAddLine2D, G4VisCommandViewerReset, G4VisCommandGeometrySetForceLineSegmentsPerCircle, G4VisCommandViewerPan, G4VisCommandSceneAddLine, G4VisCommandGeometrySetForceSolid, G4VisCommandViewerList, G4VisCommandSceneAddHits, G4VisCommandViewerInterpolate, G4VisCommandGeometrySetForceAuxEdgeVisible, G4VisCommandSceneAddGhosts, G4VisCommandViewerFlush, G4VisCommandSceneAddGPS, G4VisCommandGeometrySetDaughtersInvisible, G4VisCommandViewerDolly, G4VisCommandGeometrySetColour, G4VisCommandSceneAddFrame, G4VisCommandManagerMode< Manager >, G4VisCommandViewerCreate, G4VisCommandViewerCopyViewFrom, G4VisCommandSceneAddExtent, G4VisCommandViewerColourByDensity, G4GeneralParticleSourceMessenger, G4VisCommandSceneAddEventID, G4VisCommandViewerClone, G4VisCommandSceneSelect, G4VisCommandSceneAddDigis, G4VITSteppingVerbose, G4VisCommandViewerClearVisAttributesModifiers, G4VisCommandListManagerSelect< Manager >, G4VisCommandSceneNotifyHandlers, G4VisCommandSetTouchable, G4DNAChemistryManager, G4VisCommandVerbose, G4VisCommandViewerClearTransients, G4VisCommandSceneList, G4VisCommandSetTextSize, G4VisCommandReviewKeptEvents, G4ParticleMessenger, G4MoleculeGunMessenger, G4VisCommandViewerClearCutawayPlanes, G4VisCommandSceneAddDate, G4VisCommandSceneEndOfRunAction, G4VisCommandSetTextLayout, G4VisCommandList, G4UserPhysicsListMessenger, G4UIcontrolMessenger, G4VisCommandViewerClear, G4VisCommandSceneAddAxes, G4ProcessManagerMessenger, G4VisCommandSceneEndOfEventAction, G4VisCommandSetTextColour, G4VisCommandSceneHandlerSelect, G4ParticlePropertyMessenger, G4ProductionCutsTableMessenger, G4RunMessenger, G4DecayTableMessenger, G4SchedulerMessenger, G4ScoringMessenger, G4ProcessTableMessenger, G4VisCommandViewerChangeCutawayPlane, G4MoleculeShootMessenger, G4VisCommandSetLineWidth, G4ScoreQuantityMessenger, G4PolarizationMessenger, G4VisCommandEnable, G4VisCommandGeometryRestore, G4VisCommandSceneCreate, G4VisCommandSceneHandlerList, G4TrackingMessenger, G4GeometryMessenger, HepMCG4PythiaMessenger, HepMCG4PythiaMessenger, GFlashShowerModelMessenger, G4ParticleGunMessenger, G4VisCommandSceneAddArrow2D, G4PersistencyCenterMessenger, G4VisCommandViewerAddCutawayPlane, G4VisCommandSetColour, G4tgrMessenger, G4RTMessenger, G4VisCommandDrawOnlyToBeKeptEvents, G4VisCommandGeometryList, G4VModelCommand< T >, G4VModelCommand< M >, G4VisCommandModelCreate< Factory >, G4VisCommandSceneActivateModel, G4VisCommandSceneHandlerCreate, G4VisCommandViewerDefaultStyle, G4EvManMessenger, G4GenericMessenger, G4MatScanMessenger, DetectorConstructionMessenger, G4VisCommandListManagerList< Manager >, ExN04PrimaryGeneratorMessenger, G4GMocrenMessenger, H02PrimaryGeneratorMessenger, G4MPImessenger, RE06DetectorMessenger, G4ASCIITreeMessenger, GB03DetectorMessenger, ExN04PrimaryGeneratorMessenger, ExN04StackingActionMessenger, RE01PrimaryGeneratorMessenger, RE05PrimaryGeneratorMessenger, RE05StackingActionMessenger, G4VisCommandSceneAddArrow, G4VisCommandsViewerSet, HepMCG4AsciiReaderMessenger, HepMCG4AsciiReaderMessenger, ExN04StackingActionMessenger, G4HepRepMessenger, G4VisCommandSetArrow3DLineSegmentsPerCircle, G4VisCommandsTouchableSet, G4VisCommandAbortReviewKeptEvents, G4VisCommandSceneHandlerAttach, G4VisCommandViewerDefaultHiddenEdge, G4VisCommandsTouchable에서 재구현되었습니다.

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

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

G4VSDFilter* G4VPrimitiveScorer::GetFilter ( ) const
inlineinherited

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

다음을 참조함 : G4VPrimitiveScorer::filter.

다음에 의해서 참조됨 : G4VScoringMesh::List(), G4VScoringMesh::SetFilter().

G4int G4VPrimitiveScorer::GetIndex ( G4Step aStep)
protectedvirtualinherited

CexmcTrackPoints, CexmcSimpleEnergyDeposit, G4PSFlatSurfaceFlux3D, G4PSSphereSurfaceCurrent3D, G4PSSphereSurfaceFlux3D, RE02PSFlatSurfaceFlux, G4PSCylinderSurfaceCurrent3D, G4PSCylinderSurfaceFlux3D, G4PSFlatSurfaceCurrent3D, CexmcEnergyDepositInLeftRightSet, CexmcTrackPointsInLeftRightSet, RE02PSFlatSurfaceCurrent, G4PSCellFlux3D, CexmcEnergyDepositInCalorimeter, CexmcTrackPointsInCalorimeter, RE02PSCellFlux, G4PSPassageCellFlux3D, G4PSPassageTrackLength3D, G4PSTrackLength3D, G4PSCellCharge3D, G4PSMinKinEAtGeneration3D, RE02PSPassageCellFlux, G4PSDoseDeposit3D, G4PSTrackCounter3D, G4PSEnergyDeposit3D, G4PSNofCollision3D, G4PSPassageCellCurrent3D, G4PSPopulation3D, G4PSStepChecker3D, G4PSTermination3D, G4PSNofStep3D, RE02PSNofStep, RE02PSEnergyDeposit, G4PSNofSecondary3D에서 재구현되었습니다.

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

다음을 참조함 : G4Step::GetPreStepPoint(), G4TouchableHistory::GetReplicaNumber(), G4StepPoint::GetTouchable(), G4VPrimitiveScorer::indexDepth.

다음에 의해서 참조됨 : G4PSNofStep::ProcessHits(), G4PSStepChecker::ProcessHits(), G4PSTrackCounter::ProcessHits(), G4PSDoseDeposit::ProcessHits(), G4PSTermination::ProcessHits(), G4PSCellCharge::ProcessHits(), G4PSEnergyDeposit::ProcessHits(), G4PSNofCollision::ProcessHits(), G4PSPopulation::ProcessHits(), G4PSMinKinEAtGeneration::ProcessHits(), G4PSPassageCellCurrent::ProcessHits(), G4PSPassageTrackLength::ProcessHits(), G4PSPassageCellFlux::ProcessHits(), G4PSNofSecondary::ProcessHits(), G4PSTrackLength::ProcessHits(), G4PSCellFlux::ProcessHits(), G4PSSphereSurfaceCurrent::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4PSFlatSurfaceCurrent::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), G4PSFlatSurfaceFlux::ProcessHits(), ScoreSpecies::ProcessHits().

G4MultiFunctionalDetector* G4VPrimitiveScorer::GetMultiFunctionalDetector ( ) const
inlineinherited
G4String G4VPrimitiveScorer::GetName ( void  ) const
inlineinherited

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

다음을 참조함 : G4VPrimitiveScorer::primitiveName.

다음에 의해서 참조됨 : B01Run::B01Run(), B02Run::B02Run(), B03Run::B03Run(), CexmcSensitiveDetectorMessenger::CexmcSensitiveDetectorMessenger(), G4VPrimitiveScorer::CheckAndSetUnit(), DicomRun::ConstructMFD(), TSRun::ConstructMFD(), G4VScoringMesh::GetPrimitiveScorer(), G4PSCellCharge::Initialize(), G4PSEnergyDeposit::Initialize(), G4PSDoseDeposit::Initialize(), G4PSNofStep::Initialize(), G4PSTrackCounter::Initialize(), G4PSMinKinEAtGeneration::Initialize(), G4PSNofCollision::Initialize(), G4PSTermination::Initialize(), G4PSPassageTrackLength::Initialize(), G4PSPassageCellCurrent::Initialize(), G4PSPopulation::Initialize(), G4PSPassageCellFlux::Initialize(), G4PSTrackLength::Initialize(), G4PSNofSecondary::Initialize(), G4PSCellFlux::Initialize(), G4PSSphereSurfaceCurrent::Initialize(), G4PSCylinderSurfaceFlux::Initialize(), G4PSFlatSurfaceCurrent::Initialize(), G4PSCylinderSurfaceCurrent::Initialize(), G4PSSphereSurfaceFlux::Initialize(), G4PSFlatSurfaceFlux::Initialize(), ScoreSpecies::Initialize(), G4VScoringMesh::List(), G4PSCellCharge::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSMinKinEAtGeneration::PrintAll(), G4PSNofCollision::PrintAll(), G4PSTermination::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSPopulation::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSTrackLength::PrintAll(), G4PSNofSecondary::PrintAll(), G4PSCellFlux::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), ScoreSpecies::PrintAll(), RE02Run::RE02Run(), G4MultiFunctionalDetector::RegisterPrimitive(), G4MultiFunctionalDetector::RemovePrimitive(), G4VScoringMesh::SetFilter(), G4VScoringMesh::SetPrimitiveScorer(), G4PSNofStep::SetUnit(), G4PSNofCollision::SetUnit(), G4PSTermination::SetUnit(), G4PSTrackCounter::SetUnit(), G4PSPassageCellCurrent::SetUnit(), G4PSPopulation::SetUnit(), G4PSNofSecondary::SetUnit(), G4PSSphereSurfaceCurrent::SetUnit(), G4PSCylinderSurfaceFlux::SetUnit(), G4PSCylinderSurfaceCurrent::SetUnit(), G4PSFlatSurfaceCurrent::SetUnit(), G4PSSphereSurfaceFlux::SetUnit(), G4PSFlatSurfaceFlux::SetUnit().

const G4String& G4VPrimitiveScorer::GetUnit ( ) const
inlineinherited
G4double G4VPrimitiveScorer::GetUnitValue ( ) const
inlineinherited
G4int G4VPrimitiveScorer::GetVerboseLevel ( ) const
inlineinherited

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

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

다음에 의해서 참조됨 : CexmcSimpleEnergyDeposit::EndOfEvent(), CexmcTrackPoints::EndOfEvent().

void PrimaryKiller::Initialize ( G4HCofThisEvent )
virtual

G4VPrimitiveScorer(으)로부터 재구현되었습니다.

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

다음을 참조함 : clear().

G4String G4UImessenger::ItoS ( G4int  i)
protectedinherited

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

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

G4bool G4UImessenger::operator== ( const G4UImessenger messenger) const
inherited

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

void PrimaryKiller::PrintAll ( void  )
virtual

G4VPrimitiveScorer(으)로부터 재구현되었습니다.

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

G4bool PrimaryKiller::ProcessHits ( G4Step aStep,
G4TouchableHistory  
)
protectedvirtual
void PrimaryKiller::SetEnergyThreshold ( double  energy)
inline

Set energy under which the particle should be killed

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

다음을 참조함 : energy, fKineticE_Min.

void G4VPrimitiveScorer::SetFilter ( G4VSDFilter f)
inlineinherited
void PrimaryKiller::SetMaxLossEnergyLimit ( double  energy)
inline

Set the energy loss from which the event is aborted

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

다음을 참조함 : energy, fELossRange_Max.

void PrimaryKiller::SetMinLossEnergyLimit ( double  energy)
inline

Set the energy loss from which the primary is killed

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

다음을 참조함 : energy, fELossRange_Min.

void G4VPrimitiveScorer::SetMultiFunctionalDetector ( G4MultiFunctionalDetector d)
inlineinherited

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

다음을 참조함 : d, G4VPrimitiveScorer::detector.

다음에 의해서 참조됨 : G4MultiFunctionalDetector::RegisterPrimitive(), G4MultiFunctionalDetector::RemovePrimitive().

void PrimaryKiller::SetNewValue ( G4UIcommand command,
G4String  newValue 
)
virtual

Method related to G4UImessenger used to control energy cuts through macro file

G4UImessenger(으)로부터 재구현되었습니다.

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

다음을 참조함 : fELossRange_Max, fELossRange_Min, fpAbortEventIfELossUpperThan, fpELossUI, G4UIcmdWithADoubleAndUnit::GetNewDoubleValue().

void G4VPrimitiveScorer::SetNijk ( G4int  i,
G4int  j,
G4int  k 
)
inlineinherited

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

다음을 참조함 : G4VPrimitiveScorer::fNi, G4VPrimitiveScorer::fNj, G4VPrimitiveScorer::fNk.

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

void G4VPrimitiveScorer::SetUnit ( const G4String unit)
inlineinherited

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

다음을 참조함 : G4VPrimitiveScorer::unitName.

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

void G4VPrimitiveScorer::SetVerboseLevel ( G4int  vl)
inlineinherited

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

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

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

G4bool G4UImessenger::StoB ( G4String  s)
protectedinherited

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

다음을 참조함 : G4String::toUpper().

다음에 의해서 참조됨 : G4LocalThreadCoutMessenger::SetNewValue(), G4CascadeParamMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue().

G4double G4UImessenger::StoD ( G4String  s)
protectedinherited
G4int G4UImessenger::StoI ( G4String  s)
protectedinherited

멤버 데이타 문서화

G4UIdirectory* G4UImessenger::baseDir
protectedinherited

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

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

G4String G4UImessenger::baseDirName
protectedinherited

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

다음에 의해서 참조됨 : G4UImessenger::CreateCommand(), G4UImessenger::CreateDirectory().

G4bool G4UImessenger::commandsShouldBeInMaster
protectedinherited

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

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

G4MultiFunctionalDetector* G4VPrimitiveScorer::detector
protectedinherited

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

다음에 의해서 참조됨 : G4VPrimitiveScorer::GetCollectionID(), G4VPrimitiveScorer::GetMultiFunctionalDetector(), G4PSCellCharge::Initialize(), G4PSNofStep::Initialize(), G4PSTermination::Initialize(), G4PSTrackCounter::Initialize(), G4PSMinKinEAtGeneration::Initialize(), G4PSNofCollision::Initialize(), G4PSPassageTrackLength::Initialize(), CexmcSimpleEnergyDeposit::Initialize(), G4PSPassageCellCurrent::Initialize(), G4PSPopulation::Initialize(), CexmcTrackPoints::Initialize(), G4PSTrackLength::Initialize(), G4PSPassageCellFlux::Initialize(), G4PSNofSecondary::Initialize(), G4PSCellFlux::Initialize(), G4PSSphereSurfaceCurrent::Initialize(), G4PSSphereSurfaceFlux::Initialize(), G4PSCylinderSurfaceCurrent::Initialize(), G4PSFlatSurfaceCurrent::Initialize(), G4PSCellCharge::PrintAll(), G4PSEnergyDeposit::PrintAll(), G4PSDoseDeposit::PrintAll(), G4PSNofStep::PrintAll(), G4PSPassageTrackLength::PrintAll(), G4PSTrackCounter::PrintAll(), G4PSNofCollision::PrintAll(), G4PSTermination::PrintAll(), G4PSPopulation::PrintAll(), G4PSPassageCellCurrent::PrintAll(), G4PSTrackLength::PrintAll(), G4PSPassageCellFlux::PrintAll(), G4PSCellFlux::PrintAll(), G4PSSphereSurfaceCurrent::PrintAll(), G4PSCylinderSurfaceFlux::PrintAll(), G4PSSphereSurfaceFlux::PrintAll(), G4PSCylinderSurfaceCurrent::PrintAll(), G4PSFlatSurfaceCurrent::PrintAll(), G4PSFlatSurfaceFlux::PrintAll(), ScoreSpecies::PrintAll(), CexmcPrimitiveScorer::PrintHeader(), G4VPrimitiveScorer::SetMultiFunctionalDetector().

double PrimaryKiller::fELoss
private

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

다음에 의해서 참조됨 : clear(), PrimaryKiller(), ProcessHits().

double PrimaryKiller::fELossRange_Max
private

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

다음에 의해서 참조됨 : PrimaryKiller(), ProcessHits(), SetMaxLossEnergyLimit(), SetNewValue().

double PrimaryKiller::fELossRange_Min
private

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

다음에 의해서 참조됨 : PrimaryKiller(), ProcessHits(), SetMinLossEnergyLimit(), SetNewValue().

G4VSDFilter* G4VPrimitiveScorer::filter
protectedinherited

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

다음에 의해서 참조됨 : G4VPrimitiveScorer::GetFilter(), G4VPrimitiveScorer::HitPrimitive(), G4VPrimitiveScorer::SetFilter().

double PrimaryKiller::fKineticE_Min
private

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

다음에 의해서 참조됨 : PrimaryKiller(), ProcessHits(), SetEnergyThreshold().

G4int G4VPrimitiveScorer::fNi
protectedinherited
G4int G4VPrimitiveScorer::fNj
protectedinherited

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

다음에 의해서 참조됨 : G4PSCellCharge3D::G4PSCellCharge3D(), G4PSCellFlux3D::G4PSCellFlux3D(), G4PSCylinderSurfaceCurrent3D::G4PSCylinderSurfaceCurrent3D(), G4PSCylinderSurfaceFlux3D::G4PSCylinderSurfaceFlux3D(), G4PSDoseDeposit3D::G4PSDoseDeposit3D(), G4PSEnergyDeposit3D::G4PSEnergyDeposit3D(), G4PSFlatSurfaceCurrent3D::G4PSFlatSurfaceCurrent3D(), G4PSFlatSurfaceFlux3D::G4PSFlatSurfaceFlux3D(), G4PSMinKinEAtGeneration3D::G4PSMinKinEAtGeneration3D(), G4PSNofCollision3D::G4PSNofCollision3D(), G4PSNofSecondary3D::G4PSNofSecondary3D(), G4PSNofStep3D::G4PSNofStep3D(), G4PSPassageCellCurrent3D::G4PSPassageCellCurrent3D(), G4PSPassageCellFlux3D::G4PSPassageCellFlux3D(), G4PSPassageTrackLength3D::G4PSPassageTrackLength3D(), G4PSPopulation3D::G4PSPopulation3D(), G4PSSphereSurfaceCurrent3D::G4PSSphereSurfaceCurrent3D(), G4PSSphereSurfaceFlux3D::G4PSSphereSurfaceFlux3D(), G4PSStepChecker3D::G4PSStepChecker3D(), G4PSTermination3D::G4PSTermination3D(), G4PSTrackCounter3D::G4PSTrackCounter3D(), G4PSTrackLength3D::G4PSTrackLength3D(), G4PSNofSecondary3D::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSNofCollision3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSCellCharge3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), G4PSCellFlux3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), G4VPrimitiveScorer::SetNijk().

G4int G4VPrimitiveScorer::fNk
protectedinherited

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

다음에 의해서 참조됨 : G4PSCellCharge3D::G4PSCellCharge3D(), G4PSCellFlux3D::G4PSCellFlux3D(), G4PSCylinderSurfaceCurrent3D::G4PSCylinderSurfaceCurrent3D(), G4PSCylinderSurfaceFlux3D::G4PSCylinderSurfaceFlux3D(), G4PSDoseDeposit3D::G4PSDoseDeposit3D(), G4PSEnergyDeposit3D::G4PSEnergyDeposit3D(), G4PSFlatSurfaceCurrent3D::G4PSFlatSurfaceCurrent3D(), G4PSFlatSurfaceFlux3D::G4PSFlatSurfaceFlux3D(), G4PSMinKinEAtGeneration3D::G4PSMinKinEAtGeneration3D(), G4PSNofCollision3D::G4PSNofCollision3D(), G4PSNofSecondary3D::G4PSNofSecondary3D(), G4PSNofStep3D::G4PSNofStep3D(), G4PSPassageCellCurrent3D::G4PSPassageCellCurrent3D(), G4PSPassageCellFlux3D::G4PSPassageCellFlux3D(), G4PSPassageTrackLength3D::G4PSPassageTrackLength3D(), G4PSPopulation3D::G4PSPopulation3D(), G4PSSphereSurfaceCurrent3D::G4PSSphereSurfaceCurrent3D(), G4PSSphereSurfaceFlux3D::G4PSSphereSurfaceFlux3D(), G4PSStepChecker3D::G4PSStepChecker3D(), G4PSTermination3D::G4PSTermination3D(), G4PSTrackCounter3D::G4PSTrackCounter3D(), G4PSTrackLength3D::G4PSTrackLength3D(), G4PSNofSecondary3D::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSNofCollision3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSCellCharge3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), G4PSCellFlux3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), G4VPrimitiveScorer::SetNijk().

G4UIcmdWithADoubleAndUnit* PrimaryKiller::fpAbortEventIfELossUpperThan
private

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

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

G4UIcmdWithADoubleAndUnit* PrimaryKiller::fpELossUI
private

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

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

G4UIcmdWithADoubleAndUnit* PrimaryKiller::fpMinKineticE
private

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

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

G4int G4VPrimitiveScorer::indexDepth
protectedinherited
G4String G4VPrimitiveScorer::primitiveName
protectedinherited
G4String G4VPrimitiveScorer::unitName
protectedinherited
G4double G4VPrimitiveScorer::unitValue
protectedinherited
G4int G4VPrimitiveScorer::verboseLevel
protectedinherited

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

다음에 의해서 참조됨 : G4PSCellFluxForCylinder3D::ComputeVolume(), G4VPrimitiveScorer::GetVerboseLevel(), G4VPrimitiveScorer::SetVerboseLevel().


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