Exercise 0: installation

Slides:



Advertisements
Similar presentations
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.
Advertisements

Hyrax Installation and Customization ESIP ‘08 Summer Meeting Best Practices in Services and Data Interoperability Dan Holloway James Gallagher.
Web Application Server Apache Tomcat Downloading and Deployment Guide.
GAMOS tutorial Histogram and Scorers Exercises
CS 110 Intro to Computer Science I Sami Rollins Fall 2006.
1 Gentle Introduction to Programming Tirgul 1: Shell and Scala “hands on” in the lab.
SERVLETS.
Unreal Mod Installer Matthew Sable 8/16/2015. Before We Begin Make sure that your mod works under Unreal 2004 v and that client machines are patched.
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.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
Intro to PHP at Winthrop CSCI 297 Scripting Languages Day One.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
ROOT An object oriented HEP analysis framework.. Computing in Physics Physics = experimental science =>Experiments (e.g. at CERN) Planning phase Physics.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
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.
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
Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
BIT 286: Web Applications Automated Web Testing. Selenium  Selenium Is moving from being Firefox based to being more of a 'normal desktop' program that.
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.
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.
Package & Deploy. OBJECTIVES Package Deploy Way to package.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Pedro Arce GAMOS primer 1 Exercise 0: installation Open a web browser in Go to GAMOS web page : search for Geant4  Applications.
Setting up Dreamweaver to use your local WAMP testing Server
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.
Pedro Arce Introducción a GEANT4 1 GAMOS tutorial RadioTherapy Exercises Pedro Arce Dubois CIEMAT
TP…..lab work 1)Vigru 2)Standard analysis / conversion 3)User analysis 4)Usage of cuts 5)In Ganil Acquisition ( nota : available files in /home/legeard/TP/
1 G4UIRoot Isidro González ALICE ROOT /10/2002.
Your EC2 Instance. How to Connect to your EC2 Instance?
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Introduction to ASP.NET, Second Edition2 Chapter Objectives.
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
How to Start SQL Server and SSDT BI in Local
Hyrax Configuration.
Getting Eclipse for C/C++ Development
Exercise 0: installation
Introduction to Metview
GAMOS tutorial PET Exercises
Auburn University COMP 2710 Software Construction xCode Development Environment for C++ Programming in Mac OS Dr. Xiao.
The Linux Operating System
Installing R and R Studio
Software reliability with GAMOS
Getting started in Eclipse
Install DoD CA Certificate Instructions for Chrome
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
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.
Using emacs and G++ at U. W.
Install MySQL Community Server and MySQL Workbench
GAMOS tutorial Plug-in’s Exercises
Scripts In Matlab.
By Rajanikanth B Eclipse IDE Overview By Rajanikanth B
Getting Eclipse for C/C++ Development
Input and Output Python3 Beginner #3.
Move the cursor to cell A1 of the ‘Input’ worksheet.
XAMPP.
Presentation transcript:

Exercise 0: installation Anaphe -- OO Data Analysis using C++ and Python 16 April 2017 Exercise 0: installation Open a web browser in Go to GAMOS web page http://www.google.com : search for Geant4  Applications  Medical  GAMOS Or http://fismed.ciemat.es/GAMOS Go to Download Register yourself as New User Get the scripts of GAMOS.3.1.0 (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/gamos2 It will take a long time, mainly compiling Geant4, so stop it for today (Ctrl C), it is already installed Pedro Arce GAMOS primer Andreas Pfeiffer, CERN/IT-API, andreas.pfeiffer@cern.ch

Anaphe -- OO Data Analysis using C++ and Python 16 April 2017 Running GAMOS Type in your terminal: cd $HOME/gamos/GAMOS.3.1.0 source config/confgamos.sh source config/confgamos.csh cd examples/test To run GAMOS: gamos test.in (output will be in gamos.log, errors in gamos_error.log) edit gamos.log Pedro Arce GAMOS primer Andreas Pfeiffer, CERN/IT-API, andreas.pfeiffer@cern.ch

Anaphe -- OO Data Analysis using C++ and Python 16 April 2017 Start your example Create a new directory: cd .. mkdir myExample1 Cd myExample1 Copy files from example/test: cp ../test/test.in . cp ../test/test.geom . Pedro Arce GAMOS primer Andreas Pfeiffer, CERN/IT-API, andreas.pfeiffer@cern.ch

Anaphe -- OO Data Analysis using C++ and Python 16 April 2017 Visualising geometry Edit your input file (phantom.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..) Copy g4_01.wrl to windows Open this file with 3dexplorer Pedro Arce GAMOS primer Andreas Pfeiffer, CERN/IT-API, andreas.pfeiffer@cern.ch

Anaphe -- OO Data Analysis using C++ and Python 16 April 2017 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) Pedro Arce GAMOS primer Andreas Pfeiffer, CERN/IT-API, andreas.pfeiffer@cern.ch