Difference between revisions of "Analysis Software Setup"
From Hall A Wiki
(New page: <h3> Analysis Software Setup </h3> #Downloaded and installed ROOT version 5.26/00 (Pro Version from the ROOT website). This is installed in the /home/gep5/root. Added "source /home/gep...) |
|||
Line 1: | Line 1: | ||
− | + | == Analysis Software Setup == | |
#Downloaded and installed ROOT version 5.26/00 (Pro Version from the ROOT website). This is installed in the /home/gep5/root. Added "source /home/gep5/root/bin/thisroot.csh to ~/.cshrc | #Downloaded and installed ROOT version 5.26/00 (Pro Version from the ROOT website). This is installed in the /home/gep5/root. Added "source /home/gep5/root/bin/thisroot.csh to ~/.cshrc | ||
Line 7: | Line 7: | ||
#Copied over the /home/adaq/gem_replay directory from adaq@yer122 as /home/gep5/gem_replay. Within this directory, went into the TreeSearch-GEM_Update directory, did "make realclean; make" to create libTreeSearch-GEM.so. In the top level directory, a softlink needs to exist which points to this library. | #Copied over the /home/adaq/gem_replay directory from adaq@yer122 as /home/gep5/gem_replay. Within this directory, went into the TreeSearch-GEM_Update directory, did "make realclean; make" to create libTreeSearch-GEM.so. In the top level directory, a softlink needs to exist which points to this library. | ||
#Edited gem_replay.C in the main directory and modified the path to the data files, as well as the filename format. | #Edited gem_replay.C in the main directory and modified the path to the data files, as well as the filename format. | ||
+ | |||
+ | == Pedestal run == | ||
+ | # Analyze data in ''gem_replay'' directory : ''analyzer gem_replay.C'' | ||
+ | # Extract pedestals | ||
+ | ##Start root | ||
+ | ##To open root file: ''.x gem_open.C'' | ||
+ | ## |
Revision as of 12:50, 9 March 2011
Analysis Software Setup
- Downloaded and installed ROOT version 5.26/00 (Pro Version from the ROOT website). This is installed in the /home/gep5/root. Added "source /home/gep5/root/bin/thisroot.csh to ~/.cshrc
- Downloaded and installed the Hall A Analyzer version 1.5.12. Installed in /home/gep5/analyzer-1.5.12, and then made a softlink /home/gep5/analyzer to this directory.
- Added appropriate lines to ~/.cshrc to add the analyzer directory to the path, etc.
- Copied over the /home/adaq/analyzer/DB directory from adaq@yer122. This file contains the run database information.
- Copied over the /home/adaq/gem_replay directory from adaq@yer122 as /home/gep5/gem_replay. Within this directory, went into the TreeSearch-GEM_Update directory, did "make realclean; make" to create libTreeSearch-GEM.so. In the top level directory, a softlink needs to exist which points to this library.
- Edited gem_replay.C in the main directory and modified the path to the data files, as well as the filename format.
Pedestal run
- Analyze data in gem_replay directory : analyzer gem_replay.C
- Extract pedestals
- Start root
- To open root file: .x gem_open.C