Difference between revisions of "Solid cherenkov readout"

From Hall A Wiki
Jump to: navigation, search
(analysis)
Line 15: Line 15:
 
working dir /work/halla/solid/cc_pro
 
working dir /work/halla/solid/cc_pro
  
evio location /work/halla/solid/cc_pro/test_esb/data
+
evio location /work/halla/solid/cc_pro/mapmt_maroc_bench/data
  
 
root location /work/halla/solid/cc_pro/test_esb/root
 
root location /work/halla/solid/cc_pro/test_esb/root
  
test_esb compile decoder and decoding
+
how to use decoder and do analysis
 
<pre>
 
<pre>
 
run
 
run
cd /work/halla/solid/cc_pro/fadc_decoder
 
 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
 
source env/setup_env.csh
 
build/src/analyze ../test_esb/data/solidhgc_67.evio.0 ../test_esb/root/solidhgc_67.root
 
 
 
cd /work/halla/solid/cc_pro/fadc_decoder-revamp
 
cd /work/halla/solid/cc_pro/fadc_decoder-revamp
 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
 
source env/setup_env.csh
 
source env/setup_env.csh
build/src/analyze --config-module="config/mapmt_maroc_esb.conf" ../test_esb/data/solidhgc_73.evio.0 solidhgc_73.root
+
build/src/analyze --config-module="config/mapmt_maroc_bench_20200903.conf" -c 1 ../benchtest/data/solidhgc_73.evio.0 ../benchtest/root/solidhgc_73.root
  
 +
make raw fadc plot
 
python scripts/draw_events.py solidhgc_73.root MAPMT_SUMS -o plots/run73 -e 100,200
 
python scripts/draw_events.py solidhgc_73.root MAPMT_SUMS -o plots/run73 -e 100,200
 
python scripts/draw_events.py solidhgc_73.root MAPMT_QUADS -o plots/run73 -e 100,200
 
python scripts/draw_events.py solidhgc_73.root MAPMT_QUADS -o plots/run73 -e 100,200
  
for ssp
+
compile
 +
cd /work/halla/solid/cc_pro/
 +
git clone https://eicweb.phy.anl.gov/cherenkov/fadc_decoder.git fadc_decoder-revamp
 +
cd fadc_decoder-revamp/
 +
git checkout revamp
 +
mkdir build && cd build
 +
cmake ..
 +
make -j8
 +
 
 +
</pre>
 +
 
 +
Old
 +
<pre>
 
cp -rpv /w/hallb-scifs17exp/general/prad/jz/hgc/decoder/fadc_decoder /work/halla/solid/cc_pro
 
cp -rpv /w/hallb-scifs17exp/general/prad/jz/hgc/decoder/fadc_decoder /work/halla/solid/cc_pro
 
cd fadc_decoder  
 
cd fadc_decoder  
Line 47: Line 54:
 
build/src/analyze ../test_esb/data/solidhgc_67.evio.0 ../test_esb/root/solidhgc_67.root
 
build/src/analyze ../test_esb/data/solidhgc_67.evio.0 ../test_esb/root/solidhgc_67.root
  
Old
+
 
 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
 
git clone https://eicweb.phy.anl.gov/cherenkov/fadc_decoder.git
 
git clone https://eicweb.phy.anl.gov/cherenkov/fadc_decoder.git

Revision as of 21:35, 3 September 2020

test in ESB

data taking

data location tunl11:/home/solid/data

info

crate 1 has fadc in slot 3 and ssp in slot 15
15 pmts and 5 fibers 0 - 4
in evio, fadc tag=3, ssp tag=18
maroc sum has sum signal of fadc value as it is, but quad fadc signal needs 4095-fadc, this is like simple sum

analysis

working dir /work/halla/solid/cc_pro

evio location /work/halla/solid/cc_pro/mapmt_maroc_bench/data

root location /work/halla/solid/cc_pro/test_esb/root

how to use decoder and do analysis

run
cd /work/halla/solid/cc_pro/fadc_decoder-revamp
source /work/hallb/prad/apps/set_env_CUE_modern.csh
source env/setup_env.csh
build/src/analyze --config-module="config/mapmt_maroc_bench_20200903.conf" -c 1 ../benchtest/data/solidhgc_73.evio.0 ../benchtest/root/solidhgc_73.root

make raw fadc plot
python scripts/draw_events.py solidhgc_73.root MAPMT_SUMS -o plots/run73 -e 100,200
python scripts/draw_events.py solidhgc_73.root MAPMT_QUADS -o plots/run73 -e 100,200

compile
cd /work/halla/solid/cc_pro/
git clone https://eicweb.phy.anl.gov/cherenkov/fadc_decoder.git fadc_decoder-revamp
cd fadc_decoder-revamp/
git checkout revamp
mkdir build && cd build
cmake ..
make -j8

Old

cp -rpv /w/hallb-scifs17exp/general/prad/jz/hgc/decoder/fadc_decoder /work/halla/solid/cc_pro
cd fadc_decoder 
source /work/hallb/prad/apps/set_env_CUE_modern.csh
source env/setup_env.csh
rm -rf build
mkdir build && cd build
cmake ..
make -j4
build/src/analyze ../test_esb/data/solidhgc_67.evio.0 ../test_esb/root/solidhgc_67.root


source /work/hallb/prad/apps/set_env_CUE_modern.csh
git clone https://eicweb.phy.anl.gov/cherenkov/fadc_decoder.git
cd fadc_decoder/
git checkout revamp
mkdir build && cd build
cmake ..
make
cd ..
./build/ssp/ssp_analyze /w/hallb-scifs17exp/general/prad/jz/fadc_decoder-master/solidhgc_50.evio.0 solidhgc_50.root

ssp decoding info

For the SoLID Cerenkov test in HallC, maroc electronics will be read out by ssp which can be recorded by coda into evio file

For GEM in HallA/C, it will be readout by ssp also

If we use analyzer to read evio, we would need to make it read ssp bank.

Then interpret its content of maroc or GEM separately.

general info

code

  • c++ example from Danning Di
    • code to read evio file for GEM detector
    • sample evio file
  • example from mRICH of EIC
    • /work/halla/solid/cc_pro/maroc_mirazita