Difference between revisions of "DAQ system"

From New IAC Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
==some Alex program from Sep 2011 run==
 
==some Alex program from Sep 2011 run==
* to see all 9 detectors spectrum
+
 
** plot22.C
+
//to see spectrum for all 9 detectors
*** root *.root
+
* plot22.C
*** .x plot22.C
+
** root *.root
* to asymmetry study
+
** .x plot22.C
** NDasymStudy3.C
+
 
** ND_asymmetry.C
+
//to asymmetry study
** ND_integral.C
+
* NDasymStudy3.C
** NDasymStudy2.C  //D2O?
+
* ND_asymmetry.C
* to monitor beam current stability defined by pair spectrometer // from daq/data machine, Sep 21, 2011
+
* ND_integral.C
** NDpairStudy.C
+
* NDasymStudy2.C  //D2O?
** ND_pair.C
+
 
*** root -l NDpairStudy.C'()'
+
// to monitor beam current stability defined by pair spectrometer // from daq/data machine, Sep 21, 2011
*** .x NDpairStudy.C()
+
* NDpairStudy.C
 +
* ND_pair.C
 +
** root -l NDpairStudy.C'()'
 +
** .x NDpairStudy.C()

Revision as of 16:37, 23 September 2011

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
    • .x plot22.C
    • .x plot22pair.C

some Alex program from Sep 2011 run

//to see spectrum for all 9 detectors

  • plot22.C
    • root *.root
    • .x 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()