Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer << 3 // * DISCLAIMER * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th << 5 // * The following disclaimer summarizes all the specific disclaimers * 6 // * the Geant4 Collaboration. It is provided << 6 // * of contributors to this software. The specific disclaimers,which * 7 // * conditions of the Geant4 Software License << 7 // * govern, are listed with their locations in: * 8 // * LICENSE and available at http://cern.ch/ << 8 // * http://cern.ch/geant4/license * 9 // * include a list of copyright holders. << 10 // * 9 // * * 11 // * Neither the authors of this software syst 10 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 11 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 12 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 13 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file << 14 // * use. * 16 // * for the full disclaimer and the limitatio << 17 // * 15 // * * 18 // * This code implementation is the result << 16 // * This code implementation is the intellectual property of the * 19 // * technical work of the GEANT4 collaboratio << 17 // * GEANT4 collaboration. * 20 // * By using, copying, modifying or distri << 18 // * By copying, distributing or modifying the Program (or any work * 21 // * any work based on the software) you ag << 19 // * based on the Program) you indicate your acceptance of this * 22 // * use in resulting scientific publicati << 20 // * statement, and all its terms. * 23 // * acceptance of all terms of the Geant4 Sof << 24 // ******************************************* 21 // ******************************************************************** 25 // 22 // 26 // << 27 /// \file medical/GammaTherapy/src/TargetSD.cc << 28 /// \brief Implementation of the TargetSD clas << 29 // << 30 // ------------------------------------------- 23 // ------------------------------------------------------------- 31 // 24 // 32 // 25 // 33 // ---------- TargetSD ------------- 26 // ---------- TargetSD ------------- 34 // << 27 // 35 // Modified: 28 // Modified: 36 // 29 // 37 // ------------------------------------------- 30 // ------------------------------------------------------------- 38 31 39 //....oooOO0OOooo........oooOO0OOooo........oo 32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 40 //....oooOO0OOooo........oooOO0OOooo........oo 33 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 41 34 42 #include "TargetSD.hh" 35 #include "TargetSD.hh" 43 36 44 #include "Run.hh" << 45 << 46 #include "G4Gamma.hh" << 47 #include "G4HCofThisEvent.hh" << 48 #include "G4LogicalVolume.hh" << 49 #include "G4Positron.hh" << 50 #include "G4RunManager.hh" 37 #include "G4RunManager.hh" 51 #include "G4Step.hh" << 52 #include "G4TouchableHistory.hh" << 53 #include "G4Track.hh" << 54 #include "G4VPhysicalVolume.hh" 38 #include "G4VPhysicalVolume.hh" >> 39 #include "G4LogicalVolume.hh" >> 40 #include "G4Track.hh" >> 41 #include "G4Positron.hh" 55 #include "globals.hh" 42 #include "globals.hh" >> 43 #include "Histo.hh" >> 44 #include "G4HCofThisEvent.hh" >> 45 #include "G4TouchableHistory.hh" >> 46 #include "G4Step.hh" >> 47 #include "G4Gamma.hh" 56 48 57 //....oooOO0OOooo........oooOO0OOooo........oo 49 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 58 50 59 TargetSD::TargetSD(const G4String& name) : G4V << 51 TargetSD::TargetSD(const G4String& name) >> 52 :G4VSensitiveDetector(name), >> 53 theHisto(Histo::GetPointer()), >> 54 evno(0) >> 55 {} 60 56 61 //....oooOO0OOooo........oooOO0OOooo........oo 57 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 62 58 63 TargetSD::~TargetSD() {} << 59 TargetSD::~TargetSD() >> 60 {} 64 61 65 //....oooOO0OOooo........oooOO0OOooo........oo 62 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 66 63 67 void TargetSD::Initialize(G4HCofThisEvent*) 64 void TargetSD::Initialize(G4HCofThisEvent*) 68 { 65 { 69 Run* run = static_cast<Run*>(G4RunManager::G << 66 evno++; 70 ++fEvno; << 67 if(0 < theHisto->GetVerbose()) 71 if (run->GetVerbose()) { << 68 G4cout << "TargetSD: Begin Of Event # " << evno << G4endl; 72 G4cout << "TargetSD: Begin Of Event # " << << 69 73 } << 74 } 70 } 75 71 76 //....oooOO0OOooo........oooOO0OOooo........oo 72 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 77 73 78 G4bool TargetSD::ProcessHits(G4Step* aStep, G4 74 G4bool TargetSD::ProcessHits(G4Step* aStep, G4TouchableHistory*) 79 { 75 { 80 Run* run = static_cast<Run*>(G4RunManager::G << 81 const G4Track* track = aStep->GetTrack(); 76 const G4Track* track = aStep->GetTrack(); 82 if (track->GetTrackID() == 1) { << 77 if(track->GetTrackID() == 1) theHisto->AddStepInTarget(); 83 run->AddStepInTarget(); << 84 } << 85 return true; 78 return true; 86 } 79 } 87 80 88 //....oooOO0OOooo........oooOO0OOooo........oo 81 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 89 82 90 void TargetSD::EndOfEvent(G4HCofThisEvent*) {} << 83 void TargetSD::EndOfEvent(G4HCofThisEvent*) >> 84 {} 91 85 92 //....oooOO0OOooo........oooOO0OOooo........oo 86 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 93 87 94 void TargetSD::clear() {} << 88 void TargetSD::clear() >> 89 {} 95 90 96 //....oooOO0OOooo........oooOO0OOooo........oo 91 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 97 92 98 void TargetSD::PrintAll() {} << 93 >> 94 void TargetSD::PrintAll() >> 95 {} 99 96 100 //....oooOO0OOooo........oooOO0OOooo........oo 97 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 98 101 99