Difference between revisions of "A W thesis"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
[[BO-08-22-13]] | [[BO-08-22-13]] | ||
+ | |||
+ | |||
+ | = Useful commands= | ||
+ | |||
+ | ==Converting CODA data file to ROOT== | ||
+ | |||
+ | make sure the CODA and ROOT environmental variables are setup by source the following scripts | ||
+ | |||
+ | source ~/CODA/setup | ||
+ | |||
+ | source ~/ROOT/root/bin/thisroot.csh | ||
+ | |||
+ | Now change to the data subdirectory and execute the program to convert the data file to root | ||
+ | |||
+ | cd /data | ||
+ | |||
+ | ~/CODA/CODAreader/ROOT_V5.30/V775mV792/evio2nt -fr6994.dat > /dev/null | ||
+ | |||
+ | rename the file so it has the .root extension allowing ROOT to identify it in the browser | ||
+ | |||
+ | mv r6994 r6994.root | ||
+ | |||
[[PAA_Research]] | [[PAA_Research]] |
Revision as of 17:37, 4 February 2014
Coincidence Counting Setup
Y-88 CAA
Ba-133 CAA
Useful commands
Converting CODA data file to ROOT
make sure the CODA and ROOT environmental variables are setup by source the following scripts
source ~/CODA/setup
source ~/ROOT/root/bin/thisroot.csh
Now change to the data subdirectory and execute the program to convert the data file to root
cd /data
~/CODA/CODAreader/ROOT_V5.30/V775mV792/evio2nt -fr6994.dat > /dev/null
rename the file so it has the .root extension allowing ROOT to identify it in the browser
mv r6994 r6994.root