Pedro Arce GAMOS primer 1 Exercise 0: installation Open a web browser in Go to GAMOS web page : search for Geant4  Applications.

Slides:



Advertisements
Similar presentations
Creating a Virtual Machine Researched and Created by Bryan Bankhead.
Advertisements

Linux commands exercise 1. What do you need, if you try to these at home? You need to download and install Ubuntu Linux from the Internet – DVD is need.
Exercise 0: installation
Collaboration Suite Business Process Management
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Tutorial on Visual Studio express Introduction Visual Studio Express Editions are a new line of Microsoft development Tools. This line of products.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
The basics of the Online Portal
D.I.R.T. Training, Module 1 Web Registration and Usage of damagereporting.org Houston, TX, 3/31-4/1/05 DIRT Development Team.
bWAPP – Bee Bug – Installation
IT 211 Project Integration and Deployment Lab #11.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
Tutorial on using the DE2i-150 development board
1 Installation When this module is complete, you will be able to:  Set a static IP address for your laptop  Install the snom ONE software  Navigate.
Launch SpecE8 and React from GSS. You can use the chemical analyses in a GSS data sheet to set up and run SpecE8 and React calculations. Analysis → Launch…
Introduction to Engineering MATLAB – 6 Script Files - 1 Agenda Script files.
Pedro Arce Introducción a GEANT4 1 GAMOS tutorial Plug-in’s Exercises Pedro Arce Dubois CIEMAT
Click on these! %2Fblank%2Fbrowse.asp%3FA%3D383%26BMDRN%3D2000%26BCOB%3D0% 26C%3D64893.
How to access the project from googlecode using GIT.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
Matthew Ellis rd January 2006 CM610 Assignment Bsc(Hons) Computing Studies.
Configuring IQmol for Windows machines, use version!
Paris package: practical aspects Installation / presentation To run a simulation Analysis To add a new module to Paris Installation / presentation To run.
An Introduction to Designing, Executing and Sharing Workflows with Taverna Katy Wolstencroft myGrid University of Manchester IMPACT/Taverna Hackathon 2011.
Right-click on this, and select: Copy To Folder …
XP Browser and Basics COM111 Introduction to Computer Applications.
1 Double Click to Edit. Installing Evernote 22 First, download the installation software. Open your favorite web browser and visit the Evernote Web site.
Introduction to Scripting Workshop October
Package & Deploy. OBJECTIVES Package Deploy Way to package.
How to Install Eclipse Click hereClick here to download Eclipse.
1.5 LooGix.com Experience and Creation Meg Moring.
Setting up Dreamweaver to use your local WAMP testing Server
1 Import NOAA Atlas 14 Data June 2015 Obtaining NOAA Atlas 14 Rainfall Data and Importing it into WinTR-20 Presented by: WinTR-20 Development Team.
Copy of the from the secure website - click on the AccoridaLife.zip link.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Chapter 1 Software Installation and Creating a New Company Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
Pedro Arce Introducción a GEANT4 1 GAMOS tutorial RadioTherapy Exercises Pedro Arce Dubois CIEMAT
CHOOSE 1 OF THESE.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
July LJM Introduction to Bioinformatics Lisa Mullan, HGMP-RC.
Class Web Page WB_Class_Web_Page.hml. Accessing the class web page Use a browser URL Requires.
Installing iHRIS on VMWare
free number
Apache Tomcat & Quick Tutorial
How to Start SQL Server and SSDT BI in Local
Exercise 0: installation
Introduction to Metview
An Eclipse Plugin for Creating Windows Graphical User Interfaces
WORKSHOP 1 Planetary Gear Sets Modification
GAMOS tutorial PET Exercises
Create Virtual Directory Windows 8 - IIS 8.5
How to Download and Install Windows Live Messenger
The Linux Operating System
Installing R and R Studio
Software reliability with GAMOS
Getting started in Eclipse
Install DoD CA Certificate Instructions for Chrome
How to Create a KPI Dashboard Report
At Software Download Help, you will get to know about all the processes from downloading to installation at just one place without wasting even a bit of.
IOTA HOW TO START BUILDING.
Instructions for Windows users:
Instructions for Windows users:
Instructions for Windows users:
Install MySQL Community Server and MySQL Workbench
GAMOS tutorial Plug-in’s Exercises
Scripts In Matlab.
Input and Output Python3 Beginner #3.
HOW TO CREATE BIBLIOGRAPHY:
An Eclipse Plugin for Creating Windows Graphical User Interfaces
Presentation transcript:

Pedro Arce GAMOS primer 1 Exercise 0: installation Open a web browser in Go to GAMOS web page : search for Geant4  Applications  Medical  GAMOS Or  Go to Download  Register yourself as New User  Get the scripts of GAMOS (right-click and save)  Leave the web browser and go to the terminal window in VMWARE  sh download_scripts  Install it  cd scripts  sh installGamos.sh $HOME/gamos (or choose a different directory name)

Pedro Arce GAMOS primer 2 Running GAMOS Type in your terminal: cd $HOME/gamos/GAMOS source config/confgamos.sh cd tutorials/Primer To run GAMOS: gamos exercise0a.in (output will be in gamos.log, errors in gamos_error.log ) edit gamos.log

Pedro Arce GAMOS primer 3 Start your example Create a new directory: cd.. mkdir myExample1 cd myExample1 Copy files from Primer: cp../Primer/exercise0a.in. cp../Primer/exercise0.geom.

Pedro Arce GAMOS primer 4 Visualising geometry Edit your input file (test.in) Add one line before ‘/run/beamOn 10 ’ /control/execute../../examples/visVRML2FILE.in It will produce a VRML file with the geometry (g4_00.wrl) and a VRML file with the geometry and tracks (g4_01.wrl) To visualise these files, download visualiser (there are many, many VRML visualisers in the web..)

Pedro Arce GAMOS primer 5 Visualise histograms Use ROOT software Create some histograms Add one line before ‘/run/beamOn 10 ’ /gamos/userAction GmTrackDataHistosUA Open the file. Type: root GmTrackDataHistosUA.root new TBrowser Select ‘ROOT Files’  ‘GmTrackDataHistosUA.root’  any histogram… (click twice with left-button)