Visualization in MaGe/Geant4

Size: px
Start display at page:

Download "Visualization in MaGe/Geant4"

Transcription

1 Max-Planck-Institute for Physics MaGe Workshop 2010, Munich January 18, 2010

2 , or Ways to see what you do Max-Planck-Institute for Physics MaGe Workshop 2010, Munich January 18, 2010

3 Examples

4 Outle

5 Outle visualization

6 Outle visualization Examples of command sequences

7 Outle visualization Examples of command sequences More detailed formation on: /HepRApp/Wired Extra of

8 This presentation gives a basic formation on how to visualize a detector and/or an experiment usg the standard Geant.

9 This presentation gives a basic formation on how to visualize a detector and/or an experiment usg the standard Geant. Why do we need this?

10 This presentation gives a basic formation on how to visualize a detector and/or an experiment usg the standard Geant. Why do we need this? To see (before event simulation) the detector, it s geometry and possible overlaps;

11 This presentation gives a basic formation on how to visualize a detector and/or an experiment usg the standard Geant. Why do we need this? To see (before event simulation) the detector, it s geometry and possible overlaps; To see (after the simulation is done) tracks, hits, energy deposits etc.

12 This presentation gives a basic formation on how to visualize a detector and/or an experiment usg the standard Geant. Why do we need this? To see (before event simulation) the detector, it s geometry and possible overlaps; To see (after the simulation is done) tracks, hits, energy deposits etc. Even for more terestg thgs (not really useful but nice). Later on this...

13 Ways to visualize Geant4 There are 8 ways to visualize (accordg to the Geant4 manual):

14 Ways to visualize Geant4 There are 8 ways to visualize (accordg to the Geant4 manual): 1 2 Qt 3 OpenInventor 4 5 DAWN 6 VRML 7 RayTracer 8 ASCIITree

15 Ways to visualize Geant4 There are 8 ways to visualize (accordg to the Geant4 manual): 1 2 Qt 3 OpenInventor 4 5 DAWN 6 VRML 7 RayTracer 8 ASCIITree and one as a separate tool (cluded to Geant4.9.2 but implemented MaGe) 1 + ROOT

16 Ways to visualize Geant4 There are 8 ways to visualize (accordg to the Geant4 manual): 1 * 2 Qt 3 OpenInventor 4 * 5 DAWN 6 VRML 7 RayTracer 8 ASCIITree * and one as a separate tool (cluded to Geant4.9.2 but implemented MaGe) 1 + ROOT * * Covered this presentation

17 visualization

18 visualization is done macro/command le of MaGe after the detector was defed and the /run/itialize command executed so Geant4 command le activated. Further steps are:

19 visualization is done macro/command le of MaGe after the detector was defed and the /run/itialize command executed so Geant4 command le activated. Further steps are: Open a visualization driver, such as: /vis/open File [OGLIX, RayTracer]

20 visualization is done macro/command le of MaGe after the detector was defed and the /run/itialize command executed so Geant4 command le activated. Further steps are: Open a visualization driver, such as: /vis/open File [OGLIX, RayTracer] Add the detector geometry /vis/drawvolume

21 visualization is done macro/command le of MaGe after the detector was defed and the /run/itialize command executed so Geant4 command le activated. Further steps are: Open a visualization driver, such as: /vis/open File [OGLIX, RayTracer] Add the detector geometry /vis/drawvolume If usg an immediate viewer, such as, set camera parameters and drawg style (wireframe/surface): /vis/viewer/set/style wireframe /vis/viewer/set/viewpotthetaphi 70 20

22 visualization is done macro/command le of MaGe after the detector was defed and the /run/itialize command executed so Geant4 command le activated. Further steps are: Open a visualization driver, such as: /vis/open File [OGLIX, RayTracer] Add the detector geometry /vis/drawvolume If usg an immediate viewer, such as, set camera parameters and drawg style (wireframe/surface): /vis/viewer/set/style wireframe /vis/viewer/set/viewpotthetaphi Declare what data should be added to the scene (default is to just add full set of detector volumes) /vis/scene/add/trajectories /vis/scene/add/hits

23 visualization Run simulation with appropriate options to store trajectory formation: /run/beamon 1

24 visualization Run simulation with appropriate options to store trajectory formation: /run/beamon 1 Execute the visualization (done automatically with each /run/beamon, but needed by some drivers if you want to output geometry without runng an event): /vis/viewer/flush

25 visualization Run simulation with appropriate options to store trajectory formation: /run/beamon 1 Execute the visualization (done automatically with each /run/beamon, but needed by some drivers if you want to output geometry without runng an event): /vis/viewer/flush If usg an external viewer, such as for File: import the.heprep file to HepRApp/Wired, set camera parameters, drawg style, etc., view the visualization

26 Example Command Sequences Visualize a detector (Lux or Mac) /vis/open OGLIX /vis/drawvolume Visualize trajectories and hits for 10 events usg /HepRApp /vis/open File /vis/drawvolume /vis/scene/add/trajectories /vis/scene/add/hits /run/beamon 10

27 (Geometry Description Markup Language)

