Difference between revisions of "DAQ system"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* to see all 9 detectors spectrum | * to see all 9 detectors spectrum | ||
** plot22.C | ** plot22.C | ||
+ | *** root *.root | ||
+ | *** .x plot22.C | ||
* to asymmetry study | * to asymmetry study | ||
** NDasymStudy3.C | ** NDasymStudy3.C | ||
Line 20: | Line 22: | ||
** NDpairStudy.C | ** NDpairStudy.C | ||
** ND_pair.C | ** ND_pair.C | ||
− | ** root -l NDpairStudy.C'()' | + | *** root -l NDpairStudy.C'()' |
− | ** .x NDpairStudy.C() | + | *** .x NDpairStudy.C() |
Revision as of 16:34, 23 September 2011
to see the data files, in /data directory do following:
- /home/daq/CODA/CODAreader/UsingROOTnEVIO/Oleksiy/evio2nt -fr2338.dat > /dev/null
- mv r2338 r2338.root
- root r2338.root
- .x plot22.C
- .x plot22pair.C
some Alex program from Sep 2011 run
- to see all 9 detectors spectrum
- plot22.C
- root *.root
- .x plot22.C
- plot22.C
- to asymmetry study
- NDasymStudy3.C
- ND_asymmetry.C
- ND_integral.C
- NDasymStudy2.C //D2O?
- to monitor beam current stability defined by pair spectrometer // from daq/data machine, Sep 21, 2011
- NDpairStudy.C
- ND_pair.C
- root -l NDpairStudy.C'()'
- .x NDpairStudy.C()