Difference between revisions of "DAQ system"
Jump to navigation
Jump to search
(Created page with '[https://wiki.iac.isu.edu/index.php/RS_classes go back] ==to see the data files, in /data directory do following:== * /home/daq/CODA/CODAreader/UsingROOTnEVIO/Oleksiy.evio2nt -…') |
|||
Line 6: | Line 6: | ||
* mv r2338 r2338.root | * mv r2338 r2338.root | ||
* root r2338.root | * root r2338.root | ||
− | * inside root do | + | * inside root do following: |
*# TFile *_file() = TFile::Open("r2338.root") //do not really know, need to check | *# TFile *_file() = TFile::Open("r2338.root") //do not really know, need to check | ||
*# .x plot22.C | *# .x plot22.C |
Revision as of 00:19, 9 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
- inside root do following:
- TFile *_file() = TFile::Open("r2338.root") //do not really know, need to check
- .x plot22.C