DABC (Data Acquisition Backbone Core)  2.9.9
debug.xml
Go to the documentation of this file.
1 <?xml version="1.0"?>
2 
3 <!-- Debugging of HADES SPILL monitor, take data from main application -->
4 
5 <dabc version="2">
6  <Context host="localhost" name="EventBuilder">
7  <Run>
8  <lib value="libDabcMbs.so"/>
9  <lib value="libDabcHadaq.so"/>
10  <lib value="libDabcStream.so"/>
11  <lib value="libDabcHttp.so"/>
12  <logfile value="spill.log"/>
13  <loglevel value="1"/>
14  <loglimit value="1000"/>
15  <threads_layout value="balanced"/>
16  </Run>
17 
18  <HttpServer name="http" port="8091">
19  <TopTitle value="HADES spill monitor"/>
20  <!-- Browser value="off"/-->
21  <Layout value="grid4x4"/>
22  <Monitoring value="2000"/>
23  <!-- DrawItem value="[EventBuilder/Run/HLD/HLD_HitsFast,EventBuilder/Run/HLD/HLD_HitsSlow,EventBuilder/Run/HLD/HLD_TrendX,EventBuilder/Run/HLD/HLD_TrendY,EventBuilder/Run/HLD/HLD_BeamX,EventBuilder/Run/HLD/HLD_BeamY,EventBuilder/Run/HLD/HLD_VETO_Patt,EventBuilder/Run/HLD/HLD_QSlow,EventBuilder/Run/HLD/HLD_HALO_Patt,EventBuilder/Run/HLD/HLD_XHALOSlow,EventBuilder/Run/HLD/HLD_YHALOSlow,EventBuilder/Run/HLD/HLD_LastSpill_Q_factor,EventBuilder/Run/HLD/HLD_XSlow,EventBuilder/Run/HLD/HLD_YSlow]"/ -->
24  <DrawItem value="[EventBuilder/Run/HLD/HLD_HitsFast,EventBuilder/Run/HLD/HLD_HitsSlow,EventBuilder/Run/HLD/HLD_TrendX,EventBuilder/Run/HLD/HLD_TrendY,EventBuilder/Run/HLD/HLD_BeamX,EventBuilder/Run/HLD/HLD_BeamY,EventBuilder/Run/HLD/HLD_VETO_Patt,EventBuilder/Run/HLD/HLD_QSlow,EventBuilder/Run/HLD/HLD_HALO_Patt,EventBuilder/Run/HLD/HLD_XHALOSlow,EventBuilder/Run/HLD/HLD_YHALOSlow,EventBuilder/Run/HLD/HLD_LastSpill_Q_factor,EventBuilder/Run/HLD/HLD_XSlow,EventBuilder/Run/HLD/HLD_YSlow,EventBuilder/Run/HLD/HLD_HitsSpill,EventBuilder/Run/HLD/HLD_HitsLastSpill]"/>
25  </HttpServer>
26 
27  <!-- If uncommented, all internal manager structures will be published in the web server -->
28  <!-- Publisher name="publ" manager="true"/ -->
29 
30  <!-- If uncommented, profiling will be enabled for all threads -->
31  <!-- Thread name="*" publ="true" prof="true"/ -->
32 
33  <MemoryPool name="Pool">
34  <BufferSize value="3000000"/>
35  <NumBuffers value="100"/>
36  </MemoryPool>
37 
38  <Module name="Run" class="stream::RunModule">
39  <!--asf value="file.root"/-->
40  <parallel value="0"/>
41  <fillcolor value="0"/>
42  <InputPort name="Input0" url="mbss://lxhadeb13:7788"/>
43  <OutputPort name="*" auto="false"/>
44  <Events width="4" prec="1" low="0" up="1000" debug="0"/>
45  <DataRate width="4" prec="2" low="0" up="10" debug="1"/>
46  </Module>
47 
48  <!-- Terminal output like old event builder -->
49  <Module name="Term" class="hadaq::TerminalModule" period="0.3" clear="false" fileport="1" servport="0" showtrig="16"/>
50 
51  </Context>
52 
53 </dabc>