Difference between revisions of "ROOT Analyzer"

From HallCWiki
Jump to: navigation, search
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This is a place holder for information about the Hall C ROOT/C++ analyzer, currently under development.
+
Hall C has developed a new event analysis tool to analyze data from the HMS, SHMS and SOS spectrometers in Hall C for the 12 GeV program.  It has replaced the historical Hall C analyzer, ENGINE, which was written in Fortran.  The new software, hcana, is written in C++ and is an extension of the Hall A analyzer, podd, which uses the CERN ROOT framework.
  
The Hall C ROOT/C++ analyzer is based on the Hall A ROOT/C++ analyzer ([https://hallaweb.jlab.org/podd/index.html Documentation of Hall A analyzer] )
+
Information on downloading, compiling and running the new analyzer can be found at:
 +
* [[Analyzer/Git]]
 +
* [[Analyzer/Compiling]]
 +
**[https://hallcweb.jlab.org/hcana/nightly/ Results] of the nightly build
 +
* [[Analyzer/Comparisons]] Info on comparing results between ENGINE and HCANA
 +
* [[Analyzer/Running]]
 +
* [https://hallcweb.jlab.org/DocDB/0008/000816/001/Pooser_HallC_Analyzer.pdf Hall C Analyzer Update] - Talk given at the 2017 Hall C Winter Collaboration Meeting
 +
* [https://redmine.jlab.org/projects/podd/wiki/Workshop2018 Joint Hall A & C Analysis Workshop 2018] - Includes tutorial material and videos of the sessions
  
More information about the skeleton analyzer is at
+
[[ROOT Analyzer/Notes]] contains notes and random thoughts about the development of hcana.
[[Analyzer/Git]], [[Analyzer/Compiling]], and [[Analyzer/Running]].
+
  
The Hall C ROOT/C++ analyzer HCANA [https://userweb.jlab.org/~jones/hcana-htmldoc/ Class index]  
+
[https://hallcweb.jlab.org/hcana/docs The Hall C ROOT/C++ HCANA analyzer Doxygen]
  
[[ROOT Analyzer/Notes]] contains notes and random thoughts about the C++ analyzer.
+
[https://hallcweb.jlab.org/hcana/podddocs/ The Hall A ROOT/C++ PODD analyzer Doxygen documentation]
 +
[[category:12GeV Software]]
  
 
+
[https://hallcweb.jlab.org/analysis_documentation/ Old Hall C Analyzer Documentation ]
[[category:12GeV Software]]
+

Latest revision as of 10:24, 23 September 2019

Hall C has developed a new event analysis tool to analyze data from the HMS, SHMS and SOS spectrometers in Hall C for the 12 GeV program. It has replaced the historical Hall C analyzer, ENGINE, which was written in Fortran. The new software, hcana, is written in C++ and is an extension of the Hall A analyzer, podd, which uses the CERN ROOT framework.

Information on downloading, compiling and running the new analyzer can be found at:

ROOT Analyzer/Notes contains notes and random thoughts about the development of hcana.

The Hall C ROOT/C++ HCANA analyzer Doxygen

The Hall A ROOT/C++ PODD analyzer Doxygen documentation

Old Hall C Analyzer Documentation