Difference between revisions of "CH Starting CODA & Reading CODA Data"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* source ~/src/ROOT/root-6.22.00/obj/bin/thisroot.sh | * 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 | * ~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) | :* 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 | ::* 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 | ||
---- | ---- | ||
[[PAS_Experiment]] | [[PAS_Experiment]] |
Revision as of 19:49, 17 August 2021
Current as of 8/9/21
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