Skip to content
Snippets Groups Projects
setenv_template.sh 807 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
#!/bin/bash
export DETECTOR_ID=43
Tamas Gal's avatar
Tamas Gal committed

# The ligier to get events (IO_EVT), timeslices (e.g. IO_TSSN) and
# summary slices (IO_SUM)
Tamas Gal's avatar
Tamas Gal committed
export DAQ_LIGIER_IP=192.168.0.110
export DAQ_LIGIER_PORT=5553
Tamas Gal's avatar
Tamas Gal committed
export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSSN, MSG, IO_MONIT"

# The logger ligier (MSG)
export LOG_LIGIER_IP=192.168.0.119
export LOG_LIGIER_PORT=5553

# The command to start a ligier on the monitoring machine
export LIGIER_CMD="JLigier"
Tamas Gal's avatar
Tamas Gal committed
export MONITORING_LIGIER_PORT=55530
Tamas Gal's avatar
Tamas Gal committed

export DETECTOR_MANAGER_IP=192.168.0.120

# The port for the KM3Web monitoring dashboard
Tamas Gal's avatar
Tamas Gal committed
export WEBSERVER_PORT=8081
Tamas Gal's avatar
Tamas Gal committed
# The port for the log viewer
Tamas Gal's avatar
Tamas Gal committed
export LOGGING_PORT=8082
Tamas Gal's avatar
Tamas Gal committed

# The detector configuration to be used in the online reconstruction
Tamas Gal's avatar
Tamas Gal committed
export DETX=""
Tamas Gal's avatar
Tamas Gal committed
# Where to save the time residuals
Tamas Gal's avatar
Tamas Gal committed
export ROYFIT_TIMERES="data/time_residuals.csv"