Difference between revisions of "Programming Resources (d2n)"

From Hall A Wiki
Jump to: navigation, search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* '''Analysis Code'''
+
==='''Analysis Code'''===
** [http://www.jlab.org/~flay/code.html Skim Analysis Code]
+
* [http://www.jlab.org/~flay/code.html Skim Analysis]
*** Contains a number of classes designed to manage input and output data, along with some classes more specific to the skim procedure
+
** Contains a number of classes designed to manage input and output data, along with some classes more specific to the skim procedure
 +
 
 +
==='''Programming Tips'''===
 +
* [http://diana.parno.net/thoughts Diana's ROOT programming tips]
 +
** Thoroughly random documentation of ROOT, LaTeX, etc fixes that Diana has used at one point or another.

Latest revision as of 22:13, 17 January 2013

Analysis Code

  • Skim Analysis
    • Contains a number of classes designed to manage input and output data, along with some classes more specific to the skim procedure

Programming Tips