Difference between revisions of "Programming Resources (d2n)"

From Hall A Wiki
Jump to: navigation, search
(New page: * Here we can place links to code that we would like to share with one another (fits to data, calculations, etc.) ** [http://www.jlab.org/~flay/code.html Skim Analysis Code] *** Contains ...)
 
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Here we can place links to code that we would like to share with one another (fits to data, calculations, etc.)
+
==='''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
  
** [http://www.jlab.org/~flay/code.html Skim Analysis Code]
+
==='''Programming Tips'''===
*** Contains a number of classes designed to manage input and output data, along with some classes more specific to the skim procedure
+
* [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