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" 37 #include "G4SystemOfUnits.hh" 36 #include "G4SDManager.hh" 38 #include "G4SDManager.hh" 37 #include "G4VisAttributes.hh" 39 #include "G4VisAttributes.hh" 38 #include "G4EllipticalTube.hh" 40 #include "G4EllipticalTube.hh" 39 #include "G4UnionSolid.hh" 41 #include "G4UnionSolid.hh" 40 #include "G4RotationMatrix.hh" 42 #include "G4RotationMatrix.hh" 41 #include "G4ThreeVector.hh" 43 #include "G4ThreeVector.hh" 42 #include "G4VPhysicalVolume.hh" 44 #include "G4VPhysicalVolume.hh" 43 #include "G4PVPlacement.hh" 45 #include "G4PVPlacement.hh" 44 #include "G4LogicalVolume.hh" 46 #include "G4LogicalVolume.hh" 45 #include "G4HumanPhantomMaterial.hh" 47 #include "G4HumanPhantomMaterial.hh" 46 #include "G4HumanPhantomColour.hh" 48 #include "G4HumanPhantomColour.hh" 47 49 >> 50 G4MIRDUpperLargeIntestine::G4MIRDUpperLargeIntestine() >> 51 { >> 52 } >> 53 >> 54 G4MIRDUpperLargeIntestine::~G4MIRDUpperLargeIntestine() >> 55 { >> 56 } >> 57 48 G4VPhysicalVolume* G4MIRDUpperLargeIntestine:: 58 G4VPhysicalVolume* G4MIRDUpperLargeIntestine::Construct(const G4String& volumeName, 49 G4VPhysicalVolume* mother, << 59 G4VPhysicalVolume* mother, 50 const G4String& colourName << 60 const G4String& colourName 51 , G4bool wireFrame,G4bool) << 61 , G4bool wireFrame,G4bool sensitivity) 52 { 62 { 53 G4cout<<"Construct "<<volumeName<<" with mot << 63 G4cout << "Construct " << volumeName<< G4endl; 54 64 55 auto* material = new G4HumanPhantomMaterial( << 65 G4HumanPhantomMaterial* material = new G4HumanPhantomMaterial(); 56 auto* soft = material -> GetMaterial("soft_t << 66 G4Material* soft = material -> GetMaterial("soft_tissue"); 57 delete material; << 67 delete material; 58 << 68 59 G4double dx = 2.5 * cm; // aU << 69 G4double dx = 2.5 * cm; // aU 60 G4double dy = 2.5* cm; //bU << 70 G4double dy = 2.5* cm; //bU 61 G4double dz = 4.775 * cm; //dzU << 71 G4double dz = 4.775 * cm; //dzU 62 72 63 auto* AscendingColonUpperLargeIntestine = ne << 73 G4VSolid* AscendingColonUpperLargeIntestine = new G4EllipticalTube("AscendingColon",dx, dy, dz); 64 74 65 dx = 2.5 * cm;//bt 75 dx = 2.5 * cm;//bt 66 dy = 1.5 *cm;//ct 76 dy = 1.5 *cm;//ct 67 dz = 10.5* cm;//x1t 77 dz = 10.5* cm;//x1t 68 78 69 auto* TraverseColonUpperLargeIntestine = new << 79 G4VSolid* TraverseColonUpperLargeIntestine = new G4EllipticalTube("TraverseColon",dx, dy, dz); 70 80 71 auto* relative_rm = new G4RotationMatrix(); << 81 G4RotationMatrix* relative_rm = new G4RotationMatrix(); 72 relative_rm -> rotateX(90. * degree); 82 relative_rm -> rotateX(90. * degree); 73 relative_rm -> rotateZ(0. * degree); 83 relative_rm -> rotateZ(0. * degree); 74 relative_rm -> rotateY(90. * degree); 84 relative_rm -> rotateY(90. * degree); 75 auto* upperLargeIntestine = new G4UnionSolid << 85 G4UnionSolid* upperLargeIntestine = new G4UnionSolid("UpperLargeIntestine", 76 AscendingColonUpperLargeInt << 86 AscendingColonUpperLargeIntestine, 77 TraverseColonUpperLargeInte << 87 TraverseColonUpperLargeIntestine, 78 relative_rm, << 88 relative_rm, 79 G4ThreeVector(8.0 *cm, 0.0, << 89 G4ThreeVector(8.50 *cm, 0.0,6.275 * cm)); //,0,dzU + ct transverse 80 90 81 91 82 auto* logicUpperLargeIntestine = new G4Logi << 92 G4LogicalVolume* logicUpperLargeIntestine = new G4LogicalVolume(upperLargeIntestine, soft, 83 "logical" + volumeName, 93 "logical" + volumeName, 84 nullptr, nullptr, nullptr); << 94 0, 0, 0); 85 95 86 G4VPhysicalVolume* physUpperLargeIntestine = << 96 G4VPhysicalVolume* physUpperLargeIntestine = new G4PVPlacement(0, 87 G4ThreeVector(-8.0 * cm, -2.3 << 97 G4ThreeVector(-8.50 * cm, -2.36 *cm,-15.775 *cm), 88 "physicalUpperLargeIntestine" 98 "physicalUpperLargeIntestine", //xo, yo, zo ascending colon 89 logicUpperLargeIntestine, << 99 logicUpperLargeIntestine, 90 mother, << 100 mother, 91 false, << 101 false, 92 0, true); << 102 0, true); 93 << 103 >> 104 // Sensitive Body Part >> 105 if (sensitivity==true) >> 106 { >> 107 G4SDManager* SDman = G4SDManager::GetSDMpointer(); >> 108 logicUpperLargeIntestine->SetSensitiveDetector( SDman->FindSensitiveDetector("BodyPartSD") ); >> 109 } 94 110 95 // Visualization Attributes 111 // Visualization Attributes 96 // G4VisAttributes* UpperLargeIntestineVisA 112 // G4VisAttributes* UpperLargeIntestineVisAtt = new G4VisAttributes(G4Colour(1.0,1.0,0.0)); 97 auto* colourPointer = new G4HumanPhantomColo << 113 G4HumanPhantomColour* colourPointer = new G4HumanPhantomColour(); 98 G4Colour colour = colourPointer -> GetColour 114 G4Colour colour = colourPointer -> GetColour(colourName); 99 auto* UpperLargeIntestineVisAtt = new G4VisA << 115 G4VisAttributes* UpperLargeIntestineVisAtt = new G4VisAttributes(colour); 100 UpperLargeIntestineVisAtt->SetForceSolid(wir 116 UpperLargeIntestineVisAtt->SetForceSolid(wireFrame); 101 logicUpperLargeIntestine->SetVisAttributes(U 117 logicUpperLargeIntestine->SetVisAttributes(UpperLargeIntestineVisAtt); 102 118 103 G4cout << "UpperLargeIntestine created !!!!! 119 G4cout << "UpperLargeIntestine created !!!!!!" << G4endl; 104 120 105 // Testing UpperLargeIntestine Volume 121 // Testing UpperLargeIntestine Volume 106 G4double UpperLargeIntestineVol = logicUpper 122 G4double UpperLargeIntestineVol = logicUpperLargeIntestine->GetSolid()->GetCubicVolume(); 107 G4cout << "Volume of UpperLargeIntestine = " 123 G4cout << "Volume of UpperLargeIntestine = " << UpperLargeIntestineVol/cm3 << " cm^3" << G4endl; 108 124 109 // Testing UpperLargeIntestine Material 125 // Testing UpperLargeIntestine Material 110 G4String UpperLargeIntestineMat = logicUpper 126 G4String UpperLargeIntestineMat = logicUpperLargeIntestine->GetMaterial()->GetName(); 111 G4cout << "Material of UpperLargeIntestine = 127 G4cout << "Material of UpperLargeIntestine = " << UpperLargeIntestineMat << G4endl; 112 128 113 // Testing Density 129 // Testing Density 114 G4double UpperLargeIntestineDensity = logicU 130 G4double UpperLargeIntestineDensity = logicUpperLargeIntestine->GetMaterial()->GetDensity(); 115 G4cout << "Density of Material = " << UpperL 131 G4cout << "Density of Material = " << UpperLargeIntestineDensity*cm3/g << " g/cm^3" << G4endl; 116 132 117 // Testing Mass 133 // Testing Mass 118 G4double UpperLargeIntestineMass = (UpperLar 134 G4double UpperLargeIntestineMass = (UpperLargeIntestineVol)*UpperLargeIntestineDensity; 119 G4cout << "Mass of UpperLargeIntestine = " < 135 G4cout << "Mass of UpperLargeIntestine = " << UpperLargeIntestineMass/gram << " g" << G4endl; 120 << 136 >> 137 121 return physUpperLargeIntestine; 138 return physUpperLargeIntestine; 122 } 139 } 123 140