]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/hlt-macros/sampleConfig.xml
From Jochen: changes accumulated during Feb/Mar cosmic run and some coding convention...
[u/mrichter/AliRoot.git] / EVE / hlt-macros / sampleConfig.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <SimpleChainConfig1 ID="HOMER-TEST" verbosity="0x39">
3
4
5      <!-- ============================================================== -->
6      <!-- =========================  NODELIST  ========================= -->
7      <!-- ============================================================== -->
8
9      <Node ID="master" hostname="alihlt-vobox0"/>
10      <Node ID="kifa" hostname="kifa"/>
11
12      <!-- =========================  Global TDS  ========================= -->
13
14      <Proc ID="TDS_1" type="snk">
15               <Cmd>TCPDumpSubscriber -port 51000</Cmd>
16               <Parent>TPC_CalibPedestal_A15</Parent>
17               <Node>master</Node>
18               <Shm blocksize="4k" blockcount="1" type="bigphysarea"/>
19           </Proc>
20
21      <Proc ID="TDS_2" type="snk">
22               <Cmd>TCPDumpSubscriber -port 51001</Cmd>
23               <Parent>TPC_RP_A15_02</Parent>
24               <Parent>TPC_RP_A15_03</Parent>
25               <Parent>TPC_RP_A15_04</Parent>
26               <Parent>TPC_RP_A15_05</Parent>
27               <Node>master</Node>
28               <Shm blocksize="4k" blockcount="1" type="bigphysarea"/>
29      </Proc>
30
31 </SimpleChainConfig1>