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