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}