Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
5286c1d3
Commit
5286c1d3
authored
11 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
Add a README for GitHub.
parent
2fcd4eb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+53
-0
53 additions, 0 deletions
README.md
with
53 additions
and
0 deletions
README.md
0 → 100644
+
53
−
0
View file @
5286c1d3
hcana - Hall C ROOT/C++ analyzer
============================================
hcana is an under-development tool to analyze data from the HMS, SHMS and
SOS spectrometers in
[
Hall C
](
http://www.jlab.org/Hall-C/
)
at
[
JLab
](
http://www.jlab.org/
)
.
It is being developed to replace
the historical Hall C analyzer, ENGINE, which was written in Fortran.
hcana will be the package used to analyze Hall C date in the 12 GeV era.
hcana is being written in C++, using the CERN ROOT framework. hcana is
an extension to the Hall A analyzer, PODD.
NOTE: In the process of retrieving the hcana source code, a copy of
the Hall A PODD package will be downloaded. The version of PODD included
has been slightly modified for use with hcana. For an official version
of PODD, see the
[
ROOT/C++ Analyzer for Hall A
](
http://hallaweb.jlab.org/podd/
)
page.
Downloading
-----------
Instructions for downloading hcana can be found in the
[
Hall C Wiki
](
https://hallcweb.jlab.org/wiki/index.php/ROOT_Analyzer/Git
)
.
Compiling
---------
hcana may be compiled with either make or scons. Switching between these
two build systems make require some cleanup of dependency files, binary files
and other autogenerated files.
Before compiling, type
`source setup.sh`
or
`source setup.csh`
depending on whether your shell is bash or csh.
### Compiling with make
make
### Compiling with scons
python ./podd/scons/scons.py
To do the equivalent of "make clean", do
`python ./podd/scons/scons.py -c`
To compile the standalone codes the are part of podd, do
`python ./podd/scons/scons.py standalone=1`
Running
-------
Basic instructions on how to run hcana are in the
[
Hall C Wiki
](
https://hallcweb.jlab.org/wiki/index.php/ROOT_Analyzer/Running
)
.
Contributing
------------
To participate in hcana code development, contact Mark Jones or Stephen Wood.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment