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 // $Id: FCALTestbeamSetupSD.cc,v 1.11 2006-06-29 16:03:25 gunter Exp $ >> 27 // GEANT4 tag $Name: not supported by cvs2svn $ 26 // 28 // 27 // 29 // 28 30 29 //....oooOO0OOooo........oooOO0OOooo........oo 31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 30 //....oooOO0OOooo........oooOO0OOooo........oo 32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 31 33 32 #include <iostream> << 33 << 34 #include "FCALTestbeamSetupSD.hh" 34 #include "FCALTestbeamSetupSD.hh" 35 35 36 #include "FCALCalorHit.hh" 36 #include "FCALCalorHit.hh" 37 37 38 #include "FCALTestbeamSetup.hh" 38 #include "FCALTestbeamSetup.hh" 39 39 40 #include "G4SystemOfUnits.hh" << 41 #include "G4VPhysicalVolume.hh" 40 #include "G4VPhysicalVolume.hh" 42 #include "G4Step.hh" 41 #include "G4Step.hh" 43 #include "G4Track.hh" 42 #include "G4Track.hh" 44 #include "G4VTouchable.hh" 43 #include "G4VTouchable.hh" 45 #include "G4TouchableHistory.hh" 44 #include "G4TouchableHistory.hh" 46 #include "G4SDManager.hh" 45 #include "G4SDManager.hh" 47 46 48 #include "G4ios.hh" 47 #include "G4ios.hh" >> 48 #include <iostream> >> 49 #include <fstream> 49 50 50 //....oooOO0OOooo........oooOO0OOooo........oo 51 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 51 52 52 FCALTestbeamSetupSD::FCALTestbeamSetupSD(G4Str 53 FCALTestbeamSetupSD::FCALTestbeamSetupSD(G4String name) : G4VSensitiveDetector(name) 53 {} << 54 {;} 54 55 55 //....oooOO0OOooo........oooOO0OOooo........oo 56 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 56 57 57 FCALTestbeamSetupSD::~FCALTestbeamSetupSD() 58 FCALTestbeamSetupSD::~FCALTestbeamSetupSD() 58 {} << 59 {;} 59 60 60 //....oooOO0OOooo........oooOO0OOooo........oo 61 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 61 62 62 void FCALTestbeamSetupSD::Initialize(G4HCofThi 63 void FCALTestbeamSetupSD::Initialize(G4HCofThisEvent*) 63 { 64 { 64 EBeamS1 = EBeamS2 = EBeamS3 = 0.; 65 EBeamS1 = EBeamS2 = EBeamS3 = 0.; 65 EHoleScint = EBeamHole = 0.; 66 EHoleScint = EBeamHole = 0.; 66 EBeamDead = 0; 67 EBeamDead = 0; 67 G4int j; 68 G4int j; 68 for (j =0 ; j<NLENGTH ; j++) { << 69 for (j =0 ; j<8 ; j++) { ETailVis[j] = 0.;}; 69 ETailVis[j] = 0.; << 70 for (j =0 ; j<7 ; j++) { ETailDep[j] = 0.;}; 70 ETailDep[j] = 0.; << 71 } << 72 TailCatcherID = 0; 71 TailCatcherID = 0; 73 } 72 } 74 73 75 //....oooOO0OOooo........oooOO0OOooo........oo 74 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 76 75 77 G4bool FCALTestbeamSetupSD::ProcessHits(G4Step 76 G4bool FCALTestbeamSetupSD::ProcessHits(G4Step* aStep,G4TouchableHistory*) 78 { 77 { 79 78 80 G4double edep = aStep->GetTotalEnergyDeposit 79 G4double edep = aStep->GetTotalEnergyDeposit(); 81 if (edep==0.) return true; << 80 if (edep==0.) return false; 82 81 83 G4TouchableHistory* theTouchable 82 G4TouchableHistory* theTouchable 84 = (G4TouchableHistory*)(aStep->GetPreStepP 83 = (G4TouchableHistory*)(aStep->GetPreStepPoint()->GetTouchable()); 85 G4VPhysicalVolume* physVol = theTouchable->G 84 G4VPhysicalVolume* physVol = theTouchable->GetVolume(); 86 85 87 G4String name = physVol->GetName(); << 88 TailCatcherID = physVol->GetCopyNo(); << 89 86 90 if(name == "ScintS1Physical") { << 87 if(strcmp(physVol->GetName(),"ScintS1Physical")==0) { 91 EBeamS1 = EBeamS1 + edep;} 88 EBeamS1 = EBeamS1 + edep;} 92 89 93 else if(name == "ScintS2Physical") { << 90 if(strcmp(physVol->GetName(),"ScintS2Physical")==0) { 94 EBeamS2 = EBeamS2 + edep;} 91 EBeamS2 = EBeamS2 + edep;} 95 92 96 else if(name == "ScintS3Physical") { << 93 if(strcmp(physVol->GetName(),"ScintS3Physical")==0) { 97 EBeamS3 = EBeamS3 + edep;} 94 EBeamS3 = EBeamS3 + edep;} 98 95 99 else if(name == "HoleScintPhysical"){ EHoleS << 96 if(strcmp(physVol->GetName(),"HoleScintPhysical")==0){ EHoleScint =+ edep;} 100 else if(name == "HoleCntrScintPhysical"){ << 97 if(strcmp(physVol->GetName(),"HoleCntrScintPhysical")==0){ 101 EBeamHole = EBeamHole + edep;} 98 EBeamHole = EBeamHole + edep;} 102 99 103 else if(name == "MWPCPhysical") { EBeamDead << 100 if(strcmp(physVol->GetName(),"MWPCPhysical")==0) { EBeamDead =+ edep;}; 104 else if(name == "HoleCntrPbPhysical") { EBea << 101 if(strcmp(physVol->GetName(),"HoleCntrPbPhysical")==0) { EBeamDead =+ edep;}; 105 else if(name == "HoleCntrAlPhysical") { EBea << 102 if(strcmp(physVol->GetName(),"HoleCntrAlPhysical")==0) { EBeamDead =+ edep;}; 106 else if(name == "LeadWallPhysical") { EBeamD << 103 if(strcmp(physVol->GetName(),"LeadWallPhysical")==0) { EBeamDead =+ edep;}; 107 else if(name == "IronWallPhysical") { EBeamD << 104 if(strcmp(physVol->GetName(),"IronWallPhysical")==0) { EBeamDead =+ edep;}; 108 else if(TailCatcherID >= 0 && TailCatcherID << 105 109 if(name == "BigScintPhysical") { << 106 if(strcmp(physVol->GetName(),"BigScintPhysical")==0) { 110 ETailVis[TailCatcherID] += edep; << 107 TailCatcherID = physVol->GetCopyNo(); 111 } << 108 if(TailCatcherID > 0) ETailVis[TailCatcherID] =+ edep; 112 else if(name == "SmallScintPhysical") { << 109 } 113 if(TailCatcherID+3 < NLENGTH) ETailVis[ << 110 if(strcmp(physVol->GetName(),"SmallScintPhysical")==0) { 114 } << 111 TailCatcherID = physVol->GetCopyNo(); 115 else if(name == "BigIronPhysical") { << 112 if(TailCatcherID > 0) ETailVis[TailCatcherID + 3] =+ edep; 116 ETailDep[TailCatcherID] += edep; << 113 } 117 } << 114 118 else if(name == "SmallIronPhysical") { << 115 if(strcmp(physVol->GetName(),"BigIronPhysical")==0) { 119 if(TailCatcherID+2 < NLENGTH) ETailDep[ << 116 TailCatcherID = physVol->GetCopyNo(); 120 } << 117 if(TailCatcherID > 0) ETailDep[TailCatcherID] =+ edep; >> 118 } >> 119 if(strcmp(physVol->GetName(),"SmallIronPhysical")==0) { >> 120 TailCatcherID = physVol->GetCopyNo(); >> 121 if(TailCatcherID > 0) ETailDep[TailCatcherID+2] =+ edep; 121 } 122 } 122 123 123 return true; 124 return true; 124 } 125 } 125 126 126 //....oooOO0OOooo........oooOO0OOooo........oo 127 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 127 128 128 void FCALTestbeamSetupSD::EndOfEvent(G4HCofThi 129 void FCALTestbeamSetupSD::EndOfEvent(G4HCofThisEvent*) 129 { 130 { 130 G4cout << " Visisble Energy in S1 , S2 , S3 131 G4cout << " Visisble Energy in S1 , S2 , S3 in (MeV)" << G4endl; 131 G4cout << EBeamS1/MeV << " " << EBeamS2/MeV 132 G4cout << EBeamS1/MeV << " " << EBeamS2/MeV << " " << EBeamS3/MeV << " " << G4endl; 132 133 133 G4cout << " Visible Energy in Hole Counter 134 G4cout << " Visible Energy in Hole Counter (MeV) " << G4endl; 134 G4cout << EHoleScint/MeV << " " << EBeamHole 135 G4cout << EHoleScint/MeV << " " << EBeamHole/MeV << G4endl; 135 136 136 G4cout << " Visible Energy in Upstream Dead 137 G4cout << " Visible Energy in Upstream Dead Materials " << G4endl; 137 G4cout << EBeamDead/MeV << G4endl; 138 G4cout << EBeamDead/MeV << G4endl; 138 139 139 G4cout << " Visible Energy in Tail Catcher S 140 G4cout << " Visible Energy in Tail Catcher Scintillator" << G4endl; 140 G4int j; 141 G4int j; 141 for (j=1; j<8 ; j++) {G4cout << ETailVis[j] 142 for (j=1; j<8 ; j++) {G4cout << ETailVis[j]/MeV << " " ;}; G4cout << G4endl; 142 143 143 G4cout << " Visible Energy in Tail Catcher A 144 G4cout << " Visible Energy in Tail Catcher Absorber" << G4endl; 144 for (j=1; j<7 ; j++) {G4cout << ETailDep[j] 145 for (j=1; j<7 ; j++) {G4cout << ETailDep[j]/MeV << " " ;}; G4cout << G4endl; 145 146 >> 147 // Write data in File >> 148 //------------------- >> 149 G4String FileName = "Beam_802_1mm.dat"; >> 150 std::ios::openmode iostemp; >> 151 if(InitBeam == 0) { >> 152 iostemp = std::ios::out; >> 153 InitBeam++; >> 154 } else { >> 155 iostemp = std::ios::out|std::ios::app; >> 156 }; >> 157 >> 158 std::ofstream BeamDatafile(FileName, iostemp); >> 159 // BeamDatafile.precision(5); >> 160 >> 161 BeamDatafile << EBeamS1/MeV << " " << EBeamS2/MeV << " " << EBeamS3/MeV << std::endl; >> 162 BeamDatafile << EBeamHole/MeV << std::endl; >> 163 BeamDatafile << EBeamDead/MeV << std::endl; >> 164 for (j=1; j<8 ; j++) { BeamDatafile << ETailVis[j]/MeV << " " ;} ; BeamDatafile << std::endl; >> 165 for (j=1; j<7 ; j++) { BeamDatafile << ETailDep[j]/MeV << " " ;} ; BeamDatafile << std::endl; >> 166 >> 167 BeamDatafile.close(); >> 168 >> 169 146 } 170 } 147 171 148 //....oooOO0OOooo........oooOO0OOooo........oo 172 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 149 173 150 void FCALTestbeamSetupSD::clear() 174 void FCALTestbeamSetupSD::clear() 151 {} 175 {} 152 176 153 //....oooOO0OOooo........oooOO0OOooo........oo 177 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 154 178 155 void FCALTestbeamSetupSD::DrawAll() 179 void FCALTestbeamSetupSD::DrawAll() 156 {} 180 {} 157 181 158 //....oooOO0OOooo........oooOO0OOooo........oo 182 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 159 183 160 void FCALTestbeamSetupSD::PrintAll() 184 void FCALTestbeamSetupSD::PrintAll() 161 {} 185 {} 162 186 163 //....oooOO0OOooo........oooOO0OOooo........oo 187 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 164 188 165 189