Difference between revisions of "Documentation of g4sbs"

From Hall A Wiki
Jump to: navigation, search
(Getting the code and building the program)
Line 13: Line 13:
 
|}
 
|}
  
For this method to work, the ssh public key on the machine where you want to get the code must be added to your github account.
+
For this method to work, the ssh public key on the machine where you want to get the code must be added to your github account (see [https://help.github.com/articles/generating-ssh-keys/ Guide] to generating ssh keys and adding to your github.com account.)
  
 
==How to run the program==
 
==How to run the program==
Line 29: Line 29:
 
[http://git-scm.com/documentation Git Documentation]
 
[http://git-scm.com/documentation Git Documentation]
 
[https://github.com/JeffersonLab/g4sbs Github.com] homepage for g4sbs
 
[https://github.com/JeffersonLab/g4sbs Github.com] homepage for g4sbs
 
[https://help.github.com/articles/generating-ssh-keys/ Guide] to generating ssh keys and adding to your github.com account.
 

Revision as of 17:51, 22 July 2015

Documentation page for g4sbs

This page is maintained by the UConn group (Andrew Puckett) and as of July 22, 2015 is based on the "uconn_dev" branch of g4sbs on github.

Getting the code and building the program

The code is hosted on a github repository owned by JLab. To clone via ssh (preferred method on JLab batch farm), do:

git clone git@github.com:JeffersonLab/g4sbs.git

For this method to work, the ssh public key on the machine where you want to get the code must be added to your github account (see Guide to generating ssh keys and adding to your github.com account.)

How to run the program

g4sbs commands

"Pre-init" vs "Post-init" commands

Setting up the magnetic field

Output ROOT tree structure

Useful links

Git Documentation Github.com homepage for g4sbs