Difference between revisions of "CH Starting CODA & Reading CODA Data"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
='''Current as of 8/9/21'''= | ='''Current as of 8/9/21'''= | ||
− | '''For data analysis''' | + | =='''For data analysis'''== |
− | ='''DAQ1'''= | + | ==='''DAQ1'''=== |
Line 19: | Line 19: | ||
::* Example: r7074.dat | ::* Example: r7074.dat | ||
− | ='''DAQ2'''= | + | ==='''DAQ2'''=== |
* source CODA/3.10/coda_scripts/setupCODA3.tcsh | * source CODA/3.10/coda_scripts/setupCODA3.tcsh |
Revision as of 19:50, 17 August 2021
Current as of 8/9/21
For data analysis
DAQ1
Commands
- source ~/CODA/coda_scripts/setupCODA3.bash
- source ~/src/ROOT/root-6.22.00/obj/bin/thisroot.sh
- cd /data/
- ~daq/CODA/CODAreader/ROOT_V6.22/PAA/evio2nt -fr####.dat > /dev/null
- Since future me is probably just as dumb as I am now, the r####.dat is the dat file output from the event manager (should match what is in RCGUI)
- Example: r7074.dat
DAQ2
- source CODA/3.10/coda_scripts/setupCODA3.tcsh
- source ~/src/ROOT/v6.20/builddir/bin/thisroot.tcsh
- cd /data/
- ~daq/CODA?CODAreader/ROOT_V6.22/PAA/evio2nt -fr####.dat >/dev/null