Geant Simulation Tutorial 2002 년 6 월 26 일 2002 CHEP 여름학교 서울대학교 김복주 웹페이지 :http://susy07.snu.ac.kr/~bockjoo/chep_summerschool_2002/

Slides:



Advertisements
Similar presentations
14 May 2007 Upgrading Your Geant4 Release J. Perl 1 Upgrading Your Geant4 Release Joseph Perl, SLAC.
Advertisements

Exercise Exercise3.1 8 Exercise3.1 9 Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
CS 110 Intro to Computer Science I Sami Rollins Fall 2006.
Serpentine Channel Demonstration Documentation on the setup, design and simulation of a basic injector-separation channel model design.
Software Installation The full set of lecture notes of this Geant4 Course is available at
DKRZ Tutorial 2013, Hamburg1 Hands-on: NPB-MZ-MPI / BT VI-HPS Team.
Detector Simulation Writing a Detector Simulaton Program Bockjoo Kim Seoul N. Univ. CHEP, Summer School 2002 Kyunpook N. Univ., October 24-26, 2002 This.
SimpleScalar Tool Set, Version 2 CSE 323 Department of Computer Engineering.
C compilers and assignment 3 CS 210 Tutorial 8 Compiling C, assignment 3 helps Studwww.cs.auckland.ac.nz/ ~mngu012/public.html/210/8/
Operating Systems Lecture 5. Agenda for Today Review of previous lecture Browsing UNIX/Linux directory structure Useful UNIX/Linux commands Process concept.
Overview of LHCb applications and software environment LHCb software tutorial - March
Vim Editor and Unix Command gcc compiler Computer Networks.
(1) A Beginner’s Quick Start to SIMICS. (2) Disclaimer This is a quick start document to help users get set up quickly Does not replace the user guide.
Install and Setup VC++ and OpenGL Introduction to Computer Graphics and Animation (Principle of Computer Graphics) Rattapoom Waranusast.
Geant4 Installation Supported platforms:  Scientific Linux with gcc 4.1.2/4.6  Mac Os X 10.7 and 10.8 with gcc 4.21  Windows7 with Visual Studio.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
OSP Tutorial An Introduction. Getting to OSP  Obtain a CSE account  Recommend xming to remote log in from USF Website 
SEEM3460 Tutorial Multi-module programming in C. Copy the material Create the directory mkdir c_multi cd c_multi mkdir ask cd ask Copy files cp ~seem3460/distribute/c_multi-module/ask/ask_reverse.c.
C programming and compilers. At least 3 ways to compile C Using gcc in UNIX environment via chaos.cs.auckland.ac.nz Using gcc in Cygwin in Windows Using.
Cole David Ronnie Julio Sam Littlefield. Let’s Begin  Globus Toolkit runs on Unix platform only  Install Ubuntu  download all updates for Ubuntu.
ACTIVE V PASSIVE VERBS Tutorial.
Installation Tutorial Paola Sivera ESO ACS 2.1 for Linux RH7.2.
Basic Unix Commands CGS 3460, Lecture 6 Jan 23, 2006 Zhen Yang.
DOCUMENTATION SECTION GLOBAL DECLARATION SECTION
LHCb Simulation Tutorial CERN, 21 st -22 nd February B 00 l e Detector Simulation Examples.
CSCS-USI Summer School (Lugano, 8-19 July 2013)1 Hands-on exercise: NPB-MZ-MPI / BT VI-HPS Team.
Aibo Tutorial: Part1 – Getting Started. Steps to getting started Gather necessary elements Download Sony Software Set up you environment Checkout robocup.
CHEP ' 2003David Chamont (CMS - LLR)1 OVAL A testing tool for CMS software
Installing the Galaxie Driver The 335 DAD Galaxie driver is installed in two steps: 1.The 335 DAD driver files are copied to the Galaxie driver directory.
Basic Unix Commands & GCC Saurav Karmakar Spring 2007.
Problem Solving With C++ February Mac Users: Install xQuartz: 1.) Open the link 2.) Download xQuartz dmg.
CERN Tutorial, September Overview of LHCb applications and software environment.
LHCb Simulation Tutorial CERN, 21 st -22 nd February B 00 l e Detector Simulation Examples.
Validation db status and plans (what happened since the Collaboration meeting) Hans Wenzel 10th Physics Lists and Validation Tools working group meeting.
ACS on VxWorks B.Gustafsson European Southern Observatory ESO Feb ESO.
Makefile Script file to automate program compilation and linking (making) 1. Write the "makefile" 2. Write your programs 3. Run "make" or "make -f makefile"
Checkout, Installation and Running Tutorial-1 By V. Gyurjyan.
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
CSC Java Programming, Fall, 2008 August 28, 2008, class 2 Tuesday, September 2 uses Monday’s schedule!
 CSC 215 : Procedural Programming with C C Compilers.
CLHEP Infrastructure Improvements CHEP 2004 Lynn Garren, FNAL and Andreas Pfeiffer, CERN.
Web Application & Validation Hans Wenzel 20 th Geant4 Collaboration Meeting September 28, 2015.
Starting Analysis with Athena (Esteban Fullana Torregrosa) Rik Yoshida High Energy Physics Division Argonne National Laboratory.
1 COMP 3500 Introduction to Operating Systems Project 4 – Processes and System Calls Part 4: Managing File System State Dr. Xiao Qin Auburn University.
1 CS 192 Lecture 4 Winter 2003 December 8-9, 2003 Dr. Shafay Shamail.
Makefiles CSSE 332 Operating Systems
CSC 215 : Procedural Programming with C
How to Program.
Installation of the ALICE Software
Automating Builds with Makefiles
Tutorial Six Recap & Linux Basics CompSci Semester Two 2016.
Multi-module programming in C
How to Upgrade Your Geant4 Release
Operating System Discussion Section.
بسم الله الرحمن الرحیم.
Operating Systems Lecture 5.
المدخل إلى تكنولوجيا التعليم في ضوء الاتجاهات الحديثة
Multi-module programming in C
Software Installation
Getting Started: Developing Code with Cloud9
Multi-module programming in C
Setting up CDT Makefile project
Geant4 Workshop 02 October 2002, CERN Hajime Yoshida
Hacettepe University Computer Engineering Department
Introduction to Athena
How to Execute TSR Program
How to Execute TSR Program
Presentation transcript:

Geant Simulation Tutorial 2002 년 6 월 26 일 2002 CHEP 여름학교 서울대학교 김복주 웹페이지 :

Setting Up, Compiling, Linking 1.Go to CHEP Summer School directory: /d12/tutor/chep_summerschool_2002/ 2.Look inside of setup_cern.cshrc and edit it if necessary 3.CERN library setup $source setup_cern.cshrc 4.Compiling and linking 1.Method1 $gcc – c – o gxint.o gxint.f ; gcc – c – o uginit.o uginit.f … $gcc -o exercise_1 -O -L/usr/X11R6/lib – L${CERN_ROOT}/lib gxint.o uglast.o uginit.o … -lX11 -lgeant321 -lpawlib -lmathlib -lpacklib - lgraflib -lgrafX11 -lpacklib -lkernlib -lmathlib -lstdc++ -lg2c -lm - ldl -lcrypt – lnsl 1.Method2  This should work for today ’ s exercises $cd /d12/tutor/chep_summerschool_2002/exercise $./build_linux 1.Method3 : use Makefile

More compiling and linking (To make Geant++) Now, at exercise directory, do: $cp gxint.f.Motif gxint.f $./build_linux_lesstif

Do exercises 1,2,3, and 4 For exercise 1, follow instructions in For exercises 2, 3, and 4, follow instructions in