Analysis codes: Difference between revisions

From GammaSphere DAQ
Jump to navigation Jump to search
(Created page with " We have two kinds of data analysis codes, '''GTSort''' receives UDP packed from the IOCs and can give some impression on whether signals are coming in or not, but for look fo...")
 
Line 9: Line 9:
==GTMerge3==
==GTMerge3==


==DGSSort==
==GTMerge3/DGSSort==
 
To checout the software, compile and run
 
*  cd whereYouWantToWork
 
*  svn co https://svn.anl.gov/repos/gs_analysis/DGSSort .
 
modify test.sh with information about where your data is, etc
 
*  ./test.sh
 
*  root -l (.x bar.cc, ...)


==GTSort==
==GTSort==

Revision as of 18:26, January 5, 2013

We have two kinds of data analysis codes, GTSort receives UDP packed from the IOCs and can give some impression on whether signals are coming in or not, but for look for coincidences ti is necessary to

  • merge (GTMerge3) the data from the different IOCs
  • use the DGSSort root sorter on the merged data

GTMerge3

GTMerge3/DGSSort

To checout the software, compile and run

  • cd whereYouWantToWork

modify test.sh with information about where your data is, etc

  • ./test.sh
  • root -l (.x bar.cc, ...)

GTSort