How to analyze an IV scan
Updated on Thu, 2020-06-11 18:39. Originally created by adams92 on 2020-06-11 18:39.
Generating dark current PDFs from IV scans
1) Make a directory on RCF where you plan on putting the IV scan files (/star/u/you/IVScanFiles/)
2) Log in to daqman. If you don't have gateway access or are having issues logging on, see here.
5) Copy the code to generate the root files and PDFs, then run them
1) Make a directory on RCF where you plan on putting the IV scan files (/star/u/you/IVScanFiles/)
2) Log in to daqman. If you don't have gateway access or are having issues logging on, see here.
- $ ssh -A you@rssh.rhic.bnl.gov
- $ ssh stargw.starp.bnl.gov
- $ ssh -A -X -t evpops@daqman
- $ cd /RTS/data/epd/
- $ scp epd_ivscan_20**_**_**_**.log you@rftpexp.rhic.bnl.gov:IVScanFiles/
5) Copy the code to generate the root files and PDFs, then run them
- $ cd IVScanFiles/
- $ cp /star/u/adams92/EPD/IVScan_Master/*.C .
- $ root 'ivscanconvert.C("epd_ivscan_20**_**_**_**.log")'
- $ root 'DrawIVhistos.C("ivhist_run_**_**_**_**.root")'
»
- adams92's blog
- Login or register to post comments