28 3.0 + ASCIITree + ROOT example sequence Open ASCIITree driver and create geometry tree /vis/open ATree /vis/asciitree/verbose 1 /vis/drawtree Set up format: filename, output format and levels to modularize (see manual): /MG/geometry//outputName GerdaArray /MG/geometry//outputFormat false /MG/geometry//modularizeLevels Dump geometry to files /MG/geometry//write Import geometry to ROOT gsystem->load("libgeom"); gsystem->load("libgdml"); TGeoManager::Import("GerdaArray.gdml"); ggeomanager->gettopvolume()->draw();

29 (Geometry Description Markup Language) Advantages: Possibility to view each part of the detector separately e.g. ROOT (usg ROOT macro) You can write AND read the geometry to/from file (based on the XML language)

30 (Geometry Description Markup Language) Advantages: Possibility to view each part of the detector separately e.g. ROOT (usg ROOT macro) You can write AND read the geometry to/from file (based on the XML language) Disadvantages: is cluded Geant4.9.2 and later releases so there appeared number of compatibilities MaGe (way of readg/writg files was changed) - to be discussed durg the Computg Session Creatg geometry for older releases of (version <= 2.10) does not mean that it will be read by Geant4-

31 HepRApp/Wired ()

32 HepRApp/Wired () It is fast and simple way to see the detector.

33 HepRApp/Wired () It is fast and simple way to see the detector. Advantages: Flexible view of the detector, easy control: zoom/rotate usg mouse; Many visual options; Easy manual creation of.eps files

34 HepRApp/Wired () It is fast and simple way to see the detector. Advantages: Flexible view of the detector, easy control: zoom/rotate usg mouse; Many visual options; Easy manual creation of.eps files Disadvantages: Rather slow when rotatg a complicated geometry; Not a better way of makg high-quality pictures (i.e. for Posters or Technical Design Report)

35

36 Advantages: Can be viewed directly Geant4; Uses a video graphic card so it is much faster way than the others.

37 Advantages: Can be viewed directly Geant4; Uses a video graphic card so it is much faster way than the others. Disadvantages(read as: ): You need a good graphic card and correctly stalled driver for this! All movements of the detector/camera should be assigned macro/command le, no mouse control available

38 Advantages: Can be viewed directly Geant4; Uses a video graphic card so it is much faster way than the others. Gives extra possibilities. See next slide... Disadvantages(read as: ): You need a good graphic card and correctly stalled driver for this! All movements of the detector/camera should be assigned macro/command le, no mouse control available

39 Creatg a movie with Not really useful, but very fascatg. What can we see motion:

40 Creatg a movie with Not really useful, but very fascatg. What can we see motion: Rotatg detector;

41 Creatg a movie with Not really useful, but very fascatg. What can we see motion: Rotatg detector; Zoomg detector;

42 Creatg a movie with Not really useful, but very fascatg. What can we see motion: Rotatg detector; Zoomg detector; Particle tracks;

43 Creatg a movie with Not really useful, but very fascatg. What can we see motion: Rotatg detector; Zoomg detector; Particle tracks; Particle showers

44 Creatg a movie with Not really useful, but very fascatg. What can we see motion: Rotatg detector; Zoomg detector; Particle tracks; Particle showers See the movie about GERDA...

45 How to create a movie usg (OGLX) Here is my way described. As reported geant4 presentations (see references) there is easier way to do this.

46 How to create a movie usg (OGLX) Here is my way described. As reported geant4 presentations (see references) there is easier way to do this. Put some loop to macro at the very end: RunGerda.mac: /control/loop movie.loop phi loop over φ = with step 5 degrees movie.loop: /vis/viewer/set/viewpotthetaphi 30 {phi} /vis/ogl/prteps

47 How to create a movie usg (OGLX) Here is my way described. As reported geant4 presentations (see references) there is easier way to do this. Put some loop to macro at the very end: RunGerda.mac: /control/loop movie.loop phi loop over φ = with step 5 degrees movie.loop: /vis/viewer/set/viewpotthetaphi 30 {phi} /vis/ogl/prteps Convert all.eps to.yuv files, create conversion macro for mpeg2encode and encode pictures to video file. See the reference for details.

48 How to create a movie usg (OGLX) Have you seen Time Warp show on Discovery Channel?

49 How to create a movie usg (OGLX) Have you seen Time Warp show on Discovery Channel? See slowed down motion of the particles (for free!)...

50 Conclusions

51 Conclusions There are plenty of ways to visualize the detector, use the way you like

52 Conclusions There are plenty of ways to visualize the detector, use the way you like Each method has Advantages and Disadvantages

53 Conclusions There are plenty of ways to visualize the detector, use the way you like Each method has Advantages and Disadvantages There are other also good ways not covered this presentation (DAWN, RayTracerX etc.). Try them

54 Conclusions There are plenty of ways to visualize the detector, use the way you like Each method has Advantages and Disadvantages There are other also good ways not covered this presentation (DAWN, RayTracerX etc.). Try them If you are a geek you have much space to fulfil your needs. Just use your imagation *

55 Acknowledgements Thanks to Joseph Perl from SLAC (I took his presentations materials while creatg my talk)

