DAQ system

From New IAC Wiki
Jump to navigation Jump to search

go back


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:
    1. TFile *_file() = TFile::Open("r2338.root") //do not really know, need to check
    2. .x plot22.C