GEANT4: Inner Poly Shield

Slides:



Advertisements
Similar presentations
Find the volume when the region enclosed by y = x and y = x 2 is rotated about the x-axis? - creates a horn shaped cone - area of the cone will be the.
Advertisements

Volume: The Disk Method
Calera High School STEM
Measuring Volume & Density By: Brianna Shields September 14, 2005.
COIN DENSITY OBJECTIVE: Review density by measuring mass and volume then calculating density. Pg. 22 of IAN.
Geometry I Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v8.2p01.
Geometry II Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v8.2p01.
Slide 1 Electric Field Lines 10/29/08. Slide 2Fig 25-21, p.778 Field lines at a conductor.
MICE PID Review 12 October Upstream PID simulation: Simulation Results II Hideyuki Sakamoto (Osaka Univ.) MICE Collaboration Meeting 12 th October.
The steps how to calculate mass, volume, and density
Geometric Solids EQ: What are the most common types of solids, what are cross sections and solids of revolution?
Tabular Editors for Geant4 Geant4 Geometry Editor and Geant4 Physics Editor CHEP 2000 at Padova Hajime Yoshida Naruto University of Education.
CATIA-G4/Root Geometry Builder. S. Belogurov 1,2, * Yu. Berchun 2, A. Chernogorov 1, *, P. Malzacher 3, E. Ovcharenko 1,2, *, A. Semennikov.
Layers of the Earth.
In the G4/ROOT hierarchy there are three conceptual layers: - G4VSolid: shape, size - G4VSolid: shape, size - G4LogicalVolume: material, MF, sensitivity,
© 2012 Pearson Education, Inc. { Chapter 22 Applying Gauss’s Law.
Geometry Detector geometry A detector geometry in Geant4 is made of a number of volumes. The largest volume is called the World volume. It must contain.
 Property- a characteristic that helps identify an object  *Some common properties are: color, shape, size, feel, taste, smell, mass, volume.
Work_Geant4 Bo-Wen Shiou. #include "G4RunManager.hh“ #include "G4RunManager.hh“ #include "G4UImanager.hh" #include "G4UImanager.hh" #include "ExN01DetectorConstruction.hh“
Volume, Mass, and Density Matter is anything that has mass and takes up space. Mass is a measure of how much matter is in an object. Mass can be expressed.
Density. Different substances have different densities. The density of a material does not depend on the size or amount of the substance you have. Density.
Properties of Matter Mass Volume Density.
Monte Carlo /12/07. What is Geant ? Monte Carlo simulation tool for nuclear and particle physics Set up detectors –Sensitive detector which returns.
Detector Description – Part I Ivana Hrivnacova, IPN Orsay Tatiana Nikitina, CERN Aknowledgement: Slides by: J.Apostolakis, G.Cosmo, A. Lechner
Introduction to Matter Lecture: Calculating Density.
What is Volume?. What is Volume? Volume is the amount of space inside an object.
Claim Evidence Reasoning
The relationship between the properties of matter and the structure of the Earth. -mass, volume, density, Earth’s interior, atmosphere.
VOLUME OF SOLID FIGURES BY: How To Find The Volume First find the area ( A ). A =  r square Then multiply the area ( A ) times the height ( H ). V =
Detector Description: Basics
Characteristic Physical Properties. Characteristic physical properties are properties that are unique to a substance and can be used to identify it. For.
Calculating Density Worksheet Review.  1. How close the particles are in a substance. Or how much mass fits in a certain space.  2. Density is “owned”
Earth’s Composition 9/21/15 7-1a pgs IN: What do you think the inside of the Earth looks like? (You can draw a model) (Glue in the new Table of.
Let’s look at the Earth.
Volume The amount of space an object takes up. 3 ways to measure volume Liquid Volume –Graduated cylinder mL Volume of a Regular Solid –Length x Width.
EARTH SCIENCE. What to expect  Earth  Its layers  How they behave  How new mantel is created.
Density. What is density? How much stuff is packed into a certain amount of space Ratio of mass to volume Mass Volume Density =
Calculations Involving Density Calculating Density from Mass and Volume.
Density February 8/9, Density Topic/QuestionFacts What is Density? What are the units for density? -Amount of matter packed into a certain amount.
Calculus April 13Volume: the Shell Method. Instead of cutting a cylinder into disks (think of cutting an onion into slices), we will look at layers of.
Choosing Disk or Shell Method Unit 6 Day 9. Do Now Give the following formulas for a horizontal axis of rotation. Disk method Washer method Shell method.
Objectives: Calculate the Volume of Prisms Calculate the Volume of Cylinders.
Volumize3d Volumize3d Training. Volumize3d Sections Introduction Assembly Transforms Boolean Logic Use Planner Volumize Expressions Scene Slicing and.
DENSITY Depends on: Depends on: Mass Mass Volume Volume D = m/v (g/cm 3 ) D = m/v (g/cm 3 ) Mass usually expressed in grams Volume usually expressed in.
Layers of the Earth These notes go on p. 5 of your INB.
What is the volume of a hula hoop?
Geometry Description for Cavern Background
Density Practice Problems
A large tank is designed with ends in the shape of the region between the curves {image} and {image} , measured in feet. Find the hydrostatic force on.
The Luxor.
A large tank is designed with ends in the shape of the region between the curves {image} and {image} , measured in feet. Find the hydrostatic force on.
Haileybury Astana Year 8 Science
Find the volume of the solid obtained by rotating about the x-axis the region under the curve {image} from x = 2 to x = 3. Select the correct answer. {image}
Find the volume of the solid obtained by rotating the region bounded by {image} and {image} about the x-axis. 1. {image}
LAYERS OF THE EARTH Layers Density/Pressure/Temp.
Label Name Label Name Label Name Label Name Label Name Label Name
Density.
Determining Density Chapter 2 Section 2 pp
Section 7.3 Calculus AP/Dual, Revised ©2016
User Application
The full set of lecture notes of this Geant4 Course is available at
© T Madas.
The full set of lecture notes of this Geant4 Course is available at
The full set of lecture notes of this Geant4 Course is available at
Word Problems using Sig. Figs.
Density Core Describe an experiment to determine the density of a liquid and of a regularly shaped solid and make the necessary calculation Supplement.
Particles and Density How does the arrangement of particles effect density ? How is density calculated ?
QUESTION NUMBER 1.
Volumes of Revolution: Disk and Washer Method
Presentation transcript:

GEANT4: Inner Poly Shield Prepared by Ron Ferril For Harry Nelson

Steps to Defining an Object Define a Material Define a Shape Define a Logical Volume Shape Material Define a Physical Volume Placement

Material //Poly density = 0.935*g/cm3; G4Material* poly= new G4Material(name="Poly", // A label "Poly" density, // Density of material ncomponents=2); // Number of elements poly->AddElement(H,natoms=2); // First element H poly->AddElement(C,natoms=1); // Second element C

Shape G4Tubs* solidpolyinnerside= new G4Tubs( "polyin1", // Label 33.655*cm,41.275*cm,35.56*cm, // Inner, outer, // half height 0.*deg,360.*deg); // Arc: start, end

Logical Volume G4LogicalVolume* logicpolyiside= new G4LogicalVolume( solidpolyinnerside, // The shape poly, // The material "lpolyiside"); // A label

Physical Volume G4PVPlacement* physpolyiside= new G4PVPlacement( 0, // No rotation. G4ThreeVector(), // Centered in the world. "innerpolyside", // A label. logicpolyiside, // The logical volume. physiWorld, // Inside the world volume. false, // No boolean operations. 0); // No field for volume.

Additional Tools Rotations Boolean Solids Assembly Volumes Union Solids Subtraction Solids Assembly Volumes