56 References HepRApp Tutorial Tutorial manual Geant4 Commands (and.pdf) Geant4 Advanced (and.pdf) How to Make a Movie (and.pdf) Chapter of the Geant4 User s Guide for Application Developers Movies and other useful manuals and tutorials

Geant4 Visualization Commands

Geant4 Visualization Commands Geant4 Visualization Commands HepRep/HepRApp Joseph Perl, SLAC Geant4 v9.3p01 Basic Visualization Commands OpenGL DAWN 1 How this Document Fits with Other Tutorial Materials This presentation can be used

More information

Introduction to Geant4 Visualization Geant4 v10.0.p3

Introduction to Geant4 Visualization Geant4 v10.0.p3 Geant4 v10.0.p3 HepRep/HepRApp Makoto Asai (SLAC) Slides created by Joseph Perl (SLAC) So many options, it needs three title pages DAWN OpenGL 1 RayTracer OpenInventor DAWN HepRep/FRED 2 Qt gmocren DAWN

More information

Geant4 Visualization Special Topic: How to Make a Movie

Geant4 Visualization Special Topic: How to Make a Movie Geant4 Visualization Special Topic: How to Make a Movie Geant4 Spenvis Joint Workshop Joseph Perl SLAC 1 Acknowledgement The techniques presented here were pioneered by John Allison. This talk draws heavily

More information

Utilizzo del toolkit di simulazione Geant4. Laboratori Nazionali del Gran Sasso 10 Novembre Geant4 Visualization

Utilizzo del toolkit di simulazione Geant4. Laboratori Nazionali del Gran Sasso 10 Novembre Geant4 Visualization Utilizzo del toolkit di simulazione Geant4 Laboratori Nazionali del Gran Sasso 10 Novembre 2010 Geant4 Visualization Introduction Geant4 Visualisation must respond to varieties of user requirements Quick

More information

Geant4 Visualization Status

Geant4 Visualization Status HepRep/WIRED So many options, it needs two title pages DAWN OpenGL 1 OpenInventor RayTracer DAWN HepRep/FRED 2 Status of the Visualization Drivers Seven Visualization Drivers OpenGL OpenInventor HepRep/WIRED

More information

Recent Developments in Geant4 Vis

Recent Developments in Geant4 Vis ualization HepRep/WIRED Geant4-Spenvis Joint Workshop Joseph Perl, SLAC DAWN OpenGL 1 Sorry, Vis Talks always need two pages of Cover Graphics RayTracer DAWN OpenInventor HepRep/FRED 2 Contents Status:

More information

Detector Simulation Visualisation

Detector Simulation Visualisation Detector Simulation Visualisation Witek Pokorski Alberto Ribon CERN 10-11.02.2014 Introduction to Geant4 Visualization HepRep/HepRApp This lecture is entirely based on Michael Kelsey (SLAC) slides made

More information

Visualisation and (G)UI.

Visualisation and (G)UI. Visualisation and (G)UI http://geant4.cern.ch PART I Geant4 visualisation 1. Introduction Geant4 Visualisation must respond to varieties of user requirements Quick response to survey successive events

More information

Visualisation, (G)UI and Analysis

Visualisation, (G)UI and Analysis Visualisation, (G)UI and Analysis http://cern.ch/geant4 The full set of lecture notes of this Geant4 Course is available at http://www.ge.infn.it/geant4/events/nss2003/geant4course.html Contents (1) Part

More information

Geant4 application in a Web browser

Geant4 application in a Web browser Journal of Physics: Conference Series OPEN ACCESS Geant4 application in a Web browser To cite this article: Laurent Garnier and the Geant4 Collaboration 2014 J. Phys.: Conf. Ser. 513 062016 View the article

More information

Compilation and run of a Geant4 Advanced example

Compilation and run of a Geant4 Advanced example Compilation and run of a Geant4 Advanced example Corso Nazionale sull utilizzo del toolkit di simulazione Geant4 Laboratori Nazionali del Gran Sasso, November 8-12, 2010 Date The Geant4 example categories

More information

(Graphical) User Interface 1

(Graphical) User Interface 1 JUNO GEANT4 SCHOOL Beijing ( 北京 ) 15-19 May 2017 (Graphical) User Interface 1 Geant4 tutorial 3 ways of controlling the simulation 1) hard-coded application no user interaction everything specified in

More information

Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02

Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02 Hands On 1 Overview Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02 Part 2 : Looking into Geant4, trying it out with

More information

3D Capture. 3D Capture. 3D Capture. 3D Capture. Real-world

3D Capture. 3D Capture. 3D Capture. 3D Capture. Real-world Real-world Need at least two cameras, commonly on side-by-side Plug-in the Minoru 3D webcam Right-click the Minoru icons to see a list of options. Set the mode to use Side-by-Side with Left first. Set

More information

The Geant4 Visualisation System

The Geant4 Visualisation System SLAC-PUB-12909 October 2007 The Geant4 Visualisation System J. Allison a,, M. Asai b, G. Barrand c, M. Donszelmann b, K. Minamimoto d, J. Perl b, S. Tanaka e, E. Tcherniaev f, J. Tinslay b a University

More information

Part 3 Mandatory user classes

