From: Michael Traxler Date: Mon, 23 May 2022 10:47:47 +0000 (+0200) Subject: small changes ,mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6c563196bfd25ecb509288f9340bf3e13f5eab05;p=daqdocu.git small changes ,mt --- diff --git a/trb3/trb3qs_analysis.tex b/trb3/trb3qs_analysis.tex index 725ba7d..f7d1c6f 100644 --- a/trb3/trb3qs_analysis.tex +++ b/trb3/trb3qs_analysis.tex @@ -81,9 +81,27 @@ Now you can enable the needed environment to run the tools: Now you can start the tools dabc and go4. -\begin{warning} You will not see any event delivered by DABC, if your trigger - rate is set too low, e.g. 100~Hz. First set your trigger rate to a higher - value, ~1kHz, start the DABC and go to lower rates, if you still need to. + +You need to make regular updates of the software. +\begin{lstlisting} + svn update + make -j16 +\end{lstlisting} + +\begin{warning} + Sometimes, the software will not compile, as too many internal things have + changed. + Then a + \begin{lstlisting} + make clean + make -j16 + \end{lstlisting} + is needed. Unfortunately, the time to compile root is quite long, even on a + fast computer with many processes running in parallel. + So, first go only to the affected subsystem, like dabc and make a make clean + there and try to compile again. + If you want/need to start from scratch: Use a new shell (without the + previous ``. ~/trbsoft/trb3/trb3login'') to recompile everything. \end{warning}