1 / 65

Логашенко И.Б. Современные методы обработки экспериментальных данных

Логашенко И.Б. Современные методы обработки экспериментальных данных. GEANT4 – программный пакет для моделирования взаимодействия элементарных частиц с веществом. Документация. Веб-страница http://geant4.cern.ch Руководство пользователя

Télécharger la présentation

Логашенко И.Б. Современные методы обработки экспериментальных данных

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Логашенко И.Б.Современные методы обработки экспериментальных данных GEANT4 – программный пакет для моделирования взаимодействия элементарных частиц с веществом

  2. Документация • Веб-страница • http://geant4.cern.ch • Руководство пользователя • http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/index.html • Подробное описание классов • http://geant4.cern.ch/bin/SRM/G4GenDoc.csh?flag=1 • http://www-geant4.kek.jp/lxr/source/ Современные методы обработки экспериментальных данных

  3. Запуск примера • Зайдите на class-lin • Скопируйте директорию • mkdir geant4 • cd geant4 • cp /home/Logashenko/geant4/setenv.sh . • cp –r /home/Logashenko/geant4/simple . • Отредактируйте setenv.sh • Откомпилируйте пример • source setenv.sh • cd simple • gmake • Запустите пример • ../bin/Linux-g++/exampleN03 run1.mac Современные методы обработки экспериментальных данных

  4. http://cern.ch/geant4/geant4http://www.ge.infn.it/geant4 Overview of applications

  5. 800 700 600 180 GeV μ 500 Events/10 nA 400 300 200 100 0 -100 0 100 200 300 400 500 Calorimeter Signal [nA] ATLAS Extensive comparisons with test beam data (activity in progress) HEC Testbeam: Muon Response Comparisons Courtesy of ATLAS Collaboration

  6. AGILE GLAST GLAST g astrophysics g-ray bursts GLAST Typical telescope: Tracker Calorimeter Anticoincidence • g conversion • electron interactions • multiple scattering • d-ray production • charged particle tracking

  7. Central-Axis depth dose Profile curves at 9.8 cm depth PLATO overestimates the dose at ~ 5% level Comparison with commercial treatment planning systems M. C. Lopes IPOFG-CROC Coimbra Oncological Regional Center L. Peralta, P. Rodrigues, A. Trindade LIP - Lisbon CT-simulation with a Rando phantom Experimental data with TLD LiF dosimeter CT images used to define the geometry: a thorax slice from a Rando anthropomorphic phantom

  8. Dosimetry in interplanetary missions Aurora Programme vehicle concept Dose in astronaut resulting from Galactic Cosmic Rays

  9. GATEa Geant4 based simulation platform, designed for PET and SPECT GATE Collaboration Recently released as an open source software system under GPL >400 registered users worldwide

  10. Geant4 analytical phantoms 1 skull 2 thyroid 3 spine 4 lungs 5 breast 6 heart 7 liver 8 stomach 9 spleen 10 kidneys 11 pancreas 12 intestine 13 uterus and ovaries 14 bladder 15 womb 16 leg bones 17 arm bones Current implementation ORNL and MIRD5 phantoms Male and Female Geant4 analytical phantom ORNL model, female

  11. CMS Events with > 50000 particles/event in detector acceptance NIRSN. Kanematsu, M. Komori - NagoyaK. Niwa, T.Toshito, T.Nakamura, T.Ban, N.Naganawa, S.Takahashi - Uchu-kenM.Ozaki - KobeS. Aoki - AichiY.Kodama - Naruto H.Yoshida - Ritsumei S.Tanaka - SLAC M. Asai, T. Koi - Tokyo N.Kokubu - Gunma K. Yusa - Toho H.Shibuya, R.Ogawa, A. Shibazaki, T.Fukushima - KEK K. Amako, K.Murakami, T. Sasaki Heavy ion beams Medical ion beam Geant4 simulation Beam Track Reconstruction 135 MeV/u 12C beam ~ 180 minutes to simulate 1 event with 55K generator tracks high spatial resolution emulsion chamber

  12. http://www.ge.infn.it/geant4/dna/ -DNA What if the geometry to describe with Geant4 were DNAand the process were mutagenesis? Study of radiation damage at the cellular and DNA level in the space radiation environment (and other applications, not only in the space domain) • Relevance for space: astronaut and airline pilot radiation hazards, biological experiments • Applications in radiotherapy, radiobiology… Multi-disciplinary Collaboration of • astrophysicists/space scientists • particle physicists • medical physicists • computer scientists • biologists • physicians Prototyping 5.3 MeV  particle in a cylindricalvolume. The inner cylinder has a radius of 50 nm.

  13. User Application http://cern.ch/geant4

  14. The zoo DPM EA-MC FLUKA GEM HERMES LAHET MCBEND MCU MF3D NMTC MONK MORSE RTS&T-2000 SCALE TRAX VMC++ EGS4, EGS5, EGSnrc Geant3, Geant4 MARS MCNP, MCNPX, A3MCNP, MCNP-DSP, MCNP4B MVP, MVP-BURN Penelope Peregrine Tripoli-3, Tripoli-3 A, Tripoli-4 ...and I probably forgot some more Many codes not publicly distributed A lot of business around MC Monte Carlo codes presented at the MC200 Conference, Lisbon, October 2000

  15. Geant4 Collaboration CERN, ESA, KEK, SLAC, TRIUMF, TJNL INFN, IN2P3, PPARC Barcelona Univ., Budker Inst., Frankfurt Univ., Karolinska Inst., Helsinki Univ., Lebedev Inst., LIP, Northeastern Univ. etc. MoU based Distribution, Development and User Support of Geant4

  16. Toolkit + User application • Geant4 is a toolkit • i.e. you cannot “run” it out of the box • You must write an application, which uses Geant4 tools • Consequences • There are no such concepts as “Geant4 defaults” • You must provide the necessary information to configure your simulation • You must deliberately choose which Geant4 tools to use • Guidance: we provide many examples • Novice Examples: overview of Geant4 tools • Advanced Examples: Geant4 tools

  17. Basic concepts • What you MUST do: • Describe your experimental set-up • Provide the primary particles input to your simulation • Decide which particles and physics models you want to use out of those available in Geant4 and the precision of your simulation (cuts to produce and track secondary particles) • You may also want • To interact with Geant4 kernel to control your simulation • To visualise your simulation configuration or results • To produce histograms, tuples etc. to be further analysed

  18. Geant4Kernel • Provides central functionality of the toolkit • handles runs, events, tracks, steps, hits, trajectories • implements Geant4 as a state machine • provides a framework for: • physicsprocesses • visualizationdrivers • GUIs • persistency • histogramming/analysis • user code 1

  19. Run • A run is a collection of events which are produced under identical conditions • Within a run, a user cannot change: • Detectororapparatusgeometry • Physicsprocesssettings • Byanalogy to high energy physics a Geant4 run begins with the command “BeamOn” • Detectorisinaccessibleoncebeamison • Atbeginning of run: • Geometryisoptimizedfornavigation • Crosssectionsarecalculatedaccordingtomaterialsinthe setup • Low-energycutoffvaluesaredefined 1

  20. Event • At beginning of processing, an event contains primary particles (from generator, particle gun, ...), which are pushed into a stack • During processing, each particle is popped from the stack and tracked • When the stack is empty, processing of the event is over • The class G4Event represents an event • At the end of processing it has the following objects: • Listofprimaryverticesandparticles(theinput) • Hitscollections • Trajectorycollections(optional) • Digitizationscollections(optional) 1

  21. Track • Atrack is a snapshot of a particle within its environment • as the particle moves, the quantities in the snapshot change • at any particular instance, a track has position, physical quantities • it is not a collection of steps • Track object lifetime • created by a generator or physics process (e.g. decay) • deleted when it: • leaves world volume • disappears (particle decays or is absorbed) • goes to zero energy and no “at rest” process is defined • user kills it • No track object survives the end of an event (not persistent) • User must take action to store track record in trajectory 1

  22. Step • Thestep is the basic unit of simulation • Hastwopoints(pre-step,post-step) • Containstheincrementalparticleinformation(energyloss,elapsedtime,etc.) • Each point contains volume and material information • If step is limited by a boundary, the end point stands exactly on the boundary, but is logically part of next volume • Hence boundary processes such as refraction and transition radiation can be simulated 1

  23. Interaction with Geant4 kernel • Geant4 design provides tools for a user application • To tell the kernel about your simulation configuration • To interact with Geant4 kernel itself • Geant4 tools for user interaction are base classes • You create your own concrete class derived from the base classes • Geant4 kernel handles your own derived classes transparently through their base class interface (polymorphism) • Abstract base classes for user interaction • User derived concrete classes are mandatory • Concrete base classes (with virtual dummy methods) for user interaction • User derived classes are optional

  24. Initialisation classes Invoked at the initialization G4VUserDetectorConstruction G4VUserPhysicsList Action classes Invoked during the execution loop G4VUserPrimaryGeneratorAction G4UserRunAction G4UserEventAction G4UserTrackingAction G4UserStackingAction G4UserSteppingAction User classes G4VUserDetectorConstruction describe the experimental set-up G4VUserPhysicsList select the physics you want to activate G4VUserPrimaryGeneratorAction generate primary events Mandatory classes:

  25. The main program • Geant4 does not provide the main() • Geant4 is a toolkit! • The main() is part of the user application • In his/her main(), the user must • construct G4RunManager (or his/her own derived class) • notify the G4RunManager mandatory user classes derived from • G4VUserDetectorConstruction • G4VUserPhysicsList • G4VUserPrimaryGeneratorAction • The user may define in his/her main() • optional user action classes • VisManager, (G)UI session

  26. main() { … // Construct the default run manager G4RunManager* runManager = newG4RunManager; // Set mandatory user initialization classes MyDetectorConstruction* detector =newMyDetectorConstruction; runManager->SetUserInitialization(detector); runManager->SetUserInitialization(newMyPhysicsList); // Set mandatory user action classes runManager->SetUserAction(new MyPrimaryGeneratorAction); // Set optional user action classes MyEventAction* eventAction = newMyEventAction(); runManager->SetUserAction(eventAction); MyRunAction* runAction =newMyRunAction(); runManager->SetUserAction(runAction); … }

  27. Describe the experimental set-up • Derive your own concrete class from the G4VUserDetectorConstructionabstract base class • Implement the Construct() method • construct all necessary materials • define shapes/solids required to describe the geometry • construct and placevolumes of your detector geometry • define sensitive detectors and identify detector volumes to associate them to • associate magnetic field to detector regions • define visualisation attributes for the detector elements

  28. Isotopes Elements Molecules Compounds and mixtures Different kinds of materials can be defined Lead Xenon gas How to define materials PVPhysicalVolume* MyDetectorConstruction::Construct() { … a = 207.19*g/mole; density = 11.35*g/cm3; G4Material* lead = new G4Material(name="Pb", z=82., a, density); density = 5.458*mg/cm3; pressure = 1*atmosphere; temperature = 293.15*kelvin; G4Material* xenon = new G4Material(name="XenonGas", z=54., a=131.29*g/mole, density, kStateGas, temperature, pressure); ... }

  29. How to define a compound material For example, a scintillator consisting of Hydrogen and Carbon: G4double a = 1.01*g/mole; G4Element* H = newG4Element(name="Hydrogen", symbol="H", z=1., a); a = 12.01*g/mole; G4Element* C = newG4Element(name="Carbon", symbol="C", z=6., a); G4double density = 1.032*g/cm3; G4Material* scintillator = new G4Material(name = "Scintillator", density, numberOfComponents = 2); scintillator -> AddElement(C, numberOfAtoms = 9); scintillator -> AddElement(H, numberOfAtoms = 10);

  30. Define detector geometry • Three conceptual layers • G4VSolid shape, size • G4LogicalVolume material, sensitivity, magnetic field, etc. • G4VPhysicalVolume position, rotation • A unique physical volume (the world volume), which represents the experimental area, must exist and fully contain all other components e.g.: Volume A is mother of Volume B The mother must contain the daughter volume entirely Volume B (daughter) Volume A (mother) World

  31. How to build the World solidWorld = new G4Box(“World", halfWorldLength, halfWorldLength, halfWorldLength); logicWorld = new G4LogicalVolume(solidWorld, air, "World", 0, 0, 0); physicalWorld = new G4PVPlacement(0, //no rotation G4ThreeVector(), // at (0,0,0) logicWorld, // its logical volume "World", // its name 0, // its mother volume false, // no boolean operations 0); // no magnetic field How to build a volume inside the World solidTarget = new G4Box(“Target", targetSize, targetSize, targetSize); logicTarget = new G4LogicalVolume(solidTarget, targetMaterial, "Target",0,0,0); physicalTarget = new G4PVPlacement(0, // no rotation positionTarget, // at (x,y,z) logicTarget, // its logical volume "Target", // its name logicWorld, // its mother volume false, // no boolean operations 0); // no particular field

  32. ConstructParticles() ConstructProcesses() SetCuts() to be implemented by the user in his/her concrete derived class Select physics processes • Geant4 does not have any default particles or processes • Derive your own concrete class from the G4VUserPhysicsListabstract base class • define all necessary particles • define all necessary processes and assign them to proper particles • define production thresholds (in terms of range) • Pure virtual methods of G4VUserPhysicsList

  33. MyPhysicsList :: MyPhysicsList(): G4VUserPhysicsList() { defaultCutValue = 1.0*cm; } Define production thresholds (the same for all particles) void MyPhysicsList :: ConstructParticles() { G4Electron::ElectronDefinition(); G4Positron::PositronDefinition(); G4Gamma::GammaDefinition(); } Define the particlesinvolved in the simulation void MyPhysicsList :: SetCuts() { SetCutsWithDefault(); } Set the production threshold PhysicsList: particles and cuts

  34. PhysicsList: more about cuts MyPhysicsList :: MyPhysicsList():G4VUserPhysicsList() { //Defineproduction thresholds cutForGamma = 1.0*cm; cutForElectron = 1.*mm; cutForPositron = 0.1*mm; } ; void MyPhysicsList :: SetCuts() { //Assign production thresholds SetCutValue(cutForGamma, "gamma"); SetCutValue(cutForElectron, "e-"); SetCutValue(cutForPositron, "e+"); } The user can define different cuts for different particles or different regions

  35. Physics List: processes void MyPhysicsList :: ConstructParticles() { if (particleName == "gamma") { pManager->AddDiscreteProcess(new G4PhotoElectricEffect()); pManager->AddDiscreteProcess(new G4ComptonScattering()); pManager->AddDiscreteProcess(new G4GammaConversion()); } else if (particleName == "e-") { pManager->AddProcess(new G4MultipleScattering(), -1, 1,1); pManager->AddProcess(new G4eIonisation(), -1, 2,2); pManager->AddProcess(new G4eBremsstrahlung(), -1,-1,3); } else if (particleName == "e+") { pManager->AddProcess(new G4MultipleScattering(), -1, 1,1); pManager->AddProcess(new G4eIonisation(), -1, 2,2); pManager->AddProcess(new G4eBremsstrahlung(), -1,-1,3); pManager->AddProcess(new G4eplusAnnihilation(), 0,-1,4); } } Select physics processes to be activated for each particle type The Geant4 Standard electromagnetic processes are selected in this example

  36. Particle type Initial position Initial direction Initial energy • Define primary particles providing: Primary events • Derive your own concrete class from the G4VUserPrimaryGeneratorAction abstract base class Implement the virtual member function GeneratePrimaries()

  37. MyPrimaryGeneratorAction::My PrimaryGeneratorAction() { G4int numberOfParticles = 1; particleGun =new G4ParticleGun(numberOfParticles); G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); G4ParticleDefinition* particle = particleTable->FindParticle(“e-“); particleGun->SetParticleDefinition(particle); particleGun->SetParticlePosition(G4ThreeVector(x,y,z)); particleGun->SetParticleMomentumDirection(G4ThreeVector(x,y,z)); particleGun->SetParticleEnergy(energy); } void MyPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) { particleGun->GeneratePrimaryVertex(anEvent); } Generate primary particles

  38. Optional User Action classes • Five concrete base classes whose virtual member functions the user may override to gain control of the simulation at various stages • G4UserRunAction • G4UserEventAction • G4UserTrackingAction • G4UserStackingAction • G4UserSteppingAction • Each member function of the base classes has a dummy implementation • Empty implementation: does nothing • The user may implement the member functions he desires in his/her derived classes • Objects of user action classes must be registered with G4RunManager

  39. Optional User Action classes G4UserRunAction • BeginOfRunAction(const G4Run*) • For example: book histograms • EndOfRunAction(const G4Run*) • For example: store histograms G4UserEventAction • BeginOfEventAction(const G4Event*) • For example: perform and event selection • EndOfEventAction(const G4Event*) • For example: analyse the event G4UserTrackingAction • PreUserTrackingAction(const G4Track*) • For example: decide whether a trajectory should be stored or not • PostUserTrackingAction(const G4Track*)

  40. Optional User Action classes G4UserSteppingAction • UserSteppingAction(const G4Step*) • For example: kill, suspend, postpone the track • For example: draw the step G4UserStackingAction • PrepareNewEvent() • For example: reset priority control • ClassifyNewTrack(const G4Track*) • Invoked every time a new track is pushed • For example: classify a new track (priority control) • Urgent, Waiting, PostponeToNextEvent, Kill • NewStage() • Invoked when the Urgent stack becomes empty • For example: change the classification criteria • For example: event filtering (event abortion)

  41. Initialisation Describe your experimental set-up Activate physics processes appropriate to your experiment

  42. Beam On Generate primary events according to distributions relevant to your experiment

  43. Event processing Record the physics quantities generated by the simulation, that are relevant to your experiment

  44. Abstract class defining the common interface of all processes in Geant4 G4VProcess AlongStep PostStep • Define three kinds of actions: • AtRestactions: decay, annihilation … • AlongStepactions: continuous interactions occuring along the path, like ionisation • PostStep actions: point-like interactions, like decay in flight, hard radiation… • A process can implement any combination of the three AtRest, AlongStep and PostStep actions: eg: decay = AtRest + PostStep • Each action defines two methods: • GetPhysicalInteractionLength() • used to limit the step size • either because the process triggers an interaction or a decay • or in other cases, like fraction of energy loss, geometry boundary, user’s limit… • DoIt() • implements the actual action to be applied to the track • implements the related production of secondaries

  45. Multiple scattering Bremsstrahlung Ionisation Annihilation Photoelectric effect Compton scattering Rayleigh effect g conversion e+e- pair production Synchrotron radiation Transition radiation Cherenkov Refraction Reflection Absorption Scintillation Fluorescence Auger High energy extensions needed for LHC experiments, cosmic ray experiments… Low energy extensions fundamental for space and medical applications, dark matter and n experiments, antimatter spectroscopy etc. Alternative models for the same process energy loss Electromagnetic physics • electrons and positrons • g, X-ray and optical photons • muons • charged hadrons • ions Comparable to Geant3 already in the a release (1997) Further extensions (facilitated by the OO technology) All obeying to the same abstract Process interfacetransparent to tracking

  46. Detector Description Alexander Howard, CERN Acknowledgements: Slides produced by J.Apostolakis, G.Cosmo, M. Asai http://cern.ch/geant4

  47. Unit system • Geant4 has no default unit. To give a number, unit must be “multiplied” to the number. • for example : G4double width = 12.5*m; G4double density = 2.7*g/cm3; • If no unit is specified, the internal G4 unit will be used, but this is discouraged ! • Almost all commonly used units are available. • The user can define new units. • Refer to CLHEP: SystemOfUnits.h • Divide a variable by a unit you want to get. G4cout << dE / MeV << “ (MeV)” << G4endl;

  48. System of Units • System of units are defined in CLHEP, based on: • millimetre (mm), nanosecond (ns), Mega eV (MeV), positron charge (eplus) degree Kelvin (kelvin), the amount of substance (mole), luminous intensity (candela), radian (radian), steradian (steradian) • All other units are computed from the basic ones. • In output, Geant4 can choose the most appropriate unit to use. Just specify the category for the data (Length, Time, Energy, etc…): G4cout << G4BestUnit(StepSize, “Length”); StepSizewill be printed inkm, m, mmor … fermi, depending on its value

  49. Isotopes, Elements and Materials • G4Isotope and G4Element describe the properties of the atoms: • Atomic number, number of nucleons, mass of a mole, shell energies • Cross-sections per atoms, etc… • G4Material describes the macroscopic properties of the matter: • temperature, pressure, state, density • Radiation length, absorption length, etc…

More Related