Part 3 Mandatory user classes Part 3 Mandatory user classes The main program Geant4 does not provide the main(). In your main(), you have to Construct G4RunManager (or your derived class) Set user mandatory classes to RunManager G4VUserDetectorConstruction

More information

Graphics Requirements for G4 Trajectories (draft: hastily prepared for trajectories parallel session)

Graphics Requirements for G4 Trajectories (draft: hastily prepared for trajectories parallel session) Graphics Requirements for G4 Trajectories (draft: hastily prepared for trajectories parallel session) Geant4 Workshop, CERN - October 2002 Joseph Perl Problem with Existing Trajectories UDSKLFVGULYHUVKDYHDFFHVVWRGHWDLOHGLQIRUPDWLRQDERXW

More information

XIV Seminar on Software for Nuclear, Subnuclear and Applied Physics Alghero (ITALY) June Geant4 Installation.

XIV Seminar on Software for Nuclear, Subnuclear and Applied Physics Alghero (ITALY) June Geant4 Installation. XIV Seminar on Software for Nuclear, Subnuclear and Applied Physics Alghero (ITALY) 04-09 June 2017 Geant4 Installation Geant4 tutorial Installation process 1) Check that you meet all the requirements

More information

Visualization in GEANT4. 1 Introduction. 2 User Requirements. University of Manchester, UK. John Allison

Visualization in GEANT4. 1 Introduction. 2 User Requirements. University of Manchester, UK. John Allison Visualization in GEANT4 John Allison Abstract University of Manchester, UK The Visualization System of GEANT4 is an interface between the simulation kernel and the graphics system. In itself it defines

More information

How to install and build an application

How to install and build an application GEANT4 BEGINNERS COURSE GSSI, L Aquila (Italy) 12 nd May 2014 How to install and build an application tutorial course Outline Supported platforms & compilers Required software Where to download the packages

More information

COS 116 The Computational Universe Laboratory 10: Computer Graphics

COS 116 The Computational Universe Laboratory 10: Computer Graphics COS 116 The Computational Universe Laboratory 10: Computer Graphics As mentioned in lecture, computer graphics has four major parts: imaging, rendering, modeling, and animation. In this lab you will learn

More information

Geant4 v8.3. User Interface I. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v8.3. User Interface I. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v8.3 User Interface I Makoto Asai (SLAC) Geant4 Tutorial Course Contents Command syntax Macro file G4UIterminal User Interface I - M. Asai (SLAC) 2 A command consists of Command directory Command

More information

How to install and build an application

How to install and build an application GEANT4 BEGINNERS COURSE GSSI, L Aquila (Italy) 6-10 July 2015 How to install and build an application tutorial course Outline Supported platforms & compilers Required software Where to download the packages

More information

Animation Charts 4. What is in the Animation Charts 4 Package?

Animation Charts 4. What is in the Animation Charts 4 Package? Toon Boom Animation provides several animation charts designed to help the user animate different actions. The package contains fx animation such as; a smoke cycle, a bubble bursting, and an electric arc.

More information

Trivial Data Analysis for Geant4 Geant4 v9.3p01

Trivial Data Analysis for Geant4 Geant4 v9.3p01 Trivial Data Analysis for Geant4 Geant4 v9.3p01 Joseph Perl, SLAC 1 Simple Analysis This Week Geant4 does not attempt to provide its own data analysis tools, focusing instead on its central mission as

More information

A 10-minute introduction to. SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation

A 10-minute introduction to. SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation A 10-minute introduction to SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation 1 The basics First, let s learn the SynRad+ terminology and the interface in a few slides. Or, if you

More information

Experiences with Open Inventor. 1 Introduction. 2 HEP Visualization in an Object-Oriented Environment

Experiences with Open Inventor. 1 Introduction. 2 HEP Visualization in an Object-Oriented Environment Experiences with Open Inventor Joseph Boudreau University of Pittsburgh, Pittsburgh, PA, 15260 USA Abstract The Open Inventor(OI) library is a toolkit for constructing, rendering and interacting with a

More information

Fire Dynamics Simulator

Fire Dynamics Simulator Fire Dynamics Simulator Using FDS Find out more information about FDS at the primary FDS website FDS runs on Windows, Mac, and Linux. You can download FDS from the above website, or you can check out the

More information

Transitions and Photos

Transitions and Photos 4 Adding Lesson 3: Transitions and Photos You ve arranged your video clips in the order you want them. But the jump from one clip to the next is very abrupt, and you d like to smooth things out. You can

More information

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02)

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02) Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10.1.p02) Using CMake Building a Geant4 application with CMake Example of a Geant4

More information

Geant4 v9.4. User Interface. Presented by Sébastien Incerti (CNRS/IN2P3) Based on slides kindly prepared by Makoto Asai (SLAC)

Geant4 v9.4. User Interface. Presented by Sébastien Incerti (CNRS/IN2P3) Based on slides kindly prepared by Makoto Asai (SLAC) Geant4 v9.4 User Interface Presented by Sébastien Incerti (CNRS/IN2P3) Based on slides kindly prepared by Makoto Asai (SLAC) Contents Syntax of User Interface commands Macro files Terminal commands 2 1)

