Difference between revisions of "Photon Detector Analysis Software"

From PolWiki
Jump to navigationJump to search
 
Line 1: Line 1:
Analysis Software:
+
== Source Code ==
  
Presently, my analysis scripts are stored on the Hall C Git server. To get a copy of the latest work type:
+
All the macros that I have used in the analysis of the Photon Detector for Qweak is under the [https://hallcweb.jlab.org/wiki/index.php/Hallcgit.jlab.org HallC Git Server]. To get a copy of the source code in a terminal with the proper Git packages installed, type:
  
<source lang="bash">
 
  
git clone git@hallcgit.jlab.org:/cornejo/QweakComptonPhotonAnalysis.git
+
<code>
 +
git clone git@hallcgit.jlab.org:/cornejo/QweakComptonPhotonAnalysis.git <Destination Directory>
 +
</code>
  
</source>
+
where <code><Destination Directory></code> is an optional path to where to copy the source code to.

Latest revision as of 14:58, 4 December 2014

Source Code

All the macros that I have used in the analysis of the Photon Detector for Qweak is under the HallC Git Server. To get a copy of the source code in a terminal with the proper Git packages installed, type:


git clone git@hallcgit.jlab.org:/cornejo/QweakComptonPhotonAnalysis.git <Destination Directory>

where <Destination Directory> is an optional path to where to copy the source code to.