setupEXP2001.xml

xml-file for lmd->root conversion - Ivan Muzalevsky, 08/14/2020 05:32 PM

Download (3.14 KB)

 
1
<!--
2

3
        //TODO write this up!!!
4

5
        This XML config has to conform some very strict structure due to the fact
6
        that it is expected to be read by some very primitive software, possibly
7
        running on a very limited hardware.
8

9
        NO SPACES ARE ALLOWED INSIDE ATTRIBUTE VALUES !!!
10
        sorry for that
11

12
        NO SPACES ARE ALLOWED BETWEEN THE ATTRIBUTE NAME, '=' SIGN AND THE ATTRIBUTE VALUE !!!
13
        sorry for that
14

15
        Thus it has to be strictly: name="value"
16

17

18
        Raw message received from the electronics block CAEN V775 (elblock="V775")
19
        is parsed: electronics channel 'ch' and TDC value are extracted.
20
        Output ??? (how do we call this entity) is formed as if this message comes
21
        from the left square telescope and contains time information.
22
        This ??? is pushed into the "tSQX_L" branch of the output tree(station="tSQX_L")
23
        which will be located in the detector "Left_telescope" (detector="Left_telescope").
24

25
        ????????
26

27
        Additional check can be implemented with the aid of a FIXED electronics description file
28
        electronics.xml
29

30
        module=geo
31
        Module term is used by MESYTEC and geo is used by CAEN.
32

33
        If there is data coming from some channel which you want to ignore, use "Ignore" station name.
34
        If you don't - the 'Learn' step of the analysis will warn you that there is data from unmapped channels.
35

36
-->
37

    
38
<setup name="exp2001" period="2020" run="1" comment="ACCULINNA-2_2020_run">
39

    
40
<crate name="VME0" procid="100">
41

    
42
        <mapping addr="30"        elblock="RIO3"        startelectrch="0"        nelectrch="32"        station="rio3"        startstatch="0"        detector="DAQ_status"/>
43

    
44
         <!-- <mapping addr="0"        elblock="mTDC"        startelectrch="0"        nelectrch="4"        station="tF3"        startstatch="0"        detector="DAQ_status"/> -->
45

    
46
        <mapping addr="0"        elblock="mTDC"        startelectrch="0"        nelectrch="4"        station="tF3"        startstatch="0"        detector="Beam_detector"        digicomp="time"/>
47
        <mapping addr="0"        elblock="mTDC"        startelectrch="4"        nelectrch="4"        station="tF5"        startstatch="0"        detector="Beam_detector"        digicomp="time"/>
48
        <mapping addr="0"        elblock="mTDC"        startelectrch="8"        nelectrch="4"        station="Ignore"        startstatch="0"        detector="Ignore"/>
49
        <mapping addr="0"        elblock="mTDC"        startelectrch="12"        nelectrch="4"        station="tMWPC"        startstatch="0"        detector="Beam_detector"        digicomp="time"/>
50

    
51
        <mapping addr="1"        elblock="mQDC"        startelectrch="0"        nelectrch="4"        station="F3"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
52
        <mapping addr="1"        elblock="mQDC"        startelectrch="4"        nelectrch="4"        station="F5"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
53
        <mapping addr="1"        elblock="mQDC"        startelectrch="8"        nelectrch="4"        station="Ignore"        startstatch="0"        detector="Ignore"/>
54

    
55
        </crate>
56

    
57

    
58
<crate name="CAMAC" procid="101">
59
        <mapping addr="0"        elblock="other"        startelectrch="0"        nelectrch="32"        station="MWPC1"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
60
        <mapping addr="1"        elblock="other"        startelectrch="0"        nelectrch="32"        station="MWPC2"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
61
        <mapping addr="2"        elblock="other"        startelectrch="0"        nelectrch="32"        station="MWPC3"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
62
        <mapping addr="3"        elblock="other"        startelectrch="0"        nelectrch="32"        station="MWPC4"        startstatch="0"        detector="Beam_detector"        digicomp="amp"/>
63

    
64
</crate>
65

    
66
</setup>