More information

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v9.5 Kernel III Makoto Asai (SLAC) Geant4 Tutorial Course Contents Fast simulation (Shower parameterization) Multi-threading Computing performance Kernel III - M.Asai (SLAC) 2 Fast simulation (shower

More information

Chapter 1- The Blender Interface

Chapter 1- The Blender Interface Chapter 1- The Blender Interface The Blender Screen Years ago, when I first looked at Blender and read some tutorials I thought that this looked easy and made sense. After taking the program for a test

More information

How to install and build an application

How to install and build an application GEANT4 BEGINNERS COURSE GSSI, L Aquila (Italy) 27-30 June 2016 How to install and build an application tutorial course Outline Supported platforms & compilers Required software Where to download the packages

More information

WIRED - World Wide Web Interactive Remote Event Display 1

WIRED - World Wide Web Interactive Remote Event Display 1 - World Wide Web Interactive Remote Event Display 1 A. Ballaminut 1, C. Colonello 1, M. Dönszelmann 2, E. van Herwijnen 2, D. Köper 3, J. Korhonen 4, M. Litmaath 5, J. Perl 6, A. Theodorou 2, D. Whiteson

More information

Animation Charts 4. What is in the Animation Charts 4 Package?

Animation Charts 4. What is in the Animation Charts 4 Package? Animation Charts 4 Toon Boom Animation provides several animation charts designed to help the user animate different actions. The Animation Charts 4 package contains fx animation such as; a smoke cycle,

More information

imovie Lesson User Guide Part One

imovie Lesson User Guide Part One imovie Lesson User Guide This User Guide consists of two parts. The first part gives a web page address where all of the lesson materials, practice imovie files, imovie lessons, and an Instructional imovie

More information

Aimetis Motion Tracker. 1.x User Guide

Aimetis Motion Tracker. 1.x User Guide Aimetis Motion Tracker x User Guide Contents Contents Legal information... 3 Introduction...4 Installation...5 Requirements... 5 Install Motion Tracker...5 Open Motion Tracker... 5 Add a license... 5...

More information

Flow fields PSY 310 Greg Francis. Lecture 25. Perception

Flow fields PSY 310 Greg Francis. Lecture 25. Perception Flow fields PSY 310 Greg Francis Lecture 25 Structure you never knew was there. Perception We have mostly talked about perception as an observer who acquires information about an environment Object properties

More information

Module 1: Information Extraction

Module 1: Information Extraction Module 1: Information Extraction Introduction to GATE Developer The University of Sheffield, 1995-2014 This work is licenced under the Creative Commons Attribution-NonCommercial-ShareAlike Licence About

More information

ERP Data Analysis Part III: Figures and Movies

ERP Data Analysis Part III: Figures and Movies ERP Data Analysis Part III: Figures and Movies Congratulations, you ve found significant results! Or maybe you haven t and just wanted to show that your data can make really nice pictures that may show

More information

ENVI Classic Tutorial: 3D SurfaceView and Fly- Through

ENVI Classic Tutorial: 3D SurfaceView and Fly- Through ENVI Classic Tutorial: 3D SurfaceView and Fly- Through 3D SurfaceView and Fly-Through 2 Files Used in this Tutorial 2 3D Visualization in ENVI Classic 2 Load a 3D SurfaceView 3 Open and Display Landsat

More information

Image stitching. Digital Visual Effects Yung-Yu Chuang. with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac

Image stitching. Digital Visual Effects Yung-Yu Chuang. with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac Image stitching Digital Visual Effects Yung-Yu Chuang with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac Image stitching Stitching = alignment + blending geometrical registration

More information

Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Programming in C++ Prof. Partha Pratim Das Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 08 Constants and Inline Functions Welcome to module 6 of Programming

More information

How to install and build an application. Giuliana Milluzzo INFN-LNS

How to install and build an application. Giuliana Milluzzo INFN-LNS How to install and build an application Giuliana Milluzzo INFN-LNS Outline Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 10) Using

More information

musrsim and musrsimana tools for

musrsim and musrsimana tools for Aare musrsim and musrsimana tools for simulating the μsr instruments psi forum Kamil Sedlak Auditorium 25 June 2012, PSI Before Geant4/musrSim istallation Install ROOT package from root.cern.ch, and set

More information

Processing. Data Visualization Programming Language. By Rutvi Joshi. Processing Visualization Language- By Rutvi Joshi

Processing. Data Visualization Programming Language. By Rutvi Joshi. Processing Visualization Language- By Rutvi Joshi Processing Data Visualization Programming Language What is Processing? A Graphical Sketch Book and Environment, to graphically teach the fundamentals of computer science But it has evolved into a tool

More information

Flames in Particle Flow

Flames in Particle Flow Flames in Particle Flow In this tutorial we are going to take a look at creating some licking flames in Particle Flow. I warn you however, is that this method of fire creation is very processor intensive.

More information

