freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

geant4系列講座三(編輯修改稿)

2024-11-17 04:42 本頁面
 

【文章內(nèi)容簡介】 4StepPoint* fpPostStepPoint。 G4double fStepLength。 // Step length which may be updated at each invocation of // AlongStepDoIt and PostStepDoIt G4Track* fpTrack。 G4SteppingControl fpSteppingControlFlag。 // A flag to control SteppingManager behavier from process // flag for initial/last step G4bool fFirstStepInVolume。 G4bool fLastStepInVolume。 // Secondary buckets public: G4TrackVector* GetSecondary() const。 G4TrackVector* GetfSecondary()。 G4TrackVector* NewSecondaryVector()。 void DeleteSecondaryVector()。,G4Step類,第十五頁,共三十五頁。,void SetSecondary( G4TrackVector* value)。 private: G4TrackVector* fSecondary。 // Prototyping implementation of smooth representation of curved // trajectories. (jacek 30/10/2002) public: // Auxiliary points are ThreeVectors for now。 change to // G4VAuxiliaryPoints or some such (jacek 30/10/2002) void SetPointerToVectorOfAuxiliaryPoints( std::vector* theNewVectorPointer ) { fpVectorOfAuxiliaryPointsPointer = theNewVectorPointer。 } std::vector* GetPointerToVectorOfAuxiliaryPoints() const { return fpVectorOfAuxiliaryPointsPointer。 } private: // Explicity including the word “Pointer“ in the name as I keep // forgetting the * (jacek 30/10/2002) std::vector* fpVectorOfAuxiliaryPointsPointer。 }。 include “G4Step.icc“ endif,G4Step類,第十六頁,共三十五頁。,四、EventAction Class,G4UserEventAction有兩個虛擬方法: BeginOfEventAction() EndOfEventAction(),顧名思義,它們的調(diào)用發(fā)生在每一Event的開始和結(jié)束。通過該類可以對Event做簡單的分析。如果需要,用戶甚至可以在每一Run中挑出并保存所需的Event。(數(shù)據(jù)量過大的話可以考慮文本輸出保存),第十七頁,共三十五頁。,class ExN03EventAction : public G4UserEventAction { public: ExN03EventAction(ExN03RunAction*)。 ~ExN03EventAction()。 public: void BeginOfEventAction(const G4Event*)。 void EndOfEventAction(const G4Event*)。 private: ExN03RunAction* runAct。 G4double EnergyAbs, EnergyGap。 G4double TrackLAbs, TrackLGap。 G4int printModulo。 ExN03EventActionMessenger* eventMessenger。 }。,基類 公有繼承,第十八頁,共三十五頁。,在源文件中查找G4Event.hh 查找其公有成員函數(shù) Linux命令find: find /path// -name G4Event.hh,G4Event.hh中的共有成員函數(shù)可以在 Void BeginOfEventAction(const G4Event*) void EndOfEventAction(const G4Event*) 方法中調(diào)用。,第十九頁,共三十五頁。,五、RunAction Class,G4UserRunAction有三個虛擬方法: GenerateRun() BeginOfRunAction() EndOfRunAction(),其中GenerateRun()是在BeamOn()開始時候調(diào)用,而BeginOfRunAc
點(diǎn)擊復(fù)制文檔內(nèi)容
電大資料相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1