Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / refdata / AbstractAverageHistogramTest_ResamplesAtDoubleBinWidth.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <AnalysisData Name="InputData">
5     <DataFrame Name="Frame0">
6       <Real Name="X">1.000000</Real>
7       <Sequence Name="Y">
8         <Int Name="Length">2</Int>
9         <DataValue>
10           <Real Name="Value">2.000000</Real>
11         </DataValue>
12         <DataValue>
13           <Real Name="Value">1.000000</Real>
14         </DataValue>
15       </Sequence>
16     </DataFrame>
17     <DataFrame Name="Frame1">
18       <Real Name="X">1.500000</Real>
19       <Sequence Name="Y">
20         <Int Name="Length">2</Int>
21         <DataValue>
22           <Real Name="Value">1.000000</Real>
23         </DataValue>
24         <DataValue>
25           <Real Name="Value">1.000000</Real>
26         </DataValue>
27       </Sequence>
28     </DataFrame>
29     <DataFrame Name="Frame2">
30       <Real Name="X">2.000000</Real>
31       <Sequence Name="Y">
32         <Int Name="Length">2</Int>
33         <DataValue>
34           <Real Name="Value">3.000000</Real>
35         </DataValue>
36         <DataValue>
37           <Real Name="Value">2.000000</Real>
38         </DataValue>
39       </Sequence>
40     </DataFrame>
41     <DataFrame Name="Frame3">
42       <Real Name="X">2.500000</Real>
43       <Sequence Name="Y">
44         <Int Name="Length">2</Int>
45         <DataValue>
46           <Real Name="Value">4.000000</Real>
47         </DataValue>
48         <DataValue>
49           <Real Name="Value">2.000000</Real>
50         </DataValue>
51       </Sequence>
52     </DataFrame>
53     <DataFrame Name="Frame4">
54       <Real Name="X">3.000000</Real>
55       <Sequence Name="Y">
56         <Int Name="Length">2</Int>
57         <DataValue>
58           <Real Name="Value">2.000000</Real>
59         </DataValue>
60         <DataValue>
61           <Real Name="Value">1.000000</Real>
62         </DataValue>
63       </Sequence>
64     </DataFrame>
65     <DataFrame Name="Frame5">
66       <Real Name="X">3.500000</Real>
67       <Sequence Name="Y">
68         <Int Name="Length">2</Int>
69         <DataValue>
70           <Real Name="Value">0.000000</Real>
71         </DataValue>
72         <DataValue>
73           <Real Name="Value">3.000000</Real>
74         </DataValue>
75       </Sequence>
76     </DataFrame>
77     <DataFrame Name="Frame6">
78       <Real Name="X">4.000000</Real>
79       <Sequence Name="Y">
80         <Int Name="Length">2</Int>
81         <DataValue>
82           <Real Name="Value">1.000000</Real>
83         </DataValue>
84         <DataValue>
85           <Real Name="Value">3.000000</Real>
86         </DataValue>
87       </Sequence>
88     </DataFrame>
89   </AnalysisData>
90   <AnalysisData Name="ResampledHistogram">
91     <DataFrame Name="Frame0">
92       <Real Name="X">1.500000</Real>
93       <Sequence Name="Y">
94         <Int Name="Length">2</Int>
95         <DataValue>
96           <Real Name="Value">3.000000</Real>
97         </DataValue>
98         <DataValue>
99           <Real Name="Value">1.414214</Real>
100         </DataValue>
101       </Sequence>
102     </DataFrame>
103     <DataFrame Name="Frame1">
104       <Real Name="X">2.500000</Real>
105       <Sequence Name="Y">
106         <Int Name="Length">2</Int>
107         <DataValue>
108           <Real Name="Value">7.000000</Real>
109         </DataValue>
110         <DataValue>
111           <Real Name="Value">2.828427</Real>
112         </DataValue>
113       </Sequence>
114     </DataFrame>
115     <DataFrame Name="Frame2">
116       <Real Name="X">3.500000</Real>
117       <Sequence Name="Y">
118         <Int Name="Length">2</Int>
119         <DataValue>
120           <Real Name="Value">2.000000</Real>
121         </DataValue>
122         <DataValue>
123           <Real Name="Value">3.162278</Real>
124         </DataValue>
125       </Sequence>
126     </DataFrame>
127   </AnalysisData>
128 </ReferenceData>