TACTIC: Difference between revisions
Jump to navigation
Jump to search
(→TACTIC) |
(→TACTIC) |
||
Line 5: | Line 5: | ||
* elog: https://elog.triumf.ca/Tactic/General/ | * elog: https://elog.triumf.ca/Tactic/General/ | ||
* digitizers: 2x V1740 via CAEN USB interface | * digitizers: 2x V1740 via CAEN USB interface | ||
* rebuild fetactic.exe | |||
<pre> | |||
cd /home/tactic/newTACTIC/v1740mt | |||
make | |||
ls -l fetactic.exe | |||
</pre> | |||
* rebuild analyzer | |||
<pre> | |||
cd /home/tactic/newTACTIC/manalyzer | |||
make | |||
ls -l ./tacticana.exe | |||
</pre> |
Revision as of 15:17, 7 October 2024
TACTIC
- computer: daq18.triumf.ca
- midas: https://daq18.triumf.ca
- elog: https://elog.triumf.ca/Tactic/General/
- digitizers: 2x V1740 via CAEN USB interface
- rebuild fetactic.exe
cd /home/tactic/newTACTIC/v1740mt make ls -l fetactic.exe
- rebuild analyzer
cd /home/tactic/newTACTIC/manalyzer make ls -l ./tacticana.exe