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 // Authors: S. Guatelli and M. G. Pia, INFN Genova, Italy 27 // Previous authors: G. Guerrieri, S. Guatelli << 28 // Authors (since 2007): S. Guatelli, Universi << 29 // << 30 // Contribution: F. Ambroglini INFN Perugia, I << 31 // 27 // >> 28 // Based on code developed by the undergraduate student G. Guerrieri >> 29 // Note: this is a preliminary beta-version of the code; an improved >> 30 // version will be distributed in the next Geant4 public release, compliant >> 31 // with the design in a forthcoming publication, and subject to a >> 32 // design and code review. >> 33 // 32 #include "G4MIRDUpperLargeIntestine.hh" 34 #include "G4MIRDUpperLargeIntestine.hh" 33 35 34 #include "globals.hh" 36 #include "globals.hh" 35 #include "G4SystemOfUnits.hh" << 36 #include "G4SDManager.hh" 37 #include "G4SDManager.hh" 37 #include "G4VisAttributes.hh" 38 #include "G4VisAttributes.hh" 38 #include "G4EllipticalTube.hh" 39 #include "G4EllipticalTube.hh" 39 #include "G4UnionSolid.hh" 40 #include "G4UnionSolid.hh" 40 #include "G4RotationMatrix.hh" 41 #include "G4RotationMatrix.hh" 41 #include "G4ThreeVector.hh" 42 #include "G4ThreeVector.hh" 42 #include "G4VPhysicalVolume.hh" 43 #include "G4VPhysicalVolume.hh" 43 #include "G4PVPlacement.hh" 44 #include "G4PVPlacement.hh" 44 #include "G4LogicalVolume.hh" 45 #include "G4LogicalVolume.hh" 45 #include "G4HumanPhantomMaterial.hh" 46 #include "G4HumanPhantomMaterial.hh" 46 #include "G4HumanPhantomColour.hh" << 47 47 48 G4VPhysicalVolume* G4MIRDUpperLargeIntestine:: << 48 G4MIRDUpperLargeIntestine::G4MIRDUpperLargeIntestine() 49 G4VPhysicalVolume* mother, << 49 { 50 const G4String& colourName << 50 } 51 , G4bool wireFrame,G4bool) << 51 >> 52 G4MIRDUpperLargeIntestine::~G4MIRDUpperLargeIntestine() >> 53 { >> 54 } >> 55 >> 56 G4VPhysicalVolume* G4MIRDUpperLargeIntestine::ConstructUpperLargeIntestine(G4VPhysicalVolume* mother, G4String sex, G4bool sensitivity) 52 { 57 { 53 G4cout<<"Construct "<<volumeName<<" with mot << 58 G4cout << "ConstructUpperLargeIntestine for " << sex << G4endl; 54 59 55 auto* material = new G4HumanPhantomMaterial( << 60 G4HumanPhantomMaterial* material = new G4HumanPhantomMaterial(); 56 auto* soft = material -> GetMaterial("soft_t << 61 G4Material* soft = material -> GetMaterial("soft_tissue"); 57 delete material; << 62 delete material; 58 << 63 59 G4double dx = 2.5 * cm; // aU << 64 G4double dx = 2.16 * cm; 60 G4double dy = 2.5* cm; //bU << 65 G4double dy = 2.45 * cm; 61 G4double dz = 4.775 * cm; //dzU << 66 G4double dz = 4.3 * cm; 62 67 63 auto* AscendingColonUpperLargeIntestine = ne << 68 G4VSolid* AscendingColonUpperLargeIntestine = new G4EllipticalTube("AscendingColon",dx, dy, dz); 64 69 65 dx = 2.5 * cm;//bt << 70 dx = 2.45 * cm; 66 dy = 1.5 *cm;//ct << 71 dy = 1.35 *cm; 67 dz = 10.5* cm;//x1t << 72 dz = 9.06* cm; 68 73 69 auto* TraverseColonUpperLargeIntestine = new << 74 G4VSolid* TraverseColonUpperLargeIntestine = new G4EllipticalTube("TraverseColon",dx, dy, dz); 70 75 71 auto* relative_rm = new G4RotationMatrix(); << 76 G4RotationMatrix* relative_rm = new G4RotationMatrix(); 72 relative_rm -> rotateX(90. * degree); 77 relative_rm -> rotateX(90. * degree); 73 relative_rm -> rotateZ(0. * degree); 78 relative_rm -> rotateZ(0. * degree); 74 relative_rm -> rotateY(90. * degree); 79 relative_rm -> rotateY(90. * degree); 75 auto* upperLargeIntestine = new G4UnionSolid << 80 G4UnionSolid* upperLargeIntestine = new G4UnionSolid("UpperLargeIntestine", 76 AscendingColonUpperLargeInt << 81 AscendingColonUpperLargeIntestine, 77 TraverseColonUpperLargeInte << 82 TraverseColonUpperLargeIntestine, 78 relative_rm, << 83 relative_rm, 79 G4ThreeVector(8.0 *cm, 0.0, << 84 G4ThreeVector(7.2 *cm, 0.0, 5.65 * cm)); 80 << 81 85 82 auto* logicUpperLargeIntestine = new G4Logi << 83 "logical" + volumeName, << 84 nullptr, nullptr, nullptr); << 85 << 86 G4VPhysicalVolume* physUpperLargeIntestine = << 87 G4ThreeVector(-8.0 * cm, -2.3 << 88 "physicalUpperLargeIntestine" << 89 logicUpperLargeIntestine, << 90 mother, << 91 false, << 92 0, true); << 93 86 >> 87 G4LogicalVolume* logicUpperLargeIntestine = new G4LogicalVolume(upperLargeIntestine, soft, >> 88 "UpperLargeIntestineVolume", >> 89 0, 0, 0); >> 90 >> 91 G4VPhysicalVolume* physUpperLargeIntestine = new G4PVPlacement(0, >> 92 G4ThreeVector(-7.33 * cm, -2.31 *cm,-14.22 *cm), >> 93 "physicalUpperLargeIntestine", >> 94 logicUpperLargeIntestine, >> 95 mother, >> 96 false, >> 97 0); >> 98 >> 99 // Sensitive Body Part >> 100 if (sensitivity==true) >> 101 { >> 102 G4SDManager* SDman = G4SDManager::GetSDMpointer(); >> 103 logicUpperLargeIntestine->SetSensitiveDetector( SDman->FindSensitiveDetector("BodyPartSD") ); >> 104 } 94 105 95 // Visualization Attributes 106 // Visualization Attributes 96 // G4VisAttributes* UpperLargeIntestineVisA << 107 G4VisAttributes* UpperLargeIntestineVisAtt = new G4VisAttributes(G4Colour(1.0,1.0,0.0)); 97 auto* colourPointer = new G4HumanPhantomColo << 108 UpperLargeIntestineVisAtt->SetForceSolid(true); 98 G4Colour colour = colourPointer -> GetColour << 99 auto* UpperLargeIntestineVisAtt = new G4VisA << 100 UpperLargeIntestineVisAtt->SetForceSolid(wir << 101 logicUpperLargeIntestine->SetVisAttributes(U 109 logicUpperLargeIntestine->SetVisAttributes(UpperLargeIntestineVisAtt); 102 110 103 G4cout << "UpperLargeIntestine created !!!!! 111 G4cout << "UpperLargeIntestine created !!!!!!" << G4endl; 104 112 105 // Testing UpperLargeIntestine Volume 113 // Testing UpperLargeIntestine Volume 106 G4double UpperLargeIntestineVol = logicUpper 114 G4double UpperLargeIntestineVol = logicUpperLargeIntestine->GetSolid()->GetCubicVolume(); 107 G4cout << "Volume of UpperLargeIntestine = " 115 G4cout << "Volume of UpperLargeIntestine = " << UpperLargeIntestineVol/cm3 << " cm^3" << G4endl; 108 116 109 // Testing UpperLargeIntestine Material 117 // Testing UpperLargeIntestine Material 110 G4String UpperLargeIntestineMat = logicUpper 118 G4String UpperLargeIntestineMat = logicUpperLargeIntestine->GetMaterial()->GetName(); 111 G4cout << "Material of UpperLargeIntestine = 119 G4cout << "Material of UpperLargeIntestine = " << UpperLargeIntestineMat << G4endl; 112 120 113 // Testing Density 121 // Testing Density 114 G4double UpperLargeIntestineDensity = logicU 122 G4double UpperLargeIntestineDensity = logicUpperLargeIntestine->GetMaterial()->GetDensity(); 115 G4cout << "Density of Material = " << UpperL 123 G4cout << "Density of Material = " << UpperLargeIntestineDensity*cm3/g << " g/cm^3" << G4endl; 116 124 117 // Testing Mass 125 // Testing Mass 118 G4double UpperLargeIntestineMass = (UpperLar 126 G4double UpperLargeIntestineMass = (UpperLargeIntestineVol)*UpperLargeIntestineDensity; 119 G4cout << "Mass of UpperLargeIntestine = " < 127 G4cout << "Mass of UpperLargeIntestine = " << UpperLargeIntestineMass/gram << " g" << G4endl; 120 << 128 >> 129 121 return physUpperLargeIntestine; 130 return physUpperLargeIntestine; 122 } 131 } 123 132