Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 // 26 // >> 27 // $Id: XrayFluoEventAction.cc >> 28 // GEANT4 tag $Name: xray_fluo-V03-02-00 27 // 29 // 28 // Author: Elena Guardincerri (Elena.Guardince 30 // Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) 29 // 31 // 30 // History: 32 // History: 31 // ----------- 33 // ----------- 32 // 28 Nov 2001 Elena Guardincerri Created 34 // 28 Nov 2001 Elena Guardincerri Created 33 // 15 Jul 2003 Alfonso Mantero "Detecto 35 // 15 Jul 2003 Alfonso Mantero "DetectorType" use integration 34 // 23 Sep 2003 Alfonso Mantero differnt 36 // 23 Sep 2003 Alfonso Mantero differnt geometries integration 35 // 37 // 36 // ------------------------------------------- 38 // ------------------------------------------------------------------- 37 39 38 #include "XrayFluoEventAction.hh" 40 #include "XrayFluoEventAction.hh" 39 #include "XrayFluoSensorHit.hh" 41 #include "XrayFluoSensorHit.hh" 40 #include "XrayFluoEventActionMessenger.hh" 42 #include "XrayFluoEventActionMessenger.hh" >> 43 >> 44 //#include "XrayFluoRunAction.hh" 41 #include "XrayFluoDataSet.hh" 45 #include "XrayFluoDataSet.hh" >> 46 42 #include "XrayFluoAnalysisManager.hh" 47 #include "XrayFluoAnalysisManager.hh" 43 48 44 #include "G4SystemOfUnits.hh" 49 #include "G4SystemOfUnits.hh" 45 #include "G4Event.hh" 50 #include "G4Event.hh" 46 #include "G4EventManager.hh" 51 #include "G4EventManager.hh" 47 #include "G4HCofThisEvent.hh" 52 #include "G4HCofThisEvent.hh" 48 #include "G4VHitsCollection.hh" 53 #include "G4VHitsCollection.hh" 49 #include "G4SDManager.hh" 54 #include "G4SDManager.hh" 50 #include "G4UImanager.hh" 55 #include "G4UImanager.hh" 51 #include "G4ios.hh" 56 #include "G4ios.hh" 52 #include "G4UnitsTable.hh" 57 #include "G4UnitsTable.hh" 53 #include "Randomize.hh" 58 #include "Randomize.hh" 54 #include <fstream> 59 #include <fstream> 55 << 56 //....oooOO0OOooo........oooOO0OOooo........oo 60 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 57 61 58 XrayFluoEventAction::XrayFluoEventAction(const << 62 XrayFluoEventAction::XrayFluoEventAction(XrayFluoDetectorConstruction* det) 59 :drawFlag("all"), 63 :drawFlag("all"), 60 HPGeCollID(0), 64 HPGeCollID(0), 61 eventMessenger(0), 65 eventMessenger(0), 62 printModulo(1), 66 printModulo(1), 63 detectorType(0) 67 detectorType(0) 64 { 68 { 65 eventMessenger = new XrayFluoEventActionMess 69 eventMessenger = new XrayFluoEventActionMessenger(this); 66 70 67 if (!(det->GetPhaseSpaceFlag()) ){ 71 if (!(det->GetPhaseSpaceFlag()) ){ 68 detectorType = det->GetDetectorType(); 72 detectorType = det->GetDetectorType(); 69 HPGeCollID=-1; 73 HPGeCollID=-1; 70 } 74 } >> 75 >> 76 //runManager = new XrayFluoRunAction(); >> 77 G4cout << "XrayFluoEventAction created" << G4endl; 71 } 78 } 72 79 73 //....oooOO0OOooo........oooOO0OOooo........oo 80 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 74 81 75 XrayFluoEventAction::XrayFluoEventAction(const << 82 XrayFluoEventAction::XrayFluoEventAction(XrayFluoPlaneDetectorConstruction* det) 76 :drawFlag("all"), 83 :drawFlag("all"), 77 HPGeCollID(-1), 84 HPGeCollID(-1), 78 eventMessenger(0), 85 eventMessenger(0), 79 printModulo(1), 86 printModulo(1), 80 detectorType(0) 87 detectorType(0) 81 { 88 { 82 eventMessenger = new XrayFluoEventActionMess 89 eventMessenger = new XrayFluoEventActionMessenger(this); 83 detectorType = det->GetDetectorType(); 90 detectorType = det->GetDetectorType(); >> 91 >> 92 //runManager = new XrayFluoRunAction(); >> 93 G4cout << "XrayFluoEventAction created" << G4endl; 84 } 94 } 85 95 86 //....oooOO0OOooo........oooOO0OOooo........oo 96 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 87 97 88 XrayFluoEventAction::XrayFluoEventAction(const << 98 XrayFluoEventAction::XrayFluoEventAction(XrayFluoMercuryDetectorConstruction* det) 89 :drawFlag("all"), 99 :drawFlag("all"), 90 HPGeCollID(-1), 100 HPGeCollID(-1), 91 eventMessenger(0), 101 eventMessenger(0), 92 printModulo(1), 102 printModulo(1), 93 detectorType(0) 103 detectorType(0) 94 { 104 { 95 eventMessenger = new XrayFluoEventActionMess 105 eventMessenger = new XrayFluoEventActionMessenger(this); 96 detectorType = det->GetDetectorType(); 106 detectorType = det->GetDetectorType(); >> 107 >> 108 //runManager = new XrayFluoRunAction(); >> 109 G4cout << "XrayFluoEventAction created" << G4endl; 97 } 110 } 98 111 99 //....oooOO0OOooo........oooOO0OOooo........oo 112 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 100 113 >> 114 >> 115 >> 116 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 117 101 XrayFluoEventAction::~XrayFluoEventAction() 118 XrayFluoEventAction::~XrayFluoEventAction() 102 { 119 { 103 delete eventMessenger; 120 delete eventMessenger; 104 eventMessenger = 0; 121 eventMessenger = 0; >> 122 //delete runManager; >> 123 //runManager = 0; >> 124 G4cout << "XrayFluoEventAction deleted" << G4endl; 105 } 125 } 106 126 107 //....oooOO0OOooo........oooOO0OOooo........oo 127 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 108 128 109 void XrayFluoEventAction::BeginOfEventAction(c 129 void XrayFluoEventAction::BeginOfEventAction(const G4Event* evt) 110 { 130 { 111 131 112 G4int eventNumber = (evt->GetEventID())+1; 132 G4int eventNumber = (evt->GetEventID())+1; 113 if ( eventNumber == 1){ 133 if ( eventNumber == 1){ 114 134 115 G4cout << "# = 100000 events" << G4endl; 135 G4cout << "# = 100000 events" << G4endl; 116 G4cout << "1--------+---------+---------+--- 136 G4cout << "1--------+---------+---------+---------+---------5e6"<<G4endl; 117 } 137 } 118 138 119 if ( ((eventNumber) % 100000) == 0 ) { 139 if ( ((eventNumber) % 100000) == 0 ) { 120 140 121 if ( eventNumber % (G4int)5e6 != 0 ) G4cou 141 if ( eventNumber % (G4int)5e6 != 0 ) G4cout << "#" << std::flush; 122 else G4cout << "#"<< G4endl; << 142 else G4cout << "#"<< G4endl; >> 143 // if ( eventNumber % 5e6 == 0 ) G4cout << "#"<< G4endl; >> 144 #ifdef G4ANALYSIS_USE >> 145 XrayFluoAnalysisManager* analysis = XrayFluoAnalysisManager::getInstance(); >> 146 analysis->PlotCurrentResults(); >> 147 #endif 123 } 148 } 124 149 125 if (HPGeCollID==-1) << 150 if (HPGeCollID==-1) >> 151 126 { 152 { 127 G4SDManager * SDman = G4SDManager::GetSD 153 G4SDManager * SDman = G4SDManager::GetSDMpointer(); 128 HPGeCollID = SDman->GetCollectionID("HPG 154 HPGeCollID = SDman->GetCollectionID("HPGeCollection"); 129 //the pointer points to the ID number of 155 //the pointer points to the ID number of the sensitive detector 130 } 156 } 131 } 157 } 132 158 133 //....oooOO0OOooo........oooOO0OOooo........oo 159 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 134 160 135 void XrayFluoEventAction::EndOfEventAction(con 161 void XrayFluoEventAction::EndOfEventAction(const G4Event* evt) 136 { 162 { >> 163 137 if (detectorType) { 164 if (detectorType) { 138 165 139 // extracted from hits, compute the total 166 // extracted from hits, compute the total energy deposit (and total charged 140 // track length) 167 // track length) 141 G4HCofThisEvent* HCE = evt->GetHCofThisEve 168 G4HCofThisEvent* HCE = evt->GetHCofThisEvent(); 142 169 143 XrayFluoSensorHitsCollection* HPGeHC = 0; 170 XrayFluoSensorHitsCollection* HPGeHC = 0; 144 G4int n_hit = 0; 171 G4int n_hit = 0; 145 G4double totEnergy=0., energyD=0.; << 172 G4double totEnergyDetect=0., totEnergy=0., energyD=0.; 146 173 147 if (HCE) HPGeHC = << 174 if (HCE) HPGeHC = (XrayFluoSensorHitsCollection*)(HCE->GetHC(HPGeCollID)); 148 (XrayFluoSensorHitsCollection*)(HCE->Get << 175 if(HPGeHC) 149 << 176 150 if(HPGeHC) << 177 151 { 178 { 152 n_hit = HPGeHC->entries(); 179 n_hit = HPGeHC->entries(); 153 << 180 >> 181 // if (n_hit) {G4cout << "Ecco quante hit ho nel detector "<< n_hit << G4endl;} >> 182 154 for (G4int i=0;i<n_hit;i++) 183 for (G4int i=0;i<n_hit;i++) 155 { 184 { >> 185 156 totEnergy += (*HPGeHC)[i]->GetEdepTot(); 186 totEnergy += (*HPGeHC)[i]->GetEdepTot(); 157 energyD = detectorType->ResponseFunction << 187 >> 188 >> 189 >> 190 energyD = detectorType->ResponseFunction(totEnergy); >> 191 // energyD = totEnergy; >> 192 // G4cout << "energy deposit: "<< totEnergy << G4endl; >> 193 #ifdef G4ANALYSIS_USE 158 XrayFluoAnalysisManager* analysis = Xray 194 XrayFluoAnalysisManager* analysis = XrayFluoAnalysisManager::getInstance(); 159 analysis->analyseEnergyDep(energyD); 195 analysis->analyseEnergyDep(energyD); >> 196 #endif >> 197 totEnergyDetect += energyD; >> 198 >> 199 160 } 200 } 161 } 201 } 162 } 202 } 163 } 203 } 164 204 165 //....oooOO0OOooo........oooOO0OOooo........oo 205 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 166 206 167 207 >> 208 168 G4double XrayFluoEventAction::RandomCut(G4doub 209 G4double XrayFluoEventAction::RandomCut(G4double energy) 169 210 170 { 211 { 171 G4double efficiency = 1.; 212 G4double efficiency = 1.; 172 G4double F = 0.15; 213 G4double F = 0.15; 173 G4double epsilon = 2.96 * eV; 214 G4double epsilon = 2.96 * eV; 174 G4double deltaE = 220 * eV; 215 G4double deltaE = 220 * eV; 175 G4double EdepDetect = 0.; 216 G4double EdepDetect = 0.; 176 << 217 //const XrayFluoDataSet* dataSet = runManager->GetEfficiencySet(); >> 218 >> 219 //G4double id = 0; >> 220 >> 221 //efficiency = dataSet->FindValue(energy,id); >> 222 177 G4double Random = G4UniformRand(); 223 G4double Random = G4UniformRand(); 178 224 179 if ( Random<efficiency ) << 225 if ( Random<efficiency ) 180 { << 226 { 181 G4double sigma = std::sqrt(F*epsilon*ene << 227 G4double sigma = std::sqrt(F*epsilon*energy+std::pow(deltaE/2355,2)); 182 EdepDetect = G4RandGauss::shoot(energy, << 183 << 184 } << 185 else {EdepDetect = 0.;} << 186 228 187 return EdepDetect; << 229 EdepDetect = G4RandGauss::shoot(energy, sigma ); >> 230 >> 231 } >> 232 else {EdepDetect = 0.;} >> 233 return EdepDetect; >> 234 188 } 235 } 189 236 190 237 191 238