Geant4 v9.4 User Interface I Makoto Asai (SLAC) Geant4 Tutorial Course.

Slides:



Advertisements
Similar presentations
JavaScript I. JavaScript is an object oriented programming language used to add interactivity to web pages. Different from Java, even though bears some.
Advertisements

First Step on User Commands Makoto Asai (SLAC) Geant4 Users CERN Nov. 11th, 2002.
Geant4 v9.2p02 User Interface I Makoto Asai (SLAC) Geant4 Tutorial Course.
CSCI 1730 April 1 st, Materials Class notes slides & some “plain old” html & source code examples linked from course calendar board notes & diagrams.
User Interface I Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v8.3.
Using Linux Commands Lab 4 1. Create empty files To create an empty file $ touch apple banana grape grapefruit watermelon $ ls -l Using file-matching.
FILE TRANSFER PROTOCOL Short for File Transfer Protocol, the protocol for exchanging files over the Internet. FTP works in the same way as HTTP for transferring.
Geant4 v9.2p02 User Interface II Makoto Asai (SLAC) Geant4 Tutorial Course.
CS Lecture 03 Outline Sed and awk from previous lecture Writing simple bash script Assignment 1 discussion 1CS 311 Operating SystemsLecture 03.
Geant4 User Interface Overview Geant4 Mini-Tutorial Hebden Bridge 15 September 2007 Joseph Perl, SLAC (mostly stolen from a talk by Makoto Asai)
Linux+ Guide to Linux Certification, Second Edition
Chapter 5 Accessing Files and Directories. How Directories Get Created OS installation: usr, dev, etc, export, kernel and others places to store installation.
User Commands Makoto Asai (SLAC) Geant4 Users SLAC Feb. 19th, 2002.
Exercise 10 Review: pointers, strings and recursion.
Guide To UNIX Using Linux Third Edition
Victor Serbo, SLAC30 September 2004, Interlaken, Switzerland JASSimApp plugin for JAS3: Interactive Geant4 GUI Serbo, Victor (SLAC) - presenter Donszelmann,
Using Linux Commands 2 Lab#5
Introduction to Linux and Shell Scripting Jacob Chan.
Using Linux Commands 2 Lab#5. Sort command Sort the lines of text files. $ sort fileName by default it will sort in normal order(alphabetical 0-9 A-Z.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
IEEE Nuclear Science Symposium and Medical Imaging Conference Short Course The Geant4 Simulation Toolkit Sunanda Banerjee (Saha Inst. Nucl. Phys., Kolkata,
1 Operating Systems Lecture 3 Shell Scripts. 2 Brief review of unix1.txt n Glob Construct (metacharacters) and other special characters F ?, *, [] F Ex.
Week 7 Working with the BASH Shell. Objectives  Redirect the input and output of a command  Identify and manipulate common shell environment variables.
– Introduction to the Shell 10/1/2015 Introduction to the Shell – Session Introduction to the Shell – Session 2 · Permissions · Users.
An Introduction to Unix Shell Scripting
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 2 Input, Processing, and Output.
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
The Java Programming Language
S9-1 ADM , Section 9, August 2005 Copyright  2005 MSC.Software Corporation SECTION 9 COMMAND LANGUAGE.
Unix Tutorial for FreeSurfer Users. Helpful To Know FreeSurfer Tutorial Wiki:
Introduction to Bash Programming Ellen Zhang. Previous three classes What have we learnt so far ?
Linux+ Guide to Linux Certification, Third Edition
Website Development with PHP and MySQL Saving Data.
1 Operating Systems Lecture 2 UNIX and Shell Scripts.
Introduction to Geant4 User Interface J. Perl1 6 June 2005 Introduction to Geant4 User Interface Joseph Perl Stanford Linear Accelerator Center.
Variables and ConstantstMyn1 Variables and Constants PHP stands for: ”PHP: Hypertext Preprocessor”, and it is a server-side programming language. Special.
UI command Makoto Asai (SLAC) Geant4 Tutorial CERN May 25-27, 2005 May 2005, Geant4 v7.0p01.
L&T Infotech1 UNIX – Getting Started - Aneesh Ramani.
Introducing Python CS 4320, SPRING Resources We will be following the Python tutorialPython tutorial These notes will cover the following sections.
Introducing Python CS 4320, SPRING Lexical Structure Two aspects of Python syntax may be challenging to Java programmers Indenting ◦Indenting is.
©Colin Jamison 2004 Shell scripting in Linux Colin Jamison.
CSCI 330 UNIX and Network Programming Unit III Shell, Part 1.
17-19 Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan 2007 Geant4 Collaboration.
1 © 2001 John Urrutia. All rights reserved. Chapter 2 Getting Started.
Linux+ Guide to Linux Certification, Second Edition
Introduction to Bash Shell. What is Shell? The shell is a command interpreter. It is the layer between the operating system kernel and the user.
Learning basic Unix command It 325 operating system.
1 G4UIRoot Isidro González ALICE ROOT /10/2002.
Dr. Abdullah Almutairi Spring PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used,
1 © 2012 John Urrutia. All rights reserved. Chapter 09 The TC Shell.
Unix Lab Fall Shell Scripting ●Through the shell (LXTerminal) you can: ●Run programs. ●Interact with the file system. ●Change settings. ●Send/receive.
Presentation By :- Nikhil R. Anande ( ) Electronic & Communication Engineering. 3 nd Year / 5 th Semester FACULTY GUIDE : RAHIUL PATEL SIR MICROCONTROLLER.
Linux Administration Working with the BASH Shell.
Bash Scripting CIRC Summer School 2016 Baowei Liu CIRC Summer School 2016 Baowei Liu.
CIRC Winter Boot Camp 2017 Baowei Liu
Shell Scripting March 1st, 2004 Class Meeting 7.
The full set of lecture notes of this Geant4 Course is available at
Command Line Arguments
UI & Interfaces : latest updates
User Interface
Makoto Asai (SLAC) Geant4 Tutorial Course
Makoto Asai (SLAC) Geant4 Tutorial Course
Makoto Asai (SLAC) Geant4 Tutorial Course
Makoto Asai (SLAC) Geant4 Tutorial Course
CSE 303 Concepts and Tools for Software Development
Geant4 course - exercices
Module 4 Command Line Skills
Makoto Asai (SLAC) Geant4 Users CERN Nov. 13th, 2002
Introduction to Bash Programming, part 3
Presentation transcript:

Geant4 v9.4 User Interface I Makoto Asai (SLAC) Geant4 Tutorial Course

Contents Command syntax Macro file G4UIterminal User Interface I - M. Asai (SLAC)2

Geant4 UI command A command consists of –Command directory –Command –Parameter(s) A parameter can be a type of string, boolean, integer or double. –Space is a delimiter. –Use double-quotes (“”) for string with space(s). A parameter may be “omittable”. If it is the case, a default value will be taken if you omit the parameter. –Default value is either predefined default value or current value according to its definition. –If you want to use the default value for your first parameter while you want to set your second parameter, use “!” as a place holder. /dir/command ! second User Interface I - M. Asai (SLAC)3 /run/verbose 1 /vis/viewer/flush

Command submission Geant4 UI command can be issued by –(G)UI interactive command submission –Macro file –Hard-coded implementation Slow but no need for the targeting class pointer Should not be used inside an event loop G4UImanager* UI = G4UImanager::GetUIpointer(); UI->ApplyCommand("/run/verbose 1"); The availability of individual command, the ranges of parameters, the available candidates on individual command parameter may vary according to the implementation of your application and may even vary dynamically during the execution of your job. some commands are available only for limited Geant4 application state(s). –E.g. /run/beamOn is available only for Idle states. User Interface I - M. Asai (SLAC)4

Command refusal Command will be refused in case of –Wrong application state –Wrong type of parameter –Insufficient number of parameters –Parameter out of its range For integer or double type parameter –Parameter out of its candidate list For string type parameter –Command not found User Interface I - M. Asai (SLAC)5

Macro file Macro file is an ASCII file contains UI commands. All commands must be given with their full-path directories. Use “#” for comment line. –First “#” to the end of the line will be ignored. –Comment lines will be echoed if /control/verbose is set to 2. Macro file can be executed –interactively or in (other) macro file /control/execute file_name –hard-coded G4UImanager* UI = G4UImanager::GetUIpointer(); UI->ApplyCommand("/control/execute file_name"); User Interface I - M. Asai (SLAC)6

Available Commands You can get a list of available commands including your custom ones by /control/manual [directory] –Plain text format to standard output /control/createHTML [directory] –HTML file(s) - one file per one (sub-)directory List of built-in commands is also available in section 7.1 of User's Guide For Application Developers. User Interface I - M. Asai (SLAC)7

Alias Alias can be defined by /control/alias [name] [value] –It is also set with /control/loop and /control/foreach commands –Aliased value is always treated as a string even if it contains numbers only. Alias is to be used with other UI command (and macro files). –Use curly brackets, { and }. –For example, frequently used lengthy command can be shortened by aliasing. /control/alias tv /tracking/verbose {tv} 1 –Aliases can be used recursively. /control/alias file1 /diskA/dirX/fileXX.dat /control/alias file2 /diskB/dirY/fileYY.dat /control/alias run 1 /myCmd/getFile {file{run}} User Interface I - M. Asai (SLAC)8

Loop /control/loop and /control/foreach commands execute a macro file more than once. Aliased variable name can be used inside the macro file. /control/loop [macroFile] [counterName] [initialValue] [finalValue] [stepSize] –counterName is aliased to the number as a loop counter /control/foreach [macroFile] [counterName] [valueList] –counterName is aliased to a value in valueList –valueList must be enclosed by double quotes (" ") on UI terminal or other macro file /control/loop myRun.mac Ekin in myRun.mac /control/foreach mySingleRun.mac pname “p pi- mu-” in mySingleRun.mac /gun/particle {pname} /gun/energy {Ekin} GeV /run/beamOn 100 User Interface I - M. Asai (SLAC)9

Batch mode / interactive mode In your main() int main(int argc, char** argv) { … if (argc != 1) { // batch mode G4String command = "/control/execute "; G4String fileName = argv[1]; UImanager->ApplyCommand(command+fileName); } else { // interactive mode : define UI session G4UIExecutive* ui = new G4UIExecutive(argc, argv); ui->SessionStart(); delete ui; } User Interface I - M. Asai (SLAC)10

Terminal commands Interactive terminal supports some Unix-like commands for directory. –cd, pwd - change and display current command directory By setting the current command directory, you may omit (part of) directory string. –ls - list available UI commands and sub-directories It also supports some other commands. –history - show previous commands –!historyID - re-issue previous command –arrow keys and tab (TC-shell only) –?UIcommand - show current parameter values of the command –help [UIcommand] - help –exit - job termination Above commands are interpreted in the interactive terminal and are not passed to Geant4 kernel. You cannot use them in a macro file. User Interface I - M. Asai (SLAC)11