Difference between revisions of "HCAL DAQ Software Setup"
From Hall A Wiki
(Created page with "{| class="wikitable" style="margin:auto" |+ Network and ROC configuration |- ! Location !! VME Hostname !! ROC Name !! VTP Hostname !! VTP ROC Name !! VTP 10G Hostname |- | Bo...") |
m (environment) |
||
Line 9: | Line 9: | ||
|} | |} | ||
− | |||
− | + | == login / ROC environment == | |
+ | |||
+ | The login environment (bash) for '''sbs-onl''' is shared for intelsbshcal1, intelsbshcal2. hcalvtp1, hcalvtp2. | ||
+ | |||
+ | === Home directory === | ||
+ | The home directory is linked to the hcal subdirectory of the sbs-onl home directory on adaqfs. That is: | ||
+ | |||
+ | /home/sbs-onl -> /adaqfs/home/sbs-onl/hcal | ||
+ | |||
+ | === Environment === | ||
+ | Below we show the main variables that are critical to run the DAQ. Others important ones will to be derived from these. | ||
+ | |||
+ | CODA_SCRIPTS = /home/sbs-onl/coda_scripts | ||
+ | LINUXVME = /home/sbs-onl/linuxvme | ||
+ | SESSION = hcal | ||
+ | EXPID = SBSDAQ | ||
+ | FADC250_PARAMS = ${HOME}/cfg | ||
+ | |||
+ | == VME == | ||
=== readout lists === | === readout lists === |
Revision as of 23:25, 22 April 2022
Location | VME Hostname | ROC Name | VTP Hostname | VTP ROC Name | VTP 10G Hostname |
---|---|---|---|---|---|
Bottom | intelsbshcal1 | hcalROC16 | hcalvtp1 | tbd | hcalvtp1-s1 |
Top | intelsbshcal2 | hcalROC17 | hcalvtp2 | tbd | hcalvtp2-s1 |
Contents
login / ROC environment
The login environment (bash) for sbs-onl is shared for intelsbshcal1, intelsbshcal2. hcalvtp1, hcalvtp2.
Home directory
The home directory is linked to the hcal subdirectory of the sbs-onl home directory on adaqfs. That is:
/home/sbs-onl -> /adaqfs/home/sbs-onl/hcal
Environment
Below we show the main variables that are critical to run the DAQ. Others important ones will to be derived from these.
CODA_SCRIPTS = /home/sbs-onl/coda_scripts LINUXVME = /home/sbs-onl/linuxvme SESSION = hcal EXPID = SBSDAQ FADC250_PARAMS = ${HOME}/cfg