Network licenses (5 seat minimum - price per seat and excl. VAT): Network extension (existing license required - price per seat and excl.

Network licenses (5 seat minimum - price per seat and excl. VAT): Network extension (existing license required - price per seat and excl. Pricing SketchUp Pro If you want to buy SketchUp Pro there are several options to choose from: Commercial Licenses A Standalone license costs per license only (excl. VAT): 655,- This price includes 1 year

More information

Trivial And Non-Trivial Data Analysis for Geant4

Trivial And Non-Trivial Data Analysis for Geant4 Trivial And Non-Trivial Data Analysis for Geant4 Paul Guèye, HU Joseph Perl, SLAC 1 Simplest using text (ASCII) files Analysis Choices Geant4 does not attempt to provide its own data analysis tools, focusing

More information

WPF. Source Module 01: Lesson1

WPF. Source Module 01: Lesson1 WPF Creating an Application by Using Windows Presentation Foundation Lesson: Overview of WPF What Is WPF? WPF Architecture Defining User Interfaces in WPF WPF Capabilities and Features WPF Application

More information

Animation Charts 3. What is in the Animation Charts 3 Package? Horse Gallop Cycle Side View

Animation Charts 3. What is in the Animation Charts 3 Package? Horse Gallop Cycle Side View Animation Charts 3 Toon Boom Animation provides several animation charts designed to help the user animate different characters. The Animation Charts 3 package contains main actions and animation such

More information

Aimetis Motion Tracker. 1.1 User Guide

Aimetis Motion Tracker. 1.1 User Guide Aimetis Motion Tracker 1 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Motion Tracker... 4 Open Motion Tracker... 4 Add a license... 4... 6 Configure Motion

More information

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Sung Chun Lee, Chang Huang, and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu,

More information

arxiv:cond-mat/ v1 16 Oct 2002

arxiv:cond-mat/ v1 16 Oct 2002 Modernizing the ESRF beamline software architecture with generic Python modules 9th January 2018 arxiv:cond-mat/0210344v1 16 Oct 2002 Introduction This article describes the new application software architecture

More information

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology Offline Tutorial I Małgorzata Janik Łukasz Graczykowski Warsaw University of Technology Offline Tutorial, 5.07.2011 1 Contents ALICE experiment AliROOT ROOT GRID & AliEn Event generators - Monte Carlo

More information

CSE 334 Research Paper. Name: Gene Chan. Date: Title: Constructing a physical figure into a 3d computer model.

CSE 334 Research Paper. Name: Gene Chan. Date: Title: Constructing a physical figure into a 3d computer model. CSE 334 Research Paper Name: Gene Chan Date: 11-29-2004 Title: Constructing a physical figure into a 3d computer model. Overview: Recreating a realistic 3d model from an existing real world object can

More information

============================================================================

============================================================================ 25 Free 3D modeling softwares Posted by Waldo - 2011/11/08 14:23 I thought this link may come in handy to a few designers out there. 25 Free Modeling Softwares Posted by admin - 2011/11/08 18:51 Blender

More information

0. Introduction: What is Computer Graphics? 1. Basics of scan conversion (line drawing) 2. Representing 2D curves

0. Introduction: What is Computer Graphics? 1. Basics of scan conversion (line drawing) 2. Representing 2D curves CSC 418/2504: Computer Graphics Course web site (includes course information sheet): http://www.dgp.toronto.edu/~elf Instructor: Eugene Fiume Office: BA 5266 Phone: 416 978 5472 (not a reliable way) Email:

More information

GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com

GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com Have you ever heard a blindfolded octopus unwrap a cellophane-covered bathtub? ~ The Phantom Tollbooth GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com College of Communications Spatial Audio Table

More information

Starting with an example.

Starting with an example. Starting with an example http://geant4.cern.ch PART I Set your environment up and get a Geant4 example Getting started First, you have to access the common PC where Geant4 is installed, and set the environment

More information

SoLID simulation with GEMC. Zhiwen Zhao 2015/03/26

SoLID simulation with GEMC. Zhiwen Zhao 2015/03/26 SoLID simulation with GEMC Zhiwen Zhao 2015/03/26 Outline GEMC Update SoLID simulation with GEMC 2.x solid_gemc in general EC simulation as an example Summary GEMC Update: Outline GEMC 1.x to 2.x, a major

More information

POWERPOINT Add the Pizzazz to Your Presentation

POWERPOINT Add the Pizzazz to Your Presentation POWERPOINT 2007 Add the Pizzazz to Your Presentation Microsoft Office 2007 TABLE OF CONTENTS ADDING GRAPHICS TO YOUR PRESENTATION... 1 DRAWINGS... 1 CLIP ART... 2 PICTURES... 3 SMARTART... 4 WORDART...

More information

IGUANA Architecture, Framework and Toolkit for Interactive Graphics

IGUANA Architecture, Framework and Toolkit for Interactive Graphics IGUANA Architecture, Framework and Toolkit for Interactive Graphics George Alverson, Giulio Eulisse, Shahzad Muzaffar, Ianna Osborne, Lassi A. Tuura, Lucas Taylor Northeastern University, Boston, USA IGUANA

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors

StudioPrompter Tutorials. Prepare before you start the Tutorials. Opening and importing text files. Using the Control Bar. Using Dual Monitors StudioPrompter Tutorials Prepare before you start the Tutorials Opening and importing text files Using the Control Bar Using Dual Monitors Using Speed Controls Using Alternate Files Using Text Markers

More information

Geant4: A Simulation toolkit

Geant4: A Simulation toolkit Geant4: A Simulation toolkit O. Stézowski and I. Companis With many thanks to the Geant4 community!!!! The roadmap of the week W1: installation / running a G4 application W2: Primary generator, GPS, physics

More information

Elliptical Reflector Tutorial. 6/16/2000 TracePro Elliptical Reflector Tutorial 1

Elliptical Reflector Tutorial. 6/16/2000 TracePro Elliptical Reflector Tutorial 1 Elliptical Reflector Tutorial 6/16/2000 TracePro Elliptical Reflector Tutorial 1 Opening the Elliptical Reflector File Open the File Menu and select the Open option. A Open file dialog box will appear.

More information

Case Study: The Pixar Story. By Connor Molde Comptuer Games & Interactive Media Year 1

Case Study: The Pixar Story. By Connor Molde Comptuer Games & Interactive Media Year 1 Case Study: The Pixar Story By Connor Molde Comptuer Games & Interactive Media Year 1 Contents Section One: Introduction Page 1 Section Two: About Pixar Page 2 Section Three: Drawing Page 3 Section Four:

More information

v1.5 Latest version: v16r2 Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals

v1.5 Latest version: v16r2 Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals v1.5 from a physicist Panoramix: Interactive Data Visualization for LHCb Author: Guy Barrand (Framework) + contribution from many individuals lhcb-panoramix@cern.ch Web page: http://lhcb-comp.web.cern.ch/lhcb-comp/frameworks/visualization/

More information

Geant4 v9.3p01. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v9.3p01. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v9.3p01 Kernel III Makoto Asai (SLAC) Geant4 Tutorial Course Contents Parallel geometry Moving objects Fast simulation (Shower parameterization) Tips for Speeding Up Kernel III - M.Asai (SLAC) 2

More information

Geant4 activities at DESY

Geant4 activities at DESY Geant4 activities at DESY 3 rd Ecfa/Desy workshop Prague November 2002 Frank Gaede DESY -IT- Outline Introduction Current work Near term goals Looking ahead Conclusion ECFA/DESY workshop Prague 11/02 Frank

More information

Chapter 1- The Blender Interface

Chapter 1- The Blender Interface The Blender Screen When I first looked at Blender and read some tutorials I thought that this looked easy and made sense. After taking the program for a test run, I decided to forget about it for a while

More information

Part 3. Operating Systems

Part 3. Operating Systems Part 3 Operating Systems Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be

More information

MOKKA. Database. So#ware

MOKKA. Database. So#ware MOKKA So#ware Database I. General presentation of Mokka software and database architecture, overview relationships between software and database II. Modifying detector geometry using steering commands

More information

SCIRun: Module Development Basics

SCIRun: Module Development Basics SCIRun: Module Development Basics CIBC/NEU Workshop 2012 http://bit.ly/scirundevworkshop Goals Take you from "Hello World" in SCIRun to being able to develop an interesting module. Learn some software

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Using Fluxes and Geometries

Using Fluxes and Geometries Using Fluxes and Geometries Gabriel N. Perdue Fermilab Special thanks to Robert Hatcher for much of the material in this presentation. Why does GENIE need Geometry? Real fluxes and geometries are never

More information

What s New to Version 2.0

What s New to Version 2.0 SU Animate 2.0 Guide What s New to Version 2.0...1 Install...2 Cameras, Curves & Paths...3 Use a Camera path to create a simple walk thru effect...8 Animating Objects with Target Groups...9 Using four

More information

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox SOFTWARE AND MULTIMEDIA Chapter 6 Created by S. Cox OBJECTIVES Classify multimedia application software Describe software needed to create elements of a multimedia production Identify the software used

More information

EXCELLENT ACADEMY OF ENGINEERING. Telephone: /

EXCELLENT ACADEMY OF ENGINEERING. Telephone: / Common file extensions that are good to know, organized by file format. Text Files.doc.log.msg.rtf.txt.wpd.wps Microsoft Word Document Log File Mail Message Rich Text Format Text File WordPerfect Document

More information

PowerPoint 2 (Office 2007)

PowerPoint 2 (Office 2007) Reference Services Division Presents PowerPoint 2 (Office 2007) In this class, we will continue to work with PowerPoint and explore more advanced features through a class exercise. This handout covers

More information

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5

Power Point 2004 in 10 Steps! Rev. 4/9/06: Steven Chevalia, SHS Charlene Chausis, Adlai E. Stevenson HS. Page 5 PowerPoint 2004 in 10 steps! Used extensively in the business world, slide show presentations are becoming popular learning tools in the classroom. Teachers and students appreciate the easy-to-use layout

More information

November 2005, Geant4 v7.1. UI command. Makoto Asai (SLAC) Geant4 Tutorial Bordeaux November 2005

November 2005, Geant4 v7.1. UI command. Makoto Asai (SLAC) Geant4 Tutorial Bordeaux November 2005 November 2005, Geant4 v7.1 UI command Makoto Asai (SLAC) Geant4 Tutorial Course @ Bordeaux November 2005 Command syntax G4UIterminal Alias and loop Mechanism of UI command Messenger class Defining a command

More information

COS 116 The Computational Universe Laboratory 10: Computer Graphics

COS 116 The Computational Universe Laboratory 10: Computer Graphics COS 116 The Computational Universe Laboratory 10: Computer Graphics As mentioned in lecture, computer graphics has four major parts: imaging, rendering, modeling, and animation. In this lab you will learn

More information

Index. Guide. Camera Detect Event Guide. AcuraVision

Index. Guide. Camera Detect Event Guide. AcuraVision Index Guide of Camera Detect Events in AcuraVision How to use Motion Detection... 2 How to use Missing & Left Object Detection... 4 How to use Secure Zone Detection... 6 How to use Flow Counting feature...

More information

HEP data analysis using ROOT

HEP data analysis using ROOT HEP data analysis using ROOT week 3 ROOT Maths and Physics Libraries ROOT Geometries Mark Hodgkinson 1 Week 3 ROOT maths and physics libraries vectors and their operations data modelling with RooFit ROOT

More information

Topics for the TKR Software Review Tracy Usher, Leon Rochester

Topics for the TKR Software Review Tracy Usher, Leon Rochester Topics for the TKR Software Review Tracy Usher, Leon Rochester Progress in reconstruction Reconstruction short-term plans Simulation Calibration issues Balloon-specific support Personnel and Schedule TKR

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

Animation Charts. What is in the Animation Charts Package? Flying Cycle. Throw Side View. Jump. Side View. Sequence Layout

Animation Charts. What is in the Animation Charts Package? Flying Cycle. Throw Side View. Jump. Side View. Sequence Layout Toon Boom Animation provides several animation charts designed to help you animate different characters. The Animation Chart Package contains main actions and animation such as, walking, flying, weight

More information

Input devices are hardware devices that allow data to be entered into a computer.

Input devices are hardware devices that allow data to be entered into a computer. 1.4.2 Input Devices Input devices are hardware devices that allow data to be entered into a computer. Input devices are part of the four main hardware components of a computer system. The Image below shows

More information

DVD Production I: Introduction to idvd

DVD Production I: Introduction to idvd DVD Production I: Introduction to idvd Assemble your movies and still images Before you create your DVD, assemble your materials and check that your movies are in the correct format for idvd. All movies

More information

Paint by Numbers and Comprehensible Rendering of 3D Shapes

Paint by Numbers and Comprehensible Rendering of 3D Shapes Paint by Numbers and Comprehensible Rendering of 3D Shapes Prof. Allison Klein Announcements Sign up for 1 st presentation at end of class today Undergrads: Thinking about grad school? Still here over

More information

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/27/2017

Computer Graphics. Si Lu. Fall uter_graphics.htm 11/27/2017 Computer Graphics Si Lu Fall 2017 http://web.cecs.pdx.edu/~lusi/cs447/cs447_547_comp uter_graphics.htm 11/27/2017 Last time o Ray tracing 2 Today o Animation o Final Exam: 14:00-15:30, Novermber 29, 2017

More information

We created a few different effects and animations using this technique as applied to clones.

We created a few different effects and animations using this technique as applied to clones. Contents Scratch Advanced: Tick technique and Clones... 1 The tick-technique!... 1 Part 1: The Game Time Loop... 1 Part 2: The setup... 2 Part 3: The sprites react to each game tick... 2 The Spinning Shape

More information

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements 8.882 LHC Physics Experimental Methods and Measurements Track Reconstruction and Fitting [Lecture 8, March 2, 2009] Organizational Issues Due days for the documented analyses project 1 is due March 12

More information

Homework 2: Bouncing Ball Part 1: Bouncing Ball Key poses (timing and spacing) - DUE Tuesday, January 17

Homework 2: Bouncing Ball Part 1: Bouncing Ball Key poses (timing and spacing) - DUE Tuesday, January 17 Homework 2: Bouncing Ball Part 1: Bouncing Ball Key poses (timing and spacing) - DUE Tuesday, January 17 A bouncing ball is a classic place to begin animating. If you can make a bouncing ball look convincing,

More information

LCDG4 at NIU Status and Plans

LCDG4 at NIU Status and Plans LCDG4 at NIU Status and Plans Dhiman Chakraborty, Guilherme Lima, Manuel Martin, Jeremy McCormick, Vishnu Zutshi NICADD / Northern Illinois University American Linear Collider Workshop Cornell University,

More information

VISIPLAN 3D ALARA planning tool Version 3.0

VISIPLAN 3D ALARA planning tool Version 3.0 VISIPLAN 3.0 User's Guide 1 VISIPLAN 3D ALARA planning tool Version 3.0 A 3D-ALARA planning tool for routine work and interventions in an environment with risk of external exposure. User's Guide NS/Fve/IDPBW/00-775

More information

Group members: Raul Thomas Kezia Lee Hamilton Renecia Johnson

Group members: Raul Thomas Kezia Lee Hamilton Renecia Johnson Manual Group members: Raul Thomas Kezia Lee Hamilton Renecia Johnson Kinovea Kinovea is an open source solution for video analysis. It is mostly used for Sports coaches Athletes It supports specific functions

More information