]> jspc29.x-matter.uni-frankfurt.de Git - mimosis_chain.git/commitdiff
add second sensor to readout software
authorMaps <maps@ikf>
Tue, 28 Feb 2023 12:34:19 +0000 (13:34 +0100)
committerMaps <maps@ikf>
Tue, 28 Feb 2023 12:34:19 +0000 (13:34 +0100)
analysis/rawreader/first.C
dabc/EventBuilder.xml

index c7342dd022f63e767bb82b63be9a6f20ea2329bc..ef62a4c912f654b1f7ae3909cd0c18ff17466572 100644 (file)
@@ -33,8 +33,10 @@ void first()
 
    // create TRB processor which holds custom data
    hadaq::TrbProcessor* trb = new hadaq::TrbProcessor(0xa000, hld);
+   hadaq::TrbProcessor* trb1 = new hadaq::TrbProcessor(0xa001, hld);
    // create custom processor
    hadaq::MimosisProcessor *mimosis = new hadaq::MimosisProcessor(trb, 0xa000);
+   hadaq::MimosisProcessor *mimosis1 = new hadaq::MimosisProcessor(trb1, 0xa001);
 
 
 
index 89e8e20472cc9d993aee832f63ff0592fd3a0409..56759a8bee141e35b4913a7045b8f71d5762f859 100644 (file)
@@ -95,16 +95,17 @@ When starting analysis from the go4 gui, one should specify stream server with p
 
     <Module name="Combiner" class="hadaq::CombinerModule">    
         <!-- these parameters will force to create inputs/outputs of module -->
-       <NumInputs value="1"/>
+       <NumInputs value="2"/>
        <NumOutputs value="1"/>
 
 
 <!--       <InputPort name="Input0" url="hadaq://host:51001" urlopt1=""/><!-- -->
        <InputPort name="Input0" url="hadaq://host:50302" urlopt1=""/><!-- -->
+       <InputPort name="Input1" url="hadaq://host:50303" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input1" url="hadaq://host:50245" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input1" url="hadaq://host:50018" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input1" url="hadaq://host:50031" urlopt1=""/><!-- -->
-       <InputPort name="Input1" url="hadaq://host:50030" urlopt1=""/><!-- -->
+<!--       <InputPort name="Input1" url="hadaq://host:50030" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input1" url="hadaq://host:51000" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input0" url="hadaq://host:51001" urlopt1=""/><!-- -->
 <!--       <InputPort name="Input1" url="hadaq://host:51002" urlopt1=""/><!-- -->
@@ -135,7 +136,7 @@ When starting analysis from the go4 gui, one should specify stream server with p
        <OutputPort name="Output0" url="mbs://Stream:36789?iter=hadaq_iter&subid=0x1f"/>
 
        <!--  this is example of HLD file storage - local and RFIO -->
-       <OutputPort name="Output1" url="hld:///local/mimosis/scratch/Mimosis_data.hld?maxsize=2000"/>
+       <OutputPort name="Output1" url="hld:///local/mimosis/hld/Mimosis_data.hld?maxsize=2000"/>
        <!--OutputPort name="Output1" url="hld:///linev/path/dabc.hld?maxsize=1900&rfio"/-->
 
        <DoShmControl value="false"/>