Project

General

Profile

Bug #1406 » onrec02-unit_test.log

Rogers, Chris, 04 February 2014 12:29

 
1
Should just always return true ... ok
2
Should just always return true ... ok
3
Should put in an errors branch ... ok
4
Should make the detector branches ... ok
5
Should just always return true ... ok
6
Should just always return true ... ok
7
Should put in an errors branch ... ok
8
Should make the detector branches ... ok
9
Check birth with default configuration ... Going to search for run 02873 data files in /home/mice/MAUS/.maus_release/src/input/InputCppDAQData
10
Trying to add file 02873.003 from /home/mice/MAUS/.maus_release/src/input/InputCppDAQData
11
File 02873.003 is added
12
ok
13
Test a single event ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
14
 --- Equipment Map Dump --- 
15
80 0x1c3f52b0 VLSB_C 0x1c554d20
16
102 0x1c22f400 V1290 0x1c9d13d0
17
111 0x1c9da7e0 V830 0x1c570a50
18
120 0x1c5711c0 V1724 0x1c9c9ea0
19
121 0x1c56a980 V1731 0x1c9da2d0
20
132 0x1c57a4e0 VLSB 0x1c9c9080
21
141 0x1c295e90 DBB 0x1c9d7eb0
22
Equipment Map count : 2
23
Going to search for run 02873 data files in /home/mice/MAUS/.maus_release/src/input/InputCppDAQData
24
Trying to add file 02873.003 from /home/mice/MAUS/.maus_release/src/input/InputCppDAQData
25
File 02873.003 is added
26
ERROR : InputCppDAQData is a base imput class and can not be used to access the DAQ data!
27
*** Use InputCppDAQOfflineData or InputCppDAQOnlineData instead. ***
28

    
29
ok
30
Check birth with default configuration ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
31
ok
32
Test reading the whole file ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
33
WARNING : The first event is not a START_OF_RUN. Spill count and Event count not accurate. 
34
FAIL
35
Test a single event ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
36
WARNING : The first event is not a START_OF_RUN. Spill count and Event count not accurate. 
37
ok
38
Check that we can birth and death properly ... ok
39
Try reading a realistic data structure ... ok
40
Try reading a data structure with missing tree ... The requested tree 'RunHeader' was not found in the tree.
41
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
42
The requested tree 'RunFooter' was not found in the tree.
43
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
44
ok
45
Try reading a data structure with missing tree ... The requested tree 'JobHeader' was not found in the tree.
46
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
47
The requested tree 'RunHeader' was not found in the tree.
48
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
49
The requested tree 'RunFooter' was not found in the tree.
50
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
51
The requested tree 'JobFooter' was not found in the tree.
52
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
53
ok
54
Test runnig forever by trying to get 10000 empty documents ... ok
55
Read 100 events only ... ok
56
Test to make sure that if the input is done spitting out documents, then you can't get more documents from it ... ok
57
test bad file content ... ok
58
test internal counter gt ... ok
59
test internal counter lt ... ok
60
Test that birth reads in datacards okay for case of gzip and raw json ... ok
61
test what happens if there is one line with some spaces ... ok
62
test read 100 events ... ok
63
test trying to read twice gives nothing ... ok
64
test bad input number of spills ... Traceback (most recent call last):
65
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 45, in birth
66
    int(config_doc["spill_generator_number_of_spills"])
67
ValueError: invalid literal for int() with base 10: 'bob'
68
Traceback (most recent call last):
69
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 48, in birth
70
    self._run_number = int(config_doc["monte_carlo_run_number"])
71
ValueError: invalid literal for int() with base 10: 'jim'
72
Traceback (most recent call last):
73
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 45, in birth
74
    int(config_doc["spill_generator_number_of_spills"])
75
KeyError: 'spill_generator_number_of_spills'
76
Traceback (most recent call last):
77
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 46, in birth
78
    assert self._number_of_events > -1
79
AssertionError
80
ok
81
should be able to generate 0 events (and return nothing) ... ok
82
test generate 100 events ... ok
83
Check against configuration is empty ... Traceback (most recent call last):
84
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
85
    raise CppError(error_message)
86
ErrorHandler.CppError: St9exception
87
ok
88
Check that birth works properly ... ok
89
Check that against data stream is empty ... ok
90
Check MapCppKLCellHits process function ... ok
91
Check can handle empty configuration ... Traceback (most recent call last):
92
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
93
    raise CppError(error_message)
94
ErrorHandler.CppError: St9exception
95
ok
96
Check birth with default configuration ... ok
97
Check that nothing happens in absence of data ... ok
98
Test MapCppKLDigits process method ... ok
99
test_empty ... ok
100
Check we get an error for bad input to birth ... ok
101
Check mapper runs for empty string, returning an error ... ok
102
Check mapper runs for mc with wrong type, returning an error ... Traceback (most recent call last):
103
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
104
    raise CppError(error_message)
105
ErrorHandler.CppError: Property mc_events  had wrong type in Json object lookup at JsonWrapper::GetPropertyStrict
106
ok
107
Check mapper runs for mc good. Check it tracks primaries by testing ... ok
108
Check mapper runs for no mc string, returning an error ... Traceback (most recent call last):
109
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
110
    raise CppError(error_message)
111
ErrorHandler.CppError: Property mc_events  not found in Json object lookup at JsonWrapper::GetPropertyStrict
112
ok
113
Call test_visualisation ... ===========================================
114
Output VRML 2.0 file: g4_08.wrl
115
Maximum number of files in the destination directory: 100
116
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
117
===========================================
118
*** VRML 2.0 File  g4_08.wrl  is generated.
119
MESSAGE from VRML2FILE driver:
120
    Set an environmental variable  G4VRMLFILE_VIEWER
121
    if you want to visualize the generated VRML file
122
    automatically.  For example, 
123
    setenv  G4VRMLFILE_VIEWER  vrwave 
124
===========================================
125
Output VRML 2.0 file: g4_09.wrl
126
Maximum number of files in the destination directory: 100
127
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
128
===========================================
129
*** VRML 2.0 File  g4_09.wrl  is generated.
130
MESSAGE from VRML2FILE driver:
131
    Set an environmental variable  G4VRMLFILE_VIEWER
132
    if you want to visualize the generated VRML file
133
    automatically.  For example, 
134
    setenv  G4VRMLFILE_VIEWER  vrwave 
135
===========================================
136
Output VRML 2.0 file: g4_10.wrl
137
Maximum number of files in the destination directory: 100
138
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
139
===========================================
140
*** VRML 2.0 File  g4_10.wrl  is generated.
141
MESSAGE from VRML2FILE driver:
142
    Set an environmental variable  G4VRMLFILE_VIEWER
143
    if you want to visualize the generated VRML file
144
    automatically.  For example, 
145
    setenv  G4VRMLFILE_VIEWER  vrwave 
146
.
147
----------------------------------------------------------------------
148
Ran 1 test in 1.132s
149

    
150
OK
151
ok
152
Call test_visualisation_no_event ... ===========================================
153
Output VRML 2.0 file: g4_11.wrl
154
Maximum number of files in the destination directory: 100
155
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
156
===========================================
157
*** VRML 2.0 File  g4_11.wrl  is generated.
158
MESSAGE from VRML2FILE driver:
159
    Set an environmental variable  G4VRMLFILE_VIEWER
160
    if you want to visualize the generated VRML file
161
    automatically.  For example, 
162
    setenv  G4VRMLFILE_VIEWER  vrwave 
163
.
164
----------------------------------------------------------------------
165
Ran 1 test in 1.116s
166

    
167
OK
168
ok
169
Check can handle empty configuration ... Traceback (most recent call last):
170
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
171
    raise CppError(error_message)
172
ErrorHandler.CppError: St9exception
173
ok
174
Check birth with default configuration ... ok
175
Check that nothing happens in absence of data ... ok
176
Test MapCppTOFDigits process method ... ok
177
Test to make sure death occurs ... ok
178
Test of the process function ... ok
179
Check against configuration is empty ... Traceback (most recent call last):
180
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
181
    raise CppError(error_message)
182
ErrorHandler.CppError: St9exception
183
ok
184
Check that birth works properly ... ok
185
Check that against data stream is empty ... ok
186
Check MapCppTOFSlabHits process function ... ok
187
Check against configuration is empty ... Traceback (most recent call last):
188
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
189
    raise CppError(error_message)
190
ErrorHandler.CppError: St9exception
191
ok
192
Check can handle empty spill ... ok
193
Check for case where we have no data ... ok
194
Check the MapCppTOFSpacePoints process function ... ok
195
Check that tracker recon  process produces expected ... Setting the phase 
196
Made 0 attempts to phase 0 cavities with 0 remaining
197
Spill has 1 events.
198
Processing event 0
199
Passed s-z cut, ds/dz is -0.030848
200
Passed s-z cut, ds/dz is 0.105659
201
31 30 10; 0 2; 
202
ok
203
Check that tracker recon process produces expected ... Setting the phase .
204
Made 1 attempts to phase 8 cavities with 0 remaining
205
Spill has 5 events.
206
Processing event 0
207
32 30 10; 2 0;  Chi2: 4.21526;  P-Value: 0.963192;  Chi2: 3.79456;  P-Value: 0.875167; 
208
Processing event 1
209
6 6 2; 0 0; 
210
Processing event 2
211
15 15 5; 1 0;  Chi2: 7.91237;  P-Value: 0.442076; 
212
Processing event 3
213
0 0 0; 0 0; 
214
Processing event 4
215
33 30 10; 2 0;  Chi2: 7.94148;  P-Value: 0.718536;  Chi2: 17.2266;  P-Value: 0.0278338; 
216
ok
217
Check birth ... ok
218
Check that the birth goes okay ... Traceback (most recent call last):
219
  File "/home/mice/MAUS/.maus_release/build/MapPyBeamMaker.py", line 101, in birth
220
    config_doc = json.loads(json_configuration)
221
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
222
    return _default_decoder.decode(s)
223
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
224
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
225
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
226
    raise ValueError("No JSON object could be decoded")
227
ValueError: No JSON object could be decoded
228
Traceback (most recent call last):
229
  File "/home/mice/MAUS/.maus_release/build/MapPyBeamMaker.py", line 102, in birth
230
    self.__birth_empty_particles(config_doc["beam"])
231
KeyError: 'beam'
232
ok
233
Check that we set the binomial variables; throw an error if binomial ... ok
234
Check that we set the seed, particle generator correctly ... ok
235
Check that we throw an error if particle generator unknown ... ok
236
Check that we can birth in file format ... ok
237
Check overall that process works okay ... Traceback (most recent call last):
238
  File "/home/mice/MAUS/.maus_release/build/MapPyBeamMaker.py", line 218, in process
239
    spill = self.__process_check_spill(spill)
240
  File "/home/mice/MAUS/.maus_release/build/MapPyBeamMaker.py", line 245, in __process_check_spill
241
    raise KeyError("mc_events branch should be an array type")
242
KeyError: 'mc_events branch should be an array type'
243
ok
244
Check that we throw an error if the spill is bad ... ok
245
Check that we sample from beams with large weight in binomial mode ... ok
246
Check that we sample from the correct beam for each particle when in ... ok
247
Check that we sample from beams with large weight in ovewrwrite mode ... ok
248
Check that we process an input file correctly ... ok
249
Check that we append a random number of empty primaries within allowed ... ok
250
Check that we append correct number of empty primaries in counter mode ... ok
251
Check that we generate empty primaries for each existing particle in ... ok
252
Check against empty configuration ... Traceback (most recent call last):
253
  File "/home/mice/MAUS/.maus_release/build/MapPyCkov.py", line 40, in birth
254
    config_doc = json.loads(json_configuration)
255
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
256
    return _default_decoder.decode(s)
257
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
258
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
259
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
260
    raise ValueError("No JSON object could be decoded")
261
ValueError: No JSON object could be decoded
262
ok
263
Check that birth works properly ... ok
264
Check that against data stream is empty ... ok
265
Check MapPyCkov process function ... ok
266
Check against empty configuration ... Traceback (most recent call last):
267
  File "/home/mice/MAUS/.maus_release/build/MapPyCkovSecondPeaks.py", line 36, in birth
268
    config_doc = json.loads(json_configuration)
269
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
270
    return _default_decoder.decode(s)
271
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
272
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
273
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
274
    raise ValueError("No JSON object could be decoded")
275
ValueError: No JSON object could be decoded
276
ok
277
Check that birth works properly ... ok
278
Check that against data stream is empty ... ok
279
Check MapPyCkov process function ... ok
280
test_document ... ok
281
test_empty ... ok
282
a test ... ok
283
Test appending a worker that has a birth function with a ... ok
284
Test appending a worker that has a death function with a ... ok
285
Test appending a worker that has a process function with a ... ok
286
Test appending a worker that has no birth function. ... ok
287
Test appending a worker that has no death function. ... ok
288
Test appending a worker that has no process function. ... ok
289
Test calling birth and check that all workers have their ... ok
290
Test calling birth where one worker's birth function ... Traceback (most recent call last):
291
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
292
    raise MapPyGroupDeathException(exceptions)
293
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
294
Traceback (most recent call last):
295
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 147, in birth
296
    raise MapPyGroupBirthException(exceptions)
297
MapPyGroup.MapPyGroupBirthException: <class 'MapPyGroup.MapPyGroupDeathException'>: TestWorker: <type 'exceptions.ValueError'>: Test
298
Traceback (most recent call last):
299
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
300
    raise MapPyGroupDeathException(exceptions)
301
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
302
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x22bea1b8>> ignored
303
ok
304
Test calling birth where one worker's birth function ... Traceback (most recent call last):
305
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 147, in birth
306
    raise MapPyGroupBirthException(exceptions)
307
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
308
ok
309
Test calling death where one worker's birth function ... Traceback (most recent call last):
310
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 147, in birth
311
    raise MapPyGroupBirthException(exceptions)
312
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
313
ok
314
Test calling birth where one worker's birth function fails. ... ok
315
Test calling death and check all workers have their death ... ok
316
Test calling death where one worker's death function ... Traceback (most recent call last):
317
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
318
    raise MapPyGroupDeathException(exceptions)
319
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
320
Traceback (most recent call last):
321
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
322
    raise MapPyGroupDeathException(exceptions)
323
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
324
ok
325
Test calling death where one worker's death function ... Traceback (most recent call last):
326
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
327
    raise MapPyGroupDeathException(exceptions)
328
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
329
Traceback (most recent call last):
330
  File "/home/mice/MAUS/.maus_release/build/MapPyGroup.py", line 192, in death
331
    raise MapPyGroupDeathException(exceptions)
332
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
333
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x22bea170>> ignored
334
ok
335
Test calling death where one worker's death function fails. ... ok
336
Test calling __del__ and check all workers have their death ... ok
337
Test get_worker_names. ... ok
338
Test with default constructor where group contains 0 workers. ... ok
339
Test with constructor given an initial list of workers. ... ok
340
Test constructor when it's given a non-list. ... ok
341
Test calling process and check that all workers have their ... ok
342
test_empty ... ok
343
test_return ... ok
344
Check against different issues ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
345
ok
346
Test saving one event ... ok
347
Test "birth" if given an absolute path to a directory as ... ok
348
Test "birth" if given a file name as a directory. ... ok
349
Check default configuration after "birth" is called. ... ok
350
Test "birth" with "output_file_extension". ... ok
351
Test "birth" with "output_file_name". ... ok
352
Test "birth" with "null" "output_file_directory". ... ok
353
Test "birth" if given a relative path to a directory as ... ok
354
Test "save" with 3 JSON documents. ... ok
355
Test "save" with 3 JSON documents using auto-numbering.. ... ok
356
Test "birth" if given an absolute path to a directory as ... ok
357
Test "birth" if given a file name as an image directory. ... ok
358
Check default configuration after "birth" is called. ... ok
359
Check default configuration after "birth" is called. ... ok
360
Test "birth" if given a relative path to a directory as ... ok
361
Test "save" with 3 JSON documents each an "image". ... ok
362
Test "save" with a JSON document with no "image" "data". ... ok
363
Test "save" with a JSON document with no "tag". ... ok
364
Test "save" with a JSON document with no "image_type". ... ok
365
Test "save" with 3 JSON documents each an "image". ... ok
366
Test "save" with a JSON document with no "maus_event_type". ... ok
367
Test "save" with a JSON document with no "image". ... ok
368
Test OutputPyJson loads a gzip file from datacards correctly. ... ok
369
Test OutputPyJson loads a text file from datacards correctly. ... ok
370
Test OutputPyJson handles exceptions on bad death(). ... ok
371
Try saving one spill using compressed gzip ... Traceback (most recent call last):
372
  File "/home/mice/MAUS/.maus_release/build/OutputPyJSON.py", line 87, in save
373
    self.file.write(document.rstrip() + '\n')
374
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/gzip.py", line 212, in write
375
    self._check_closed()
376
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/gzip.py", line 146, in _check_closed
377
    raise ValueError('I/O operation on closed file.')
378
ValueError: I/O operation on closed file.
379
ok
380
Try saving one spill in uncompressed fashion ... Traceback (most recent call last):
381
  File "/home/mice/MAUS/.maus_release/build/OutputPyJSON.py", line 87, in save
382
    self.file.write(document.rstrip() + '\n')
383
ValueError: I/O operation on closed file
384
ok
385
Check against empty configuration ... Traceback (most recent call last):
386
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
387
    raise CppError(error_message)
388
ErrorHandler.CppError: St9exception
389
Failed to import json to spill
390
ok
391
Check that birth works properly ... ok
392
Check against configuration is empty ... Traceback (most recent call last):
393
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
394
    raise CppError(error_message)
395
ErrorHandler.CppError: St9exception
396
Failed to load JSON
397
ok
398
Check that birth works properly ... ok
399
Check that against data stream is empty ... Failed to load JSON
400
ok
401
Check ReduceCppTofCalib process function ... Failed to load JSON
402
ok
403
Check default configuration after "birth" is called. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
404
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
405
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
406
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
407
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
408
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
409
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
410
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
411
ok
412
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
413
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
414
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
415
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
416
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
417
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
418
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
419
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
420
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
421
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
422
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
423
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
424
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT1 (Potential memory leak).
425
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT2 (Potential memory leak).
426
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT3 (Potential memory leak).
427
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT4 (Potential memory leak).
428
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT5 (Potential memory leak).
429
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT6 (Potential memory leak).
430
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT7 (Potential memory leak).
431
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT8 (Potential memory leak).
432
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
433
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time1 (Potential memory leak).
434
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time2 (Potential memory leak).
435
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time3 (Potential memory leak).
436
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time4 (Potential memory leak).
437
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time5 (Potential memory leak).
438
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time6 (Potential memory leak).
439
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time7 (Potential memory leak).
440
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time8 (Potential memory leak).
441
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
442
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
443
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
444
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
445
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
446
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
447
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
448
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
449
ok
450
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
451
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
452
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
453
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
454
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
455
Traceback (most recent call last):
456
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 153, in process
457
    json_doc = json.loads(json_string.rstrip())
458
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
459
    return _default_decoder.decode(s)
460
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
461
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
462
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
463
    obj, end = self.scan_once(s, idx)
464
ValueError: Expecting object: line 1 column 0 (char 0)
465
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
466
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
467
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
468
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
469
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
470
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
471
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
472
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
473
ok
474
Test "process" with a JSON document with no "digits" entry. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
475
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
476
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
477
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
478
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
479
Traceback (most recent call last):
480
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 162, in process
481
    result = self._update_histograms(json_doc)
482
  File "/home/mice/MAUS/.maus_release/build/ReducePyCkovPlot.py", line 83, in _update_histograms
483
    raise ValueError("space points not in spill")
484
ValueError: space points not in spill
485
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
486
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
487
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
488
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
489
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
490
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
491
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
492
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
493
ok
494
Check default configuration after "birth" is called. ... TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
495

    
496
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
497

    
498
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
499

    
500
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
501

    
502
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
503

    
504
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
505

    
506
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
507

    
508
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
509

    
510
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
511

    
512
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
513

    
514
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h1 (Potential memory leak).
515
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h2 (Potential memory leak).
516
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h3 (Potential memory leak).
517
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h4 (Potential memory leak).
518
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
519
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
520

    
521
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
522

    
523
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
524

    
525
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
526

    
527
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
528

    
529
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
530

    
531
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
532

    
533
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
534

    
535
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
536

    
537
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
538

    
539
ok
540
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
541
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
542

    
543
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
544

    
545
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
546

    
547
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
548

    
549
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
550

    
551
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
552

    
553
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
554

    
555
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
556

    
557
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
558

    
559
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
560

    
561
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h1 (Potential memory leak).
562
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h2 (Potential memory leak).
563
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h3 (Potential memory leak).
564
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h4 (Potential memory leak).
565
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
566
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
567

    
568
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
569

    
570
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
571

    
572
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
573

    
574
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
575

    
576
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
577

    
578
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
579

    
580
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
581

    
582
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
583

    
584
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
585

    
586
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h1 (Potential memory leak).
587
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h2 (Potential memory leak).
588
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h3 (Potential memory leak).
589
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h4 (Potential memory leak).
590
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
591
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
592

    
593
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
594

    
595
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
596

    
597
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
598

    
599
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
600

    
601
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
602

    
603
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
604

    
605
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
606

    
607
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
608

    
609
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
610

    
611
ok
612
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
613
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
614

    
615
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
616

    
617
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
618

    
619
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
620

    
621
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
622

    
623
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
624

    
625
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
626

    
627
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
628

    
629
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
630

    
631
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
632

    
633
Traceback (most recent call last):
634
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 153, in process
635
    json_doc = json.loads(json_string.rstrip())
636
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
637
    return _default_decoder.decode(s)
638
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
639
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
640
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
641
    obj, end = self.scan_once(s, idx)
642
ValueError: Expecting object: line 1 column 0 (char 0)
643
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h1 (Potential memory leak).
644
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h2 (Potential memory leak).
645
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h3 (Potential memory leak).
646
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h4 (Potential memory leak).
647
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
648
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
649

    
650
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
651

    
652
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
653

    
654
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
655

    
656
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
657

    
658
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
659

    
660
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
661

    
662
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
663

    
664
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
665

    
666
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
667

    
668
ok
669
Test "process" with a JSON document with no "digits" entry. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
670
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
671

    
672
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
673

    
674
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
675

    
676
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
677

    
678
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
679

    
680
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
681

    
682
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
683

    
684
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
685

    
686
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
687

    
688
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
689

    
690
Traceback (most recent call last):
691
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 162, in process
692
    result = self._update_histograms(json_doc)
693
  File "/home/mice/MAUS/.maus_release/build/ReducePyKLPlot.py", line 138, in _update_histograms
694
    raise ValueError("No event type")
695
ValueError: No event type
696
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h1 (Potential memory leak).
697
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h2 (Potential memory leak).
698
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h3 (Potential memory leak).
699
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: h4 (Potential memory leak).
700
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: kl
701
TCanvas::ResizePad:0: RuntimeWarning: kl width changed from 0 to 10
702

    
703
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
704

    
705
TPad::ResizePad:0: RuntimeWarning: kl_1 width changed from 0 to 10
706

    
707
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
708

    
709
TPad::ResizePad:0: RuntimeWarning: kl_2 width changed from 0 to 10
710

    
711
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
712

    
713
TPad::ResizePad:0: RuntimeWarning: kl_3 width changed from 0 to 10
714

    
715
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
716

    
717
TPad::ResizePad:0: RuntimeWarning: kl_4 width changed from 0 to 10
718

    
719
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
720

    
721
ok
722
Test configuration when birth is called with histogram ... ok
723
Test configuration when "birth" is called with an unsupported ... ok
724
Check default configuration after "birth" is called. ... ok
725
Test configuration when "birth" is called with a supported ... ok
726
Test "process" with a JSON document that causes an error to ... Traceback (most recent call last):
727
  File "/home/mice/MAUS/.maus_release/build/ReducePyMatplotlibHistogram.py", line 153, in process
728
    result = self._update_histograms(json_doc)
729
  File "/home/mice/MAUS/.maus_release/build/test_ReducePyMatplotlibHistogram.py", line 60, in _update_histograms
730
    raise Exception("error")
731
Exception: error
732
ok
733
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
734
  File "/home/mice/MAUS/.maus_release/build/ReducePyMatplotlibHistogram.py", line 143, in process
735
    json_doc = json.loads(json_string.rstrip())
736
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
737
    return _default_decoder.decode(s)
738
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
739
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
740
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
741
    obj, end = self.scan_once(s, idx)
742
ValueError: Expecting object: line 1 column 0 (char 0)
743
ok
744
Test "process" with multiple JSON documents and with ... ok
745
Test "process" can create PDF images. ... ok
746
Test "process" can create PNG images. ... ok
747
Test "process" with multiple JSON documents. ... ok
748
Test "process" can create PS images. ... ok
749
Test "process" can create RAW images. ... ok
750
Test "process" can create RGBA images. ... ok
751
Test "process" can create SVG images. ... ok
752
Test "process" can create SVGZ images. ... ok
753
Test configuration when birth is called with histogram ... TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
754
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
755
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
756

    
757
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
758

    
759
ok
760
Test configuration when "birth" is called with an unsupported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
761
ok
762
Check default configuration after "birth" is called. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
763
ok
764
Test configuration when default "root_batch_mode" is used. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
765
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
766
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
767
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
768

    
769
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
770

    
771
ok
772
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
773
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
774
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
775
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
776

    
777
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
778

    
779
ok
780
Test "process" can create EPS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
781
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
782
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
783
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
784

    
785
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
786

    
787
ok
788
Test "process" with a JSON document that causes an error to ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
789
Traceback (most recent call last):
790
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 162, in process
791
    result = self._update_histograms(json_doc)
792
  File "/home/mice/MAUS/.maus_release/build/test_ReducePyROOTHistogram.py", line 66, in _update_histograms
793
    raise Exception("error")
794
Exception: error
795
ok
796
Test "process" can create GIF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
797
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
798
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
799
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
800

    
801
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
802

    
803
ok
804
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
805
Traceback (most recent call last):
806
  File "/home/mice/MAUS/.maus_release/build/ReducePyROOTHistogram.py", line 153, in process
807
    json_doc = json.loads(json_string.rstrip())
808
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
809
    return _default_decoder.decode(s)
810
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
811
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
812
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
813
    obj, end = self.scan_once(s, idx)
814
ValueError: Expecting object: line 1 column 0 (char 0)
815
ok
816
Test "process" can create JPEG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
817
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
818
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
819
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
820

    
821
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
822

    
823
ok
824
Test "process" can create JPG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
825
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
826
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
827
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
828

    
829
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
830

    
831
ok
832
Test "process" with multiple JSON documents and with ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
833
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
834
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
835
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
836

    
837
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
838

    
839
ok
840
Test "process" can create PDF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
841
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
842
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
843
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
844

    
845
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
846

    
847
ok
848
Test "process" can create PNG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
849
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
850
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
851
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
852

    
853
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
854

    
855
ok
856
Test "process" with multiple JSON documents. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
857
ok
858
Test "process" can create PS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
859
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
860
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
861
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
862

    
863
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
864

    
865
ok
866
Test "process" can create SVG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
867
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
868
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
869
TCanvas::ResizePad:0: RuntimeWarning: canvas width changed from 0 to 10
870

    
871
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
872

    
873
ok
874
Check add function works ... ok
875
Check add func never makes members have a length longer than 10 ... ok
876
Check birth() function works when it should ... ok
877
Check birth returns false if handed a nonsense json_config ... Traceback (most recent call last):
878
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalers.py", line 48, in birth
879
    config_doc = json.loads(json_configuration)
880
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
881
    return _default_decoder.decode(s)
882
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
883
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
884
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
885
    raise ValueError("No JSON object could be decoded")
886
ValueError: No JSON object could be decoded
887
ok
888
Check dump function works when it should ... ok
889
Check dump function works when no data is present ... ok
890
Test the constructor of the reducer class ... ok
891
Test the process function using a small amount of real json data ... ok
892
Test that process returns the json doc ... ok
893
Test that process returns the json doc ... ok
894
Test that process returns the json doc ... ok
895
Test "process" with a JSON document with a "daq_data" ... Traceback (most recent call last):
896
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 232, in process
897
    result = self._process_spill(json_doc)
898
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 302, in _process_spill
899
    raise ValueError("daq_data is None")
900
ValueError: daq_data is None
901
ok
902
Test "process" with a JSON document which is an end_of_run. ... ok
903
Test get_scalers. ... ok
904
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
905
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 226, in process
906
    json_doc = json.loads(json_spill_doc.rstrip())
907
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
908
    return _default_decoder.decode(s)
909
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
910
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
911
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
912
    obj, end = self.scan_once(s, idx)
913
ValueError: Expecting object: line 1 column 0 (char 0)
914
ok
915
Test "process" with a JSON document with no "ch0". ... Traceback (most recent call last):
916
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 232, in process
917
    result = self._process_spill(json_doc)
918
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 314, in _process_spill
919
    raise KeyError("ch0 is not in spill")
920
KeyError: 'ch0 is not in spill'
921
ok
922
Test "process" with a JSON document with no "channels". ... Traceback (most recent call last):
923
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 232, in process
924
    result = self._process_spill(json_doc)
925
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 309, in _process_spill
926
    raise KeyError("channels is not in spill")
927
KeyError: 'channels is not in spill'
928
ok
929
Test "process" with a JSON document with no "daq_data". ... ok
930
Test "process" with a JSON document with no "V830". ... Traceback (most recent call last):
931
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 232, in process
932
    result = self._process_spill(json_doc)
933
  File "/home/mice/MAUS/.maus_release/build/ReducePyScalersTable.py", line 305, in _process_spill
934
    raise KeyError("V830 is not in spill")
935
KeyError: 'V830 is not in spill'
936
ok
937
Test "process" with multiple JSON documents so to cycle ... ok
938
Test "process" with a spill. ... ok
939
Test birth where a recent_scalers_window is given. ... ok
940
Test add_value and getters ... ok
941
Test add_value and clear. ... ok
942
Check default values. ... ok
943
Test setting a new window in the constructor. ... ok
944
Test setting a new window. ... ok
945
Check against configuration is empty ... ok
946
Check that birth works properly ... ok
947
Check that against data stream is empty ... ok
948
Check ReducePyTofCalib process function ... ok
949
test_always_true ... ok
950
Overall check birth works ... ok
951
Beam mean setup ... ok
952
Beam longitudinal - gaussian mode ... ok
953
Beam longitudinal - sawtooth/uniform time distributions ... ok
954
Beam longitudinal - twiss mode ... ok
955
Beam longitudinal - bad user input ... ok
956
Beam longitudinal - pencil mode ... ok
957
Test __birth_particle_generator for counter mode ... ok
958
Test __birth_particle_generator for weighting mode ... ok
959
Test __birth_particle_generator for random number assignment ... ok
960
Test __birth_reference_particle ... Traceback (most recent call last):
961
  File "/home/mice/MAUS/.maus_release/build/beam.py", line 191, in __birth_reference_particle
962
    beam_definition['reference'], 0)
963
  File "/home/mice/MAUS/.maus_release/third_party/install/lib/python2.7/site-packages/xboa/Hit.py", line 233, in new_from_maus_object
964
    for maus_xyz, value in maus_dict[maus_name].iteritems():
965
AttributeError: 'int' object has no attribute 'iteritems'
966
ok
967
Beam transverse - longitudinal coupling ... ok
968
Beam transverse constant solenoid mode ... ok
969
Test for bad input ... ok
970
Test for pencil beam ... ok
971
Beam transverse Penn mode ... ok
972
Beam transverse twiss mode ... ok
973
Check function that throws a particle - for gaussian distribution ... ok
974
Check function that throws a particle - for pencil beam ... ok
975
Check function that throws a particle - for sawtooth time dist ... ok
976
Check function that throws a particle - for uniform time dist ... ok
977
Check function that converts from an array to a primary particle ... ok
978
Check function that converts from an array to a primary particle ... ok
979
Check we generate the seed correctly ... ok
980
Test we can download cabling for specified detector ... ok
981
Test class initializes ... ok
982
Test we can reset ... ok
983
Test we can download calib for specified detector ... ok
984
Test class initializes ... ok
985
Test we can reset ... ok
986
Test parsing bool from command line to configuration ... ok
987
Test parsing bool from command line to configuration ... ok
988
Test parsing number from command line to configuration ... ok
989
Test parsing string from command line to configuration ... ok
990
Check that we load configuration defaults correctly ... ok
991
Test that we can create a configuration value from an input file ... ok
992
Test that we can overwrite configuration value from an input file ... ok
993
Check that the version is defined correctly ... ok
994
Test conversion from string to boolean type ... ok
995
Check that the version is defined correctly ... ok
996
Check that Go handles command line args switch correctly. ... usage: nosetests [-h] [--Calib_Events_Only CALIB_EVENTS_ONLY]
997
                 [--DAQ_cabling_file DAQ_CABLING_FILE]
998
                 [--DAQ_hostname DAQ_HOSTNAME]
999
                 [--DAQ_monitor_name DAQ_MONITOR_NAME]
1000
                 [--Do_V1724_Zero_Suppression DO_V1724_ZERO_SUPPRESSION]
1001
                 [--Do_V1731_Zero_Suppression DO_V1731_ZERO_SUPPRESSION]
1002
                 [--Do_VLSB_C_Zero_Suppression DO_VLSB_C_ZERO_SUPPRESSION]
1003
                 [--Do_VLSB_Zero_Suppression DO_VLSB_ZERO_SUPPRESSION]
1004
                 [--Enable_CKOV ENABLE_CKOV]
1005
                 [--Enable_DBB_Unpacking ENABLE_DBB_UNPACKING]
1006
                 [--Enable_EMR ENABLE_EMR] [--Enable_KL ENABLE_KL]
1007
                 [--Enable_TOF ENABLE_TOF]
1008
                 [--Enable_V1290_Unpacking ENABLE_V1290_UNPACKING]
1009
                 [--Enable_V1724_Unpacking ENABLE_V1724_UNPACKING]
1010
                 [--Enable_V1731_Unpacking ENABLE_V1731_UNPACKING]
1011
                 [--Enable_V830_Unpacking ENABLE_V830_UNPACKING]
1012
                 [--Enable_VLSB_C_Unpacking ENABLE_VLSB_C_UNPACKING]
1013
                 [--Enable_VLSB_Unpacking ENABLE_VLSB_UNPACKING]
1014
                 [--Enable_t0_correction ENABLE_T0_CORRECTION]
1015
                 [--Enable_timeWalk_correction ENABLE_TIMEWALK_CORRECTION]
1016
                 [--Enable_triggerDelay_correction ENABLE_TRIGGERDELAY_CORRECTION]
1017
                 [--KL_cabling_file KL_CABLING_FILE]
1018
                 [--Number_of_DAQ_Events NUMBER_OF_DAQ_EVENTS]
1019
                 [--Phys_Events_Only PHYS_EVENTS_ONLY]
1020
                 [--PolynomialOpticsModel_algorithm POLYNOMIALOPTICSMODEL_ALGORITHM]
1021
                 [--PolynomialOpticsModel_algorithms POLYNOMIALOPTICSMODEL_ALGORITHMS]
1022
                 [--PolynomialOpticsModel_order POLYNOMIALOPTICSMODEL_ORDER]
1023
                 [--SciFiChannelCalibList SCIFICHANNELCALIBLIST]
1024
                 [--SciFiClustExcept SCIFICLUSTEXCEPT]
1025
                 [--SciFiCrossTalkAmplitude SCIFICROSSTALKAMPLITUDE]
1026
                 [--SciFiCrossTalkSigma SCIFICROSSTALKSIGMA]
1027
                 [--SciFiDarkCountProababilty SCIFIDARKCOUNTPROABABILTY]
1028
                 [--SciFiDigitNPECut SCIFIDIGITNPECUT]
1029
                 [--SciFiFiberConvFactor SCIFIFIBERCONVFACTOR]
1030
                 [--SciFiFiberDecayConst SCIFIFIBERDECAYCONST]
1031
                 [--SciFiFiberMirrorEff SCIFIFIBERMIRROREFF]
1032
                 [--SciFiFiberTransmissionEff SCIFIFIBERTRANSMISSIONEFF]
1033
                 [--SciFiFiberTrappingEff SCIFIFIBERTRAPPINGEFF]
1034
                 [--SciFiKalmanOn SCIFIKALMANON]
1035
                 [--SciFiKalmanVerbose SCIFIKALMANVERBOSE]
1036
                 [--SciFiKalman_use_Eloss SCIFIKALMAN_USE_ELOSS]
1037
                 [--SciFiKalman_use_MCS SCIFIKALMAN_USE_MCS]
1038
                 [--SciFiMUXNum SCIFIMUXNUM]
1039
                 [--SciFiMUXTransmissionEff SCIFIMUXTRANSMISSIONEFF]
1040
                 [--SciFiNPECut SCIFINPECUT] [--SciFiNoiseFlag SCIFINOISEFLAG]
1041
                 [--SciFiPRHelicalOn SCIFIPRHELICALON]
1042
                 [--SciFiPRStraightOn SCIFIPRSTRAIGHTON]
1043
                 [--SciFiParams_A SCIFIPARAMS_A]
1044
                 [--SciFiParams_Density SCIFIPARAMS_DENSITY]
1045
                 [--SciFiParams_Mean_Excitation_Energy SCIFIPARAMS_MEAN_EXCITATION_ENERGY]
1046
                 [--SciFiParams_Pitch SCIFIPARAMS_PITCH]
1047
                 [--SciFiParams_Plane_Width SCIFIPARAMS_PLANE_WIDTH]
1048
                 [--SciFiParams_RMS SCIFIPARAMS_RMS]
1049
                 [--SciFiParams_Radiation_Legth SCIFIPARAMS_RADIATION_LEGTH]
1050
                 [--SciFiParams_Station_Radius SCIFIPARAMS_STATION_RADIUS]
1051
                 [--SciFiParams_Z SCIFIPARAMS_Z]
1052
                 [--SciFiPerChanFlag SCIFIPERCHANFLAG]
1053
                 [--SciFiRadiusResCut SCIFIRADIUSRESCUT]
1054
                 [--SciFiSD1To4 SCIFISD1TO4] [--SciFiSD5 SCIFISD5]
1055
                 [--SciFiSeedCovariance SCIFISEEDCOVARIANCE]
1056
                 [--SciFiUpdateMisalignments SCIFIUPDATEMISALIGNMENTS]
1057
                 [--SciFi_sigma_duplet SCIFI_SIGMA_DUPLET]
1058
                 [--SciFi_sigma_tracker0_station5 SCIFI_SIGMA_TRACKER0_STATION5]
1059
                 [--SciFi_sigma_triplet SCIFI_SIGMA_TRIPLET]
1060
                 [--SciFi_sigma_z SCIFI_SIGMA_Z]
1061
                 [--SciFiadcFactor SCIFIADCFACTOR]
1062
                 [--SciFinPlanes SCIFINPLANES]
1063
                 [--SciFinStations SCIFINSTATIONS]
1064
                 [--SciFinTrackers SCIFINTRACKERS]
1065
                 [--SciFitdcBits SCIFITDCBITS]
1066
                 [--SciFitdcFactor SCIFITDCFACTOR]
1067
                 [--SciFivlpcEnergyRes SCIFIVLPCENERGYRES]
1068
                 [--SciFivlpcQE SCIFIVLPCQE]
1069
                 [--SciFivlpcTimeRes SCIFIVLPCTIMERES]
1070
                 [--TOF_cabling_date_from TOF_CABLING_DATE_FROM]
1071
                 [--TOF_calib_date_from TOF_CALIB_DATE_FROM]
1072
                 [--TOF_calib_source TOF_CALIB_SOURCE]
1073
                 [--TOF_findTriggerPixelCut TOF_FINDTRIGGERPIXELCUT]
1074
                 [--TOF_makeSpacePiontCut TOF_MAKESPACEPIONTCUT]
1075
                 [--TOF_trigger_station TOF_TRIGGER_STATION]
1076
                 [--TOFadcConversionFactor TOFADCCONVERSIONFACTOR]
1077
                 [--TOFattenuationLength TOFATTENUATIONLENGTH]
1078
                 [--TOFconversionFactor TOFCONVERSIONFACTOR]
1079
                 [--TOFpmtQuantumEfficiency TOFPMTQUANTUMEFFICIENCY]
1080
                 [--TOFpmtTimeResolution TOFPMTTIMERESOLUTION]
1081
                 [--TOFscintLightSpeed TOFSCINTLIGHTSPEED]
1082
                 [--TOFtdcConversionFactor TOFTDCCONVERSIONFACTOR]
1083
                 [--TransferMapOpticsModel_Deltas TRANSFERMAPOPTICSMODEL_DELTAS]
1084
                 [--V1724_Zero_Suppression_Threshold V1724_ZERO_SUPPRESSION_THRESHOLD]
1085
                 [--V1731_Zero_Suppression_Threshold V1731_ZERO_SUPPRESSION_THRESHOLD]
1086
                 [--VLSB_C_Zero_Suppression_Threshold VLSB_C_ZERO_SUPPRESSION_THRESHOLD]
1087
                 [--VLSB_Zero_Suppression_Threshold VLSB_ZERO_SUPPRESSION_THRESHOLD]
1088
                 [--accumulate_tracks ACCUMULATE_TRACKS] [--beam BEAM]
1089
                 [--cdb_download_url CDB_DOWNLOAD_URL]
1090
                 [--cdb_upload_url CDB_UPLOAD_URL]
1091
                 [--charged_pion_half_life CHARGED_PION_HALF_LIFE]
1092
                 [--check_volume_overlaps CHECK_VOLUME_OVERLAPS]
1093
                 [--configuration_file CONFIGURATION_FILE]
1094
                 [--daq_data_file DAQ_DATA_FILE]
1095
                 [--daq_data_path DAQ_DATA_PATH]
1096
                 [--daq_online_file DAQ_ONLINE_FILE]
1097
                 [--daq_online_spill_delay_time DAQ_ONLINE_SPILL_DELAY_TIME]
1098
                 [--default_keep_or_kill DEFAULT_KEEP_OR_KILL]
1099
                 [--default_vis_colour DEFAULT_VIS_COLOUR]
1100
                 [--delta_intersection DELTA_INTERSECTION]
1101
                 [--delta_one_step DELTA_ONE_STEP]
1102
                 [--doc_collection_name DOC_COLLECTION_NAME]
1103
                 [--doc_store_class DOC_STORE_CLASS]
1104
                 [--doc_store_event_cache_size DOC_STORE_EVENT_CACHE_SIZE]
1105
                 [--e_minus_vis_colour E_MINUS_VIS_COLOUR]
1106
                 [--e_plus_vis_colour E_PLUS_VIS_COLOUR]
1107
                 [--end_of_run_image_directory END_OF_RUN_IMAGE_DIRECTORY]
1108
                 [--end_of_run_output_root_directory END_OF_RUN_OUTPUT_ROOT_DIRECTORY]
1109
                 [--epsilon_max EPSILON_MAX] [--epsilon_min EPSILON_MIN]
1110
                 [--errors_to_json ERRORS_TO_JSON]
1111
                 [--errors_to_stderr ERRORS_TO_STDERR]
1112
                 [--everything_special_virtual EVERYTHING_SPECIAL_VIRTUAL]
1113
                 [--field_tracker_absolute_error FIELD_TRACKER_ABSOLUTE_ERROR]
1114
                 [--field_tracker_relative_error FIELD_TRACKER_RELATIVE_ERROR]
1115
                 [--g4_step_max G4_STEP_MAX]
1116
                 [--gamma_vis_colour GAMMA_VIS_COLOUR]
1117
                 [--geant4_visualisation GEANT4_VISUALISATION]
1118
                 [--geometry_download_by GEOMETRY_DOWNLOAD_BY]
1119
                 [--geometry_download_cleanup GEOMETRY_DOWNLOAD_CLEANUP]
1120
                 [--geometry_download_directory GEOMETRY_DOWNLOAD_DIRECTORY]
1121
                 [--geometry_download_id GEOMETRY_DOWNLOAD_ID]
1122
                 [--geometry_download_run_number GEOMETRY_DOWNLOAD_RUN_NUMBER]
1123
                 [--geometry_download_wsdl GEOMETRY_DOWNLOAD_WSDL]
1124
                 [--geometry_upload_cleanup GEOMETRY_UPLOAD_CLEANUP]
1125
                 [--geometry_upload_directory GEOMETRY_UPLOAD_DIRECTORY]
1126
                 [--geometry_upload_note GEOMETRY_UPLOAD_NOTE]
1127
                 [--geometry_upload_valid_from GEOMETRY_UPLOAD_VALID_FROM]
1128
                 [--geometry_upload_wsdl GEOMETRY_UPLOAD_WSDL]
1129
                 [--get_beamline_by GET_BEAMLINE_BY]
1130
                 [--get_beamline_run_number GET_BEAMLINE_RUN_NUMBER]
1131
                 [--get_beamline_start_time GET_BEAMLINE_START_TIME]
1132
                 [--get_beamline_stop_time GET_BEAMLINE_STOP_TIME]
1133
                 [--get_ids_create_file GET_IDS_CREATE_FILE]
1134
                 [--get_ids_start_time GET_IDS_START_TIME]
1135
                 [--get_ids_stop_time GET_IDS_STOP_TIME]
1136
                 [--header_and_footer_mode HEADER_AND_FOOTER_MODE]
1137
                 [--image_directory IMAGE_DIRECTORY]
1138
                 [--input_json_file_name INPUT_JSON_FILE_NAME]
1139
                 [--input_json_file_type INPUT_JSON_FILE_TYPE]
1140
                 [--input_root_file_name INPUT_ROOT_FILE_NAME]
1141
                 [--keep_only_muon_tracks KEEP_ONLY_MUON_TRACKS]
1142
                 [--keep_or_kill_particles KEEP_OR_KILL_PARTICLES]
1143
                 [--keep_steps KEEP_STEPS] [--keep_tracks KEEP_TRACKS]
1144
                 [--kinetic_cutoff KINETIC_CUTOFF]
1145
                 [--kinetic_energy_threshold KINETIC_ENERGY_THRESHOLD]
1146
                 [--maus_version MAUS_VERSION]
1147
                 [--max_step_length MAX_STEP_LENGTH]
1148
                 [--max_track_length MAX_TRACK_LENGTH]
1149
                 [--max_track_time MAX_TRACK_TIME]
1150
                 [--maximum_module_depth MAXIMUM_MODULE_DEPTH]
1151
                 [--maximum_number_of_steps MAXIMUM_NUMBER_OF_STEPS]
1152
                 [--miss_distance MISS_DISTANCE]
1153
                 [--mongodb_collection_name MONGODB_COLLECTION_NAME]
1154
                 [--mongodb_database_name MONGODB_DATABASE_NAME]
1155
                 [--mongodb_host MONGODB_HOST] [--mongodb_port MONGODB_PORT]
1156
                 [--mu_minus_vis_colour MU_MINUS_VIS_COLOUR]
1157
                 [--mu_plus_vis_colour MU_PLUS_VIS_COLOUR]
1158
                 [--muon_half_life MUON_HALF_LIFE]
1159
                 [--neutron_vis_colour NEUTRON_VIS_COLOUR]
1160
                 [--on_error ON_ERROR]
1161
                 [--output_file_directory OUTPUT_FILE_DIRECTORY]
1162
                 [--output_json_file_name OUTPUT_JSON_FILE_NAME]
1163
                 [--output_json_file_type OUTPUT_JSON_FILE_TYPE]
1164
                 [--output_root_file_mode OUTPUT_ROOT_FILE_MODE]
1165
                 [--output_root_file_name OUTPUT_ROOT_FILE_NAME]
1166
                 [--particle_decay PARTICLE_DECAY]
1167
                 [--photon_vis_colour PHOTON_VIS_COLOUR]
1168
                 [--physics_model PHYSICS_MODEL]
1169
                 [--physics_processes PHYSICS_PROCESSES]
1170
                 [--pi_minus_vis_colour PI_MINUS_VIS_COLOUR]
1171
                 [--pi_plus_vis_colour PI_PLUS_VIS_COLOUR]
1172
                 [--production_threshold PRODUCTION_THRESHOLD]
1173
                 [--reconstruction_geometry_filename RECONSTRUCTION_GEOMETRY_FILENAME]
1174
                 [--reconstruction_timeout RECONSTRUCTION_TIMEOUT]
1175
                 [--reduce_plot_refresh_rate REDUCE_PLOT_REFRESH_RATE]
1176
                 [--reference_physics_processes REFERENCE_PHYSICS_PROCESSES]
1177
                 [--simulation_geometry_filename SIMULATION_GEOMETRY_FILENAME]
1178
                 [--simulation_reference_particle SIMULATION_REFERENCE_PARTICLE]
1179
                 [--spill_generator_number_of_spills SPILL_GENERATOR_NUMBER_OF_SPILLS]
1180
                 [--stepping_algorithm STEPPING_ALGORITHM]
1181
                 [--technical_drawing_name TECHNICAL_DRAWING_NAME]
1182
                 [--type_of_dataflow TYPE_OF_DATAFLOW]
1183
                 [--verbose_level VERBOSE_LEVEL]
1184
                 [--visualisation_phi VISUALISATION_PHI]
1185
                 [--visualisation_theta VISUALISATION_THETA]
1186
                 [--visualisation_viewer VISUALISATION_VIEWER]
1187
                 [--visualisation_zoom VISUALISATION_ZOOM]
1188
                 [--will_do_stack_trace WILL_DO_STACK_TRACE]
1189
nosetests: error: unrecognized arguments: bob
1190
Setting the phase 
1191
Made 0 attempts to phase 0 cavities with 0 remaining
1192
ok
1193
Check that Go executes okay with multi_process dataflow. ... Setting the phase 
1194
Made 0 attempts to phase 0 cavities with 0 remaining
1195
ok
1196
Check that Go notifies user of unimplemented dataflow. ... Setting the phase 
1197
Made 0 attempts to phase 0 cavities with 0 remaining
1198
ok
1199
Check that Go executes okay with pipeline_single_thread dataflow. ... Setting the phase 
1200
Made 0 attempts to phase 0 cavities with 0 remaining
1201
ok
1202
Make sure get_possible_dataflows() doesn't return nonsense ... ok
1203
Check that the job header is initialised okay ... ok
1204
Check that initialisation of MAUS is okay ... ok
1205
Check that Go raises error with bad input. ... Setting the phase 
1206
Made 0 attempts to phase 0 cavities with 0 remaining
1207
ok
1208
Check that Go raises error with bad transformer. ... Setting the phase 
1209
Made 0 attempts to phase 0 cavities with 0 remaining
1210
ok
1211
Check that Go raises error with bad outputter. ... Setting the phase 
1212
Made 0 attempts to phase 0 cavities with 0 remaining
1213
ok
1214
Check that Go raises error with bad merger. ... Setting the phase 
1215
Made 0 attempts to phase 0 cavities with 0 remaining
1216
Traceback (most recent call last):
1217
  File "/home/mice/MAUS/.maus_release/build/OutputPyJSON.py", line 87, in save
1218
    self.file.write(document.rstrip() + '\n')
1219
AttributeError: 'bool' object has no attribute 'rstrip'
1220
ok
1221
Check that Go raises error with bad dataflow type. ... Setting the phase 
1222
Made 0 attempts to phase 0 cavities with 0 remaining
1223
ok
1224
test_run_test_cpp_unit ... Initialising Globals
1225
Running with verbose level 2
1226
Checking overlaps for volume Box ... OK! 
1227
[==========] Running 620 tests from 109 test cases.
1228
[----------] Global test environment set-up.
1229
[----------] 4 tests from SciFiClusterRecTest
1230
[ RUN      ] SciFiClusterRecTest.test_process
1231
[       OK ] SciFiClusterRecTest.test_process (264 ms)
1232
[ RUN      ] SciFiClusterRecTest.test_get_seeds
1233
[       OK ] SciFiClusterRecTest.test_get_seeds (263 ms)
1234
[ RUN      ] SciFiClusterRecTest.test_construct
1235
[       OK ] SciFiClusterRecTest.test_construct (263 ms)
1236
[ RUN      ] SciFiClusterRecTest.test_neighbours
1237
[       OK ] SciFiClusterRecTest.test_neighbours (264 ms)
1238
[----------] 4 tests from SciFiClusterRecTest (1054 ms total)
1239

    
1240
[----------] 2 tests from TrackerDataTest
1241
[ RUN      ] TrackerDataTest.TestConstructor
1242
[       OK ] TrackerDataTest.TestConstructor (0 ms)
1243
[ RUN      ] TrackerDataTest.TestClear
1244
[       OK ] TrackerDataTest.TestClear (5 ms)
1245
[----------] 2 tests from TrackerDataTest (5 ms total)
1246

    
1247
[----------] 8 tests from TrackerDataManagerTest
1248
[ RUN      ] TrackerDataManagerTest.TestConstructor
1249
[       OK ] TrackerDataManagerTest.TestConstructor (0 ms)
1250
[ RUN      ] TrackerDataManagerTest.TestDraw
1251
[       OK ] TrackerDataManagerTest.TestDraw (40 ms)
1252
[ RUN      ] TrackerDataManagerTest.TestProcess
1253
[       OK ] TrackerDataManagerTest.TestProcess (4 ms)
1254
[ RUN      ] TrackerDataManagerTest.TestProcessClusters
1255
[       OK ] TrackerDataManagerTest.TestProcessClusters (0 ms)
1256
[ RUN      ] TrackerDataManagerTest.TestProcessDigits
1257
[       OK ] TrackerDataManagerTest.TestProcessDigits (0 ms)
1258
[ RUN      ] TrackerDataManagerTest.TestProcessHtrks
1259
[       OK ] TrackerDataManagerTest.TestProcessHtrks (3 ms)
1260
[ RUN      ] TrackerDataManagerTest.TestProcessSpoints
1261
[       OK ] TrackerDataManagerTest.TestProcessSpoints (0 ms)
1262
[ RUN      ] TrackerDataManagerTest.TestProcessStrks
1263
[       OK ] TrackerDataManagerTest.TestProcessStrks (2 ms)
1264
[----------] 8 tests from TrackerDataManagerTest (49 ms total)
1265

    
1266
[----------] 2 tests from TrackerDataPlotterInfoBoxTest
1267
[ RUN      ] TrackerDataPlotterInfoBoxTest.TestConstructor
1268
[       OK ] TrackerDataPlotterInfoBoxTest.TestConstructor (0 ms)
1269
[ RUN      ] TrackerDataPlotterInfoBoxTest.TestBrackets
1270
Warning in <TCanvas::Constructor>: Deleting canvas with same name: c_info
1271
[       OK ] TrackerDataPlotterInfoBoxTest.TestBrackets (11 ms)
1272
[----------] 2 tests from TrackerDataPlotterInfoBoxTest (11 ms total)
1273

    
1274
[----------] 2 tests from TrackerDataPlotterSpointsTest
1275
[ RUN      ] TrackerDataPlotterSpointsTest.TestConstructor
1276
[       OK ] TrackerDataPlotterSpointsTest.TestConstructor (0 ms)
1277
[ RUN      ] TrackerDataPlotterSpointsTest.TestBrackets
1278
Using input canvas at 0xffa58b0
1279
Creating new local canvas at 0x100334a0
1280
Creating new local canvas at 0xffa58b0
1281
[       OK ] TrackerDataPlotterSpointsTest.TestBrackets (102 ms)
1282
[----------] 2 tests from TrackerDataPlotterSpointsTest (102 ms total)
1283

    
1284
[----------] 4 tests from RealDataDigitizationTest
1285
[ RUN      ] RealDataDigitizationTest.test_calibration_load
1286
[       OK ] RealDataDigitizationTest.test_calibration_load (232 ms)
1287
[ RUN      ] RealDataDigitizationTest.test_mapping_load
1288
[       OK ] RealDataDigitizationTest.test_mapping_load (45 ms)
1289
[ RUN      ] RealDataDigitizationTest.test_bad_channel_load
1290
[       OK ] RealDataDigitizationTest.test_bad_channel_load (1 ms)
1291
[ RUN      ] RealDataDigitizationTest.test_process
1292
DAQ sizes: 
1293
3
1294
3
1295
[       OK ] RealDataDigitizationTest.test_process (2 ms)
1296
[----------] 4 tests from RealDataDigitizationTest (284 ms total)
1297

    
1298
[----------] 6 tests from SciFiSpacePointRecTest
1299
[ RUN      ] SciFiSpacePointRecTest.test_process
1300
[       OK ] SciFiSpacePointRecTest.test_process (0 ms)
1301
[ RUN      ] SciFiSpacePointRecTest.test_duplet_radius
1302
[       OK ] SciFiSpacePointRecTest.test_duplet_radius (0 ms)
1303
[ RUN      ] SciFiSpacePointRecTest.test_clusters_arent_used
1304
[       OK ] SciFiSpacePointRecTest.test_clusters_arent_used (0 ms)
1305
[ RUN      ] SciFiSpacePointRecTest.test_kuno_test
1306
[       OK ] SciFiSpacePointRecTest.test_kuno_test (0 ms)
1307
[ RUN      ] SciFiSpacePointRecTest.test_make_cluster_container
1308
[       OK ] SciFiSpacePointRecTest.test_make_cluster_container (0 ms)
1309
[ RUN      ] SciFiSpacePointRecTest.test_crossing_position
1310
[       OK ] SciFiSpacePointRecTest.test_crossing_position (0 ms)
1311
[----------] 6 tests from SciFiSpacePointRecTest (0 ms total)
1312

    
1313
[----------] 4 tests from SimpleLineTestDS
1314
[ RUN      ] SimpleLineTestDS.test_default_constructor
1315
[       OK ] SimpleLineTestDS.test_default_constructor (0 ms)
1316
[ RUN      ] SimpleLineTestDS.test_first_parameter_constructor
1317
[       OK ] SimpleLineTestDS.test_first_parameter_constructor (0 ms)
1318
[ RUN      ] SimpleLineTestDS.test_second_parameter_constructor
1319
[       OK ] SimpleLineTestDS.test_second_parameter_constructor (0 ms)
1320
[ RUN      ] SimpleLineTestDS.test_getters_setters_clear
1321
[       OK ] SimpleLineTestDS.test_getters_setters_clear (0 ms)
1322
[----------] 4 tests from SimpleLineTestDS (0 ms total)
1323

    
1324
[----------] 11 tests from PatternRecognitionTest
1325
[ RUN      ] PatternRecognitionTest.test_make_tracks
1326
[       OK ] PatternRecognitionTest.test_make_tracks (1 ms)
1327
[ RUN      ] PatternRecognitionTest.test_make_4pt_tracks
1328
[       OK ] PatternRecognitionTest.test_make_4pt_tracks (0 ms)
1329
[ RUN      ] PatternRecognitionTest.test_make_3pt_tracks
1330
[       OK ] PatternRecognitionTest.test_make_3pt_tracks (0 ms)
1331
[ RUN      ] PatternRecognitionTest.test_make_straight_tracks
1332
[       OK ] PatternRecognitionTest.test_make_straight_tracks (0 ms)
1333
[ RUN      ] PatternRecognitionTest.test_set_ignore_stations
1334
Error: Invalid ignore station argument.
1335
[       OK ] PatternRecognitionTest.test_set_ignore_stations (0 ms)
1336
[ RUN      ] PatternRecognitionTest.test_set_seed_stations
1337
Error: Invalid ignore station argument.
1338
Error: Invalid ignore station argument.
1339
Error: Invalid ignore station argument.
1340
Error: Invalid ignore station argument.
1341
[       OK ] PatternRecognitionTest.test_set_seed_stations (0 ms)
1342
[ RUN      ] PatternRecognitionTest.test_set_end_stations
1343
Error: Invalid ignore station argument.
1344
Error: Invalid ignore station argument.
1345
Error: Invalid ignore station argument.
1346
Error: Invalid ignore station argument.
1347
[       OK ] PatternRecognitionTest.test_set_end_stations (1 ms)
1348
[ RUN      ] PatternRecognitionTest.test_sort_by_station
1349
[       OK ] PatternRecognitionTest.test_sort_by_station (0 ms)
1350
[ RUN      ] PatternRecognitionTest.test_stations_with_unused_sp
1351
[       OK ] PatternRecognitionTest.test_stations_with_unused_sp (0 ms)
1352
[ RUN      ] PatternRecognitionTest.test_find_dsdz
1353
Passed s-z cut, ds/dz is 0.125161
1354
[       OK ] PatternRecognitionTest.test_find_dsdz (0 ms)
1355
[ RUN      ] PatternRecognitionTest.test_make_3pt_circle
1356
[       OK ] PatternRecognitionTest.test_make_3pt_circle (0 ms)
1357
[----------] 11 tests from PatternRecognitionTest (2 ms total)
1358

    
1359
[----------] 3 tests from SimpleHelixTestDS
1360
[ RUN      ] SimpleHelixTestDS.test_default_constructor
1361
[       OK ] SimpleHelixTestDS.test_default_constructor (0 ms)
1362
[ RUN      ] SimpleHelixTestDS.test_parameter_constructor
1363
[       OK ] SimpleHelixTestDS.test_parameter_constructor (0 ms)
1364
[ RUN      ] SimpleHelixTestDS.test_getters_setters_clear
1365
[       OK ] SimpleHelixTestDS.test_getters_setters_clear (0 ms)
1366
[----------] 3 tests from SimpleHelixTestDS (0 ms total)
1367

    
1368
[----------] 4 tests from SimpleCircleTestDS
1369
[ RUN      ] SimpleCircleTestDS.test_default_constructor
1370
[       OK ] SimpleCircleTestDS.test_default_constructor (0 ms)
1371
[ RUN      ] SimpleCircleTestDS.test_first_parameter_constructor
1372
[       OK ] SimpleCircleTestDS.test_first_parameter_constructor (0 ms)
1373
[ RUN      ] SimpleCircleTestDS.test_second_parameter_constructor
1374
[       OK ] SimpleCircleTestDS.test_second_parameter_constructor (0 ms)
1375
[ RUN      ] SimpleCircleTestDS.test_getters_setters_clear
1376
[       OK ] SimpleCircleTestDS.test_getters_setters_clear (0 ms)
1377
[----------] 4 tests from SimpleCircleTestDS (0 ms total)
1378

    
1379
[----------] 2 tests from LSQFitTest
1380
[ RUN      ] LSQFitTest.test_circle_fit
1381
[       OK ] LSQFitTest.test_circle_fit (0 ms)
1382
[ RUN      ] LSQFitTest.test_linear_fit
1383
[       OK ] LSQFitTest.test_linear_fit (0 ms)
1384
[----------] 2 tests from LSQFitTest (0 ms total)
1385

    
1386
[----------] 10 tests from TrackPointTest
1387
[ RUN      ] TrackPointTest.DefaultConstructor
1388
[       OK ] TrackPointTest.DefaultConstructor (2 ms)
1389
[ RUN      ] TrackPointTest.CopyConstructor
1390
[       OK ] TrackPointTest.CopyConstructor (0 ms)
1391
[ RUN      ] TrackPointTest.ArrayConstructor
1392
[       OK ] TrackPointTest.ArrayConstructor (0 ms)
1393
[ RUN      ] TrackPointTest.ReconstructedConstructor
1394
[       OK ] TrackPointTest.ReconstructedConstructor (0 ms)
1395
[ RUN      ] TrackPointTest.DetectorConstructor
1396
[       OK ] TrackPointTest.DetectorConstructor (0 ms)
1397
[ RUN      ] TrackPointTest.VectorConstructor
1398
[       OK ] TrackPointTest.VectorConstructor (0 ms)
1399
[ RUN      ] TrackPointTest.PhaseSpaceVectorConstructor
1400
[       OK ] TrackPointTest.PhaseSpaceVectorConstructor (0 ms)
1401
[ RUN      ] TrackPointTest.Equality
1402
[       OK ] TrackPointTest.Equality (0 ms)
1403
[ RUN      ] TrackPointTest.Inequality
1404
[       OK ] TrackPointTest.Inequality (0 ms)
1405
[ RUN      ] TrackPointTest.OffMassShellException
1406
[       OK ] TrackPointTest.OffMassShellException (1 ms)
1407
[----------] 10 tests from TrackPointTest (4 ms total)
1408

    
1409
[----------] 5 tests from TrackTest
1410
[ RUN      ] TrackTest.DefaultConstructor
1411
[       OK ] TrackTest.DefaultConstructor (0 ms)
1412
[ RUN      ] TrackTest.Accessors
1413
[       OK ] TrackTest.Accessors (0 ms)
1414
[ RUN      ] TrackTest.IdentifiedConstructor
1415
[       OK ] TrackTest.IdentifiedConstructor (0 ms)
1416
[ RUN      ] TrackTest.ContentConstructor
1417
[       OK ] TrackTest.ContentConstructor (0 ms)
1418
[ RUN      ] TrackTest.CopyConstructor
1419
[       OK ] TrackTest.CopyConstructor (0 ms)
1420
[----------] 5 tests from TrackTest (0 ms total)
1421

    
1422
[----------] 2 tests from KalmanHelicalPropagatorTest
1423
[ RUN      ] KalmanHelicalPropagatorTest.test_propagation_using_MC_tracker1
1424
[       OK ] KalmanHelicalPropagatorTest.test_propagation_using_MC_tracker1 (0 ms)
1425
[ RUN      ] KalmanHelicalPropagatorTest.test_covariance_extrapolation
1426
[       OK ] KalmanHelicalPropagatorTest.test_covariance_extrapolation (0 ms)
1427
[----------] 2 tests from KalmanHelicalPropagatorTest (0 ms total)
1428

    
1429
[----------] 1 test from KalmanTrackFitTest
1430
[ RUN      ] KalmanTrackFitTest.none
1431
[       OK ] KalmanTrackFitTest.none (0 ms)
1432
[----------] 1 test from KalmanTrackFitTest (0 ms total)
1433

    
1434
[----------] 1 test from KalmanFilterTest
1435
[ RUN      ] KalmanFilterTest.test_constructor
1436
[       OK ] KalmanFilterTest.test_constructor (0 ms)
1437
[----------] 1 test from KalmanFilterTest (0 ms total)
1438

    
1439
[----------] 3 tests from KalmanSeedTest
1440
[ RUN      ] KalmanSeedTest.test_ordering
1441
[       OK ] KalmanSeedTest.test_ordering (0 ms)
1442
[ RUN      ] KalmanSeedTest.test_straight_state_vector
1443
[       OK ] KalmanSeedTest.test_straight_state_vector (0 ms)
1444
[ RUN      ] KalmanSeedTest.test_helical_state_vector
1445
[       OK ] KalmanSeedTest.test_helical_state_vector (0 ms)
1446
[----------] 3 tests from KalmanSeedTest (1 ms total)
1447

    
1448
[----------] 1 test from KalmanStateTest
1449
[ RUN      ] KalmanStateTest.getters_and_setters_test
1450
[       OK ] KalmanStateTest.getters_and_setters_test (4 ms)
1451
[----------] 1 test from KalmanStateTest (4 ms total)
1452

    
1453
[----------] 1 test from KalmanStraightPropagatorTest
1454
[ RUN      ] KalmanStraightPropagatorTest.propagator_test
1455
[       OK ] KalmanStraightPropagatorTest.propagator_test (0 ms)
1456
[----------] 1 test from KalmanStraightPropagatorTest (0 ms total)
1457

    
1458
[----------] 5 tests from SpacePointTestDS
1459
[ RUN      ] SpacePointTestDS.test_getters_setters
1460
[       OK ] SpacePointTestDS.test_getters_setters (0 ms)
1461
[ RUN      ] SpacePointTestDS.test_default_constructor
1462
[       OK ] SpacePointTestDS.test_default_constructor (0 ms)
1463
[ RUN      ] SpacePointTestDS.test_copy_constructor
1464
[       OK ] SpacePointTestDS.test_copy_constructor (0 ms)
1465
[ RUN      ] SpacePointTestDS.test_assignment_operator
1466
[       OK ] SpacePointTestDS.test_assignment_operator (0 ms)
1467
[ RUN      ] SpacePointTestDS.test_clone
1468
[       OK ] SpacePointTestDS.test_clone (0 ms)
1469
[----------] 5 tests from SpacePointTestDS (0 ms total)
1470

    
1471
[----------] 5 tests from TrackPointTestDS
1472
[ RUN      ] TrackPointTestDS.test_getters_setters
1473
[       OK ] TrackPointTestDS.test_getters_setters (0 ms)
1474
[ RUN      ] TrackPointTestDS.test_default_constructor
1475
[       OK ] TrackPointTestDS.test_default_constructor (0 ms)
1476
[ RUN      ] TrackPointTestDS.test_copy_constructor
1477
[       OK ] TrackPointTestDS.test_copy_constructor (0 ms)
1478
[ RUN      ] TrackPointTestDS.test_assignment_operator
1479
[       OK ] TrackPointTestDS.test_assignment_operator (0 ms)
1480
[ RUN      ] TrackPointTestDS.test_clone
1481
[       OK ] TrackPointTestDS.test_clone (0 ms)
1482
[----------] 5 tests from TrackPointTestDS (0 ms total)
1483

    
1484
[----------] 9 tests from PrimaryChainTestDS
1485
[ RUN      ] PrimaryChainTestDS.test_default_constructor
1486
[       OK ] PrimaryChainTestDS.test_default_constructor (0 ms)
1487
[ RUN      ] PrimaryChainTestDS.test_named_constructor
1488
[       OK ] PrimaryChainTestDS.test_named_constructor (0 ms)
1489
[ RUN      ] PrimaryChainTestDS.test_getters_setters
1490
[       OK ] PrimaryChainTestDS.test_getters_setters (1 ms)
1491
[ RUN      ] PrimaryChainTestDS.test_copy_constructor
1492
[       OK ] PrimaryChainTestDS.test_copy_constructor (0 ms)
1493
[ RUN      ] PrimaryChainTestDS.test_assignment_operator
1494
[       OK ] PrimaryChainTestDS.test_assignment_operator (0 ms)
1495
[ RUN      ] PrimaryChainTestDS.test_Clone
1496
[       OK ] PrimaryChainTestDS.test_Clone (0 ms)
1497
[ RUN      ] PrimaryChainTestDS.test_TrackMethods
1498
[       OK ] PrimaryChainTestDS.test_TrackMethods (0 ms)
1499
[ RUN      ] PrimaryChainTestDS.test_ParentMethods
1500
[       OK ] PrimaryChainTestDS.test_ParentMethods (0 ms)
1501
[ RUN      ] PrimaryChainTestDS.test_Throws
1502
[       OK ] PrimaryChainTestDS.test_Throws (4 ms)
1503
[----------] 9 tests from PrimaryChainTestDS (5 ms total)
1504

    
1505
[----------] 8 tests from TrackTestDS
1506
[ RUN      ] TrackTestDS.test_getters_setters
1507
[       OK ] TrackTestDS.test_getters_setters (0 ms)
1508
[ RUN      ] TrackTestDS.test_TrackPoint_Access
1509
[       OK ] TrackTestDS.test_TrackPoint_Access (0 ms)
1510
[ RUN      ] TrackTestDS.test_ConstituentTrack_Access
1511
[       OK ] TrackTestDS.test_ConstituentTrack_Access (0 ms)
1512
[ RUN      ] TrackTestDS.test_default_constructor
1513
[       OK ] TrackTestDS.test_default_constructor (0 ms)
1514
[ RUN      ] TrackTestDS.test_copy_constructor
1515
[       OK ] TrackTestDS.test_copy_constructor (0 ms)
1516
[ RUN      ] TrackTestDS.test_assignment_operator
1517
[       OK ] TrackTestDS.test_assignment_operator (0 ms)
1518
[ RUN      ] TrackTestDS.test_clone_method
1519
[       OK ] TrackTestDS.test_clone_method (0 ms)
1520
[ RUN      ] TrackTestDS.test_Throws
1521
[       OK ] TrackTestDS.test_Throws (6 ms)
1522
[----------] 8 tests from TrackTestDS (6 ms total)
1523

    
1524
[----------] 4 tests from ReferenceResolverJsonToCppTest
1525
[ RUN      ] ReferenceResolverJsonToCppTest.ResolverTest
1526
[       OK ] ReferenceResolverJsonToCppTest.ResolverTest (2 ms)
1527
[ RUN      ] ReferenceResolverJsonToCppTest.VectorResolverTest
1528
[       OK ] ReferenceResolverJsonToCppTest.VectorResolverTest (1 ms)
1529
[ RUN      ] ReferenceResolverJsonToCppTest.RefManagerBirthTest
1530
[       OK ] ReferenceResolverJsonToCppTest.RefManagerBirthTest (3 ms)
1531
[ RUN      ] ReferenceResolverJsonToCppTest.RefManagerTest
1532
[       OK ] ReferenceResolverJsonToCppTest.RefManagerTest (0 ms)
1533
[----------] 4 tests from ReferenceResolverJsonToCppTest (6 ms total)
1534

    
1535
[----------] 3 tests from ReferenceResolverCppToJsonTest
1536
[ RUN      ] ReferenceResolverCppToJsonTest.TypedResolverTest
1537
[       OK ] ReferenceResolverCppToJsonTest.TypedResolverTest (4 ms)
1538
[ RUN      ] ReferenceResolverCppToJsonTest.RefManagerBirthTest
1539
[       OK ] ReferenceResolverCppToJsonTest.RefManagerBirthTest (3 ms)
1540
[ RUN      ] ReferenceResolverCppToJsonTest.RefManagerTest
1541
[       OK ] ReferenceResolverCppToJsonTest.RefManagerTest (0 ms)
1542
[----------] 3 tests from ReferenceResolverCppToJsonTest (7 ms total)
1543

    
1544
[----------] 6 tests from GlobalEventProcessorTestClass
1545
[ RUN      ] GlobalEventProcessorTestClass.TestSetup
1546
[       OK ] GlobalEventProcessorTestClass.TestSetup (0 ms)
1547
[ RUN      ] GlobalEventProcessorTestClass.CheckInitialSetup
1548
[       OK ] GlobalEventProcessorTestClass.CheckInitialSetup (0 ms)
1549
[ RUN      ] GlobalEventProcessorTestClass.CheckConsistentChain
1550
[       OK ] GlobalEventProcessorTestClass.CheckConsistentChain (0 ms)
1551
[ RUN      ] GlobalEventProcessorTestClass.CppToJson
1552
[       OK ] GlobalEventProcessorTestClass.CppToJson (19 ms)
1553
[ RUN      ] GlobalEventProcessorTestClass.JsonToCpp
1554
[       OK ] GlobalEventProcessorTestClass.JsonToCpp (18 ms)
1555
[ RUN      ] GlobalEventProcessorTestClass.JsonToCppWithDelete
1556
[       OK ] GlobalEventProcessorTestClass.JsonToCppWithDelete (17 ms)
1557
[----------] 6 tests from GlobalEventProcessorTestClass (54 ms total)
1558

    
1559
[----------] 4 tests from TestBranchProcessorTestClass
1560
[ RUN      ] TestBranchProcessorTestClass.CheckInitialSetup
1561
[       OK ] TestBranchProcessorTestClass.CheckInitialSetup (0 ms)
1562
[ RUN      ] TestBranchProcessorTestClass.CppToJson
1563
[       OK ] TestBranchProcessorTestClass.CppToJson (1 ms)
1564
[ RUN      ] TestBranchProcessorTestClass.CppToJsonWithNULLRequiredRef
1565
[       OK ] TestBranchProcessorTestClass.CppToJsonWithNULLRequiredRef (2 ms)
1566
[ RUN      ] TestBranchProcessorTestClass.CppToJsonWithNULLNotRequiredRef
1567
[       OK ] TestBranchProcessorTestClass.CppToJsonWithNULLNotRequiredRef (0 ms)
1568
[----------] 4 tests from TestBranchProcessorTestClass (3 ms total)
1569

    
1570
[----------] 2 tests from ObjectProcessorReferenceTest
1571
[ RUN      ] ObjectProcessorReferenceTest.SimpleTreeTest
1572
[       OK ] ObjectProcessorReferenceTest.SimpleTreeTest (1 ms)
1573
[ RUN      ] ObjectProcessorReferenceTest.RequiredTest
1574
[       OK ] ObjectProcessorReferenceTest.RequiredTest (3 ms)
1575
[----------] 2 tests from ObjectProcessorReferenceTest (4 ms total)
1576

    
1577
[----------] 6 tests from ObjectProcessorTest
1578
[ RUN      ] ObjectProcessorTest.HasUnknownBranches
1579
[       OK ] ObjectProcessorTest.HasUnknownBranches (2 ms)
1580
[ RUN      ] ObjectProcessorTest.JsonToCppRequiredTest
1581
[       OK ] ObjectProcessorTest.JsonToCppRequiredTest (8 ms)
1582
[ RUN      ] ObjectProcessorTest.JsonToCppNotRequiredTest
1583
[       OK ] ObjectProcessorTest.JsonToCppNotRequiredTest (3 ms)
1584
[ RUN      ] ObjectProcessorTest.CppToJsonRequiredTest
1585
[       OK ] ObjectProcessorTest.CppToJsonRequiredTest (1 ms)
1586
[ RUN      ] ObjectProcessorTest.CppToJsonNotRequiredTest
1587
[       OK ] ObjectProcessorTest.CppToJsonNotRequiredTest (0 ms)
1588
[ RUN      ] ObjectProcessorTest.PathTest
1589
[       OK ] ObjectProcessorTest.PathTest (0 ms)
1590
[----------] 6 tests from ObjectProcessorTest (14 ms total)
1591

    
1592
[----------] 18 tests from ArrayProcessorsTest
1593
[ RUN      ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest
1594
[       OK ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest (1 ms)
1595
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest
1596
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest (0 ms)
1597
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppTest
1598
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppTest (0 ms)
1599
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest
1600
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest (1 ms)
1601
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest
1602
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest (0 ms)
1603
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest
1604
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest (0 ms)
1605
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest
1606
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest (0 ms)
1607
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonTest
1608
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonTest (1 ms)
1609
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest
1610
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest (0 ms)
1611
[ RUN      ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest
1612
[       OK ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest (0 ms)
1613
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest
1614
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest (0 ms)
1615
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppTest
1616
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppTest (0 ms)
1617
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest
1618
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest (1 ms)
1619
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest
1620
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest (1 ms)
1621
[ RUN      ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest
1622
[       OK ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest (0 ms)
1623
[ RUN      ] ArrayProcessorsTest.ValueArrayCppToJsonTest
1624
[       OK ] ArrayProcessorsTest.ValueArrayCppToJsonTest (0 ms)
1625
[ RUN      ] ArrayProcessorsTest.RefArrayConstructorDestructorTest
1626
[       OK ] ArrayProcessorsTest.RefArrayConstructorDestructorTest (0 ms)
1627
[ RUN      ] ArrayProcessorsTest.RefArrayCppToJsonTest
1628
[       OK ] ArrayProcessorsTest.RefArrayCppToJsonTest (0 ms)
1629
[----------] 18 tests from ArrayProcessorsTest (5 ms total)
1630

    
1631
[----------] 6 tests from ObjectMapProcessorsTest
1632
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest
1633
[       OK ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest (0 ms)
1634
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest
1635
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest (0 ms)
1636
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest
1637
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest (1 ms)
1638
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest
1639
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest (0 ms)
1640
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest
1641
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest (1 ms)
1642
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest
1643
[       OK ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest (0 ms)
1644
[----------] 6 tests from ObjectMapProcessorsTest (2 ms total)
1645

    
1646
[----------] 15 tests from SpillProcessorTest
1647
[ RUN      ] SpillProcessorTest.ThreeVectorProcessorTest
1648
[       OK ] SpillProcessorTest.ThreeVectorProcessorTest (1 ms)
1649
[ RUN      ] SpillProcessorTest.StepProcessorTest
1650
[       OK ] SpillProcessorTest.StepProcessorTest (3 ms)
1651
[ RUN      ] SpillProcessorTest.TrackProcessorTest
1652
[       OK ] SpillProcessorTest.TrackProcessorTest (8 ms)
1653
[ RUN      ] SpillProcessorTest.TOFChannelIdProcessorTest
1654
[       OK ] SpillProcessorTest.TOFChannelIdProcessorTest (0 ms)
1655
[ RUN      ] SpillProcessorTest.SciFiChannelIdProcessorTest
1656
[       OK ] SpillProcessorTest.SciFiChannelIdProcessorTest (1 ms)
1657
[ RUN      ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest
1658
[       OK ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest (0 ms)
1659
[ RUN      ] SpillProcessorTest.SciFiHitProcessorTest
1660
[       OK ] SpillProcessorTest.SciFiHitProcessorTest (3 ms)
1661
[ RUN      ] SpillProcessorTest.TOFHitProcessorTest
1662
[       OK ] SpillProcessorTest.TOFHitProcessorTest (2 ms)
1663
[ RUN      ] SpillProcessorTest.SpecialVirtualHitProcessorTest
1664
[       OK ] SpillProcessorTest.SpecialVirtualHitProcessorTest (2 ms)
1665
[ RUN      ] SpillProcessorTest.VirtualHitProcessorTest
1666
[       OK ] SpillProcessorTest.VirtualHitProcessorTest (3 ms)
1667
[ RUN      ] SpillProcessorTest.PrimaryProcessorTest
1668
[       OK ] SpillProcessorTest.PrimaryProcessorTest (1 ms)
1669
[ RUN      ] SpillProcessorTest.MCEventProcessorTest
1670
[       OK ] SpillProcessorTest.MCEventProcessorTest (27 ms)
1671
[ RUN      ] SpillProcessorTest.ReconEventProcessorTest
1672
[       OK ] SpillProcessorTest.ReconEventProcessorTest (1 ms)
1673
[ RUN      ] SpillProcessorTest.TestBranchProcessorTest
1674
[       OK ] SpillProcessorTest.TestBranchProcessorTest (1 ms)
1675
[ RUN      ] SpillProcessorTest.SpillProcessorTest
1676
[       OK ] SpillProcessorTest.SpillProcessorTest (5 ms)
1677
[----------] 15 tests from SpillProcessorTest (59 ms total)
1678

    
1679
[----------] 4 tests from HeaderFooterProcessorTest
1680
[ RUN      ] HeaderFooterProcessorTest.JobHeaderProcessorTest
1681
[       OK ] HeaderFooterProcessorTest.JobHeaderProcessorTest (1 ms)
1682
[ RUN      ] HeaderFooterProcessorTest.JobFooterProcessorTest
1683
[       OK ] HeaderFooterProcessorTest.JobFooterProcessorTest (1 ms)
1684
[ RUN      ] HeaderFooterProcessorTest.RunHeaderProcessorTest
1685
[       OK ] HeaderFooterProcessorTest.RunHeaderProcessorTest (0 ms)
1686
[ RUN      ] HeaderFooterProcessorTest.RunFooterProcessorTest
1687
[       OK ] HeaderFooterProcessorTest.RunFooterProcessorTest (0 ms)
1688
[----------] 4 tests from HeaderFooterProcessorTest (2 ms total)
1689

    
1690
[----------] 10 tests from PrimitivesProcessorsTest
1691
[ RUN      ] PrimitivesProcessorsTest.DoubleJsonToCpp
1692
[       OK ] PrimitivesProcessorsTest.DoubleJsonToCpp (3 ms)
1693
[ RUN      ] PrimitivesProcessorsTest.DoubleCppToJson
1694
[       OK ] PrimitivesProcessorsTest.DoubleCppToJson (0 ms)
1695
[ RUN      ] PrimitivesProcessorsTest.BoolJsonToCpp
1696
[       OK ] PrimitivesProcessorsTest.BoolJsonToCpp (1 ms)
1697
[ RUN      ] PrimitivesProcessorsTest.BoolCppToJson
1698
[       OK ] PrimitivesProcessorsTest.BoolCppToJson (0 ms)
1699
[ RUN      ] PrimitivesProcessorsTest.StringJsonToCpp
1700
[       OK ] PrimitivesProcessorsTest.StringJsonToCpp (1 ms)
1701
[ RUN      ] PrimitivesProcessorsTest.StringCppToJson
1702
[       OK ] PrimitivesProcessorsTest.StringCppToJson (0 ms)
1703
[ RUN      ] PrimitivesProcessorsTest.IntJsonToCpp
1704
[       OK ] PrimitivesProcessorsTest.IntJsonToCpp (1 ms)
1705
[ RUN      ] PrimitivesProcessorsTest.IntCppToJson
1706
[       OK ] PrimitivesProcessorsTest.IntCppToJson (0 ms)
1707
[ RUN      ] PrimitivesProcessorsTest.UIntJsonToCpp
1708
[       OK ] PrimitivesProcessorsTest.UIntJsonToCpp (2 ms)
1709
[ RUN      ] PrimitivesProcessorsTest.UIntCppToJson
1710
[       OK ] PrimitivesProcessorsTest.UIntCppToJson (0 ms)
1711
[----------] 10 tests from PrimitivesProcessorsTest (8 ms total)
1712

    
1713
[----------] 16 tests from SymmetricMatrixTest
1714
[ RUN      ] SymmetricMatrixTest.DefaultConstructor
1715
[       OK ] SymmetricMatrixTest.DefaultConstructor (0 ms)
1716
[ RUN      ] SymmetricMatrixTest.CopyConstructor
1717
[       OK ] SymmetricMatrixTest.CopyConstructor (0 ms)
1718
[ RUN      ] SymmetricMatrixTest.HepSymMatrixConstructor
1719
[       OK ] SymmetricMatrixTest.HepSymMatrixConstructor (0 ms)
1720
[ RUN      ] SymmetricMatrixTest.ConstructorSizeOnly
1721
[       OK ] SymmetricMatrixTest.ConstructorSizeOnly (0 ms)
1722
[ RUN      ] SymmetricMatrixTest.ConstructorFill
1723
[       OK ] SymmetricMatrixTest.ConstructorFill (0 ms)
1724
[ RUN      ] SymmetricMatrixTest.ConstructorFromArray
1725
[       OK ] SymmetricMatrixTest.ConstructorFromArray (0 ms)
1726
[ RUN      ] SymmetricMatrixTest.Set
1727
[       OK ] SymmetricMatrixTest.Set (0 ms)
1728
[ RUN      ] SymmetricMatrixTest.Assignment
1729
[       OK ] SymmetricMatrixTest.Assignment (0 ms)
1730
[ RUN      ] SymmetricMatrixTest.Addition
1731
[       OK ] SymmetricMatrixTest.Addition (0 ms)
1732
[ RUN      ] SymmetricMatrixTest.Subtraction
1733
[       OK ] SymmetricMatrixTest.Subtraction (0 ms)
1734
[ RUN      ] SymmetricMatrixTest.ScalarMultiplication
1735
[       OK ] SymmetricMatrixTest.ScalarMultiplication (0 ms)
1736
[ RUN      ] SymmetricMatrixTest.ScalarDivision
1737
[       OK ] SymmetricMatrixTest.ScalarDivision (0 ms)
1738
[ RUN      ] SymmetricMatrixTest.Inverse
1739
[       OK ] SymmetricMatrixTest.Inverse (2 ms)
1740
[ RUN      ] SymmetricMatrixTest.HepSymMatrix
1741
[       OK ] SymmetricMatrixTest.HepSymMatrix (0 ms)
1742
[ RUN      ] SymmetricMatrixTest.Eigen
1743
[       OK ] SymmetricMatrixTest.Eigen (0 ms)
1744
[ RUN      ] SymmetricMatrixTest.Negation
1745
[       OK ] SymmetricMatrixTest.Negation (0 ms)
1746
[----------] 16 tests from SymmetricMatrixTest (3 ms total)
1747

    
1748
[----------] 10 tests from PolynomialMapTest
1749
[ RUN      ] PolynomialMapTest.Constructor
1750
[       OK ] PolynomialMapTest.Constructor (1 ms)
1751
[ RUN      ] PolynomialMapTest.Clone
1752
[       OK ] PolynomialMapTest.Clone (0 ms)
1753
[ RUN      ] PolynomialMapTest.MapEvaluation
1754
[       OK ] PolynomialMapTest.MapEvaluation (0 ms)
1755
[ RUN      ] PolynomialMapTest.IterableEquality
1756
[       OK ] PolynomialMapTest.IterableEquality (0 ms)
1757
[ RUN      ] PolynomialMapTest.PointBox
1758
[       OK ] PolynomialMapTest.PointBox (1 ms)
1759
[ RUN      ] PolynomialMapTest.GetAvgChi2OfDifference
1760
[       OK ] PolynomialMapTest.GetAvgChi2OfDifference (4 ms)
1761
[ RUN      ] PolynomialMapTest.Means
1762
[       OK ] PolynomialMapTest.Means (0 ms)
1763
[ RUN      ] PolynomialMapTest.Covariances
1764
[       OK ] PolynomialMapTest.Covariances (0 ms)
1765
[ RUN      ] PolynomialMapTest.LeastSquaresFitting
1766
[       OK ] PolynomialMapTest.LeastSquaresFitting (3145 ms)
1767
[ RUN      ] PolynomialMapTest.SpaceTransform
1768
[       OK ] PolynomialMapTest.SpaceTransform (2 ms)
1769
[----------] 10 tests from PolynomialMapTest (3154 ms total)
1770

    
1771
[----------] 22 tests from ComplexTest
1772
[ RUN      ] ComplexTest.PseudoConstructor
1773
[       OK ] ComplexTest.PseudoConstructor (0 ms)
1774
[ RUN      ] ComplexTest.Equals
1775
[       OK ] ComplexTest.Equals (0 ms)
1776
[ RUN      ] ComplexTest.NotEquals
1777
[       OK ] ComplexTest.NotEquals (0 ms)
1778
[ RUN      ] ComplexTest.Components
1779
[       OK ] ComplexTest.Components (0 ms)
1780
[ RUN      ] ComplexTest.Double
1781
[       OK ] ComplexTest.Double (0 ms)
1782
[ RUN      ] ComplexTest.Conjugate
1783
[       OK ] ComplexTest.Conjugate (0 ms)
1784
[ RUN      ] ComplexTest.Assignment
1785
[       OK ] ComplexTest.Assignment (0 ms)
1786
[ RUN      ] ComplexTest.Multiplication
1787
[       OK ] ComplexTest.Multiplication (1 ms)
1788
[ RUN      ] ComplexTest.Division
1789
[       OK ] ComplexTest.Division (0 ms)
1790
[ RUN      ] ComplexTest.Addition
1791
[       OK ] ComplexTest.Addition (0 ms)
1792
[ RUN      ] ComplexTest.Negation
1793
[       OK ] ComplexTest.Negation (0 ms)
1794
[ RUN      ] ComplexTest.Subtraction
1795
[       OK ] ComplexTest.Subtraction (0 ms)
1796
[ RUN      ] ComplexTest.Polar
1797
[       OK ] ComplexTest.Polar (0 ms)
1798
[ RUN      ] ComplexTest.Magnitude
1799
[       OK ] ComplexTest.Magnitude (0 ms)
1800
[ RUN      ] ComplexTest.Arg
1801
[       OK ] ComplexTest.Arg (0 ms)
1802
[ RUN      ] ComplexTest.Exponential
1803
[       OK ] ComplexTest.Exponential (0 ms)
1804
[ RUN      ] ComplexTest.Logarithms
1805
[       OK ] ComplexTest.Logarithms (0 ms)
1806
[ RUN      ] ComplexTest.Pow
1807
[       OK ] ComplexTest.Pow (0 ms)
1808
[ RUN      ] ComplexTest.SquareRoot
1809
[       OK ] ComplexTest.SquareRoot (0 ms)
1810
[ RUN      ] ComplexTest.TrigonometricFunctions
1811
[       OK ] ComplexTest.TrigonometricFunctions (0 ms)
1812
[ RUN      ] ComplexTest.HyperbolicTrigonometricFunctions
1813
[       OK ] ComplexTest.HyperbolicTrigonometricFunctions (0 ms)
1814
[ RUN      ] ComplexTest.Streaming
1815
[       OK ] ComplexTest.Streaming (0 ms)
1816
[----------] 22 tests from ComplexTest (1 ms total)
1817

    
1818
[----------] 15 tests from VectorTest
1819
[ RUN      ] VectorTest.Size
1820
[       OK ] VectorTest.Size (0 ms)
1821
[ RUN      ] VectorTest.Subvector
1822
[       OK ] VectorTest.Subvector (2 ms)
1823
[ RUN      ] VectorTest.Indexing
1824
[       OK ] VectorTest.Indexing (8 ms)
1825
[ RUN      ] VectorTest.Equals
1826
[       OK ] VectorTest.Equals (0 ms)
1827
[ RUN      ] VectorTest.NotEquals
1828
[       OK ] VectorTest.NotEquals (0 ms)
1829
[ RUN      ] VectorTest.StdVectorConstructor
1830
[       OK ] VectorTest.StdVectorConstructor (0 ms)
1831
[ RUN      ] VectorTest.HepVectorConstructor
1832
[       OK ] VectorTest.HepVectorConstructor (0 ms)
1833
[ RUN      ] VectorTest.Assignment
1834
[       OK ] VectorTest.Assignment (4 ms)
1835
[ RUN      ] VectorTest.Multiplication
1836
[       OK ] VectorTest.Multiplication (5 ms)
1837
[ RUN      ] VectorTest.Division
1838
[       OK ] VectorTest.Division (6 ms)
1839
[ RUN      ] VectorTest.Addition
1840
[       OK ] VectorTest.Addition (0 ms)
1841
[ RUN      ] VectorTest.Inversion
1842
[       OK ] VectorTest.Inversion (0 ms)
1843
[ RUN      ] VectorTest.Subtraction
1844
[       OK ] VectorTest.Subtraction (0 ms)
1845
[ RUN      ] VectorTest.ComplexDecomposition
1846
[       OK ] VectorTest.ComplexDecomposition (0 ms)
1847
[ RUN      ] VectorTest.Streaming
1848
[       OK ] VectorTest.Streaming (0 ms)
1849
[----------] 15 tests from VectorTest (25 ms total)
1850

    
1851
[----------] 13 tests from HermitianMatrixTest
1852
[ RUN      ] HermitianMatrixTest.DefaultConstructor
1853
[       OK ] HermitianMatrixTest.DefaultConstructor (0 ms)
1854
[ RUN      ] HermitianMatrixTest.CopyConstructor
1855
[       OK ] HermitianMatrixTest.CopyConstructor (0 ms)
1856
[ RUN      ] HermitianMatrixTest.ConstructorSizeOnly
1857
[       OK ] HermitianMatrixTest.ConstructorSizeOnly (0 ms)
1858
[ RUN      ] HermitianMatrixTest.ConstructorFill
1859
[       OK ] HermitianMatrixTest.ConstructorFill (0 ms)
1860
[ RUN      ] HermitianMatrixTest.ConstructorFromArray
1861
[       OK ] HermitianMatrixTest.ConstructorFromArray (0 ms)
1862
[ RUN      ] HermitianMatrixTest.Set
1863
[       OK ] HermitianMatrixTest.Set (0 ms)
1864
[ RUN      ] HermitianMatrixTest.Assignment
1865
[       OK ] HermitianMatrixTest.Assignment (0 ms)
1866
[ RUN      ] HermitianMatrixTest.Addition
1867
[       OK ] HermitianMatrixTest.Addition (0 ms)
1868
[ RUN      ] HermitianMatrixTest.Subtraction
1869
[       OK ] HermitianMatrixTest.Subtraction (0 ms)
1870
[ RUN      ] HermitianMatrixTest.Inverse
1871
[       OK ] HermitianMatrixTest.Inverse (6 ms)
1872
[ RUN      ] HermitianMatrixTest.ComplexDecomposition
1873
[       OK ] HermitianMatrixTest.ComplexDecomposition (0 ms)
1874
[ RUN      ] HermitianMatrixTest.Eigen
1875
[       OK ] HermitianMatrixTest.Eigen (0 ms)
1876
[ RUN      ] HermitianMatrixTest.Negation
1877
[       OK ] HermitianMatrixTest.Negation (0 ms)
1878
[----------] 13 tests from HermitianMatrixTest (6 ms total)
1879

    
1880
[----------] 31 tests from MatrixTest
1881
[ RUN      ] MatrixTest.DefaultConstructor
1882
[       OK ] MatrixTest.DefaultConstructor (0 ms)
1883
[ RUN      ] MatrixTest.SingleElementValueConstructor
1884
[       OK ] MatrixTest.SingleElementValueConstructor (0 ms)
1885
[ RUN      ] MatrixTest.ConstructorFromArray
1886
[       OK ] MatrixTest.ConstructorFromArray (0 ms)
1887
[ RUN      ] MatrixTest.IndexingElements
1888
[       OK ] MatrixTest.IndexingElements (12 ms)
1889
[ RUN      ] MatrixTest.CopyConstructor
1890
[       OK ] MatrixTest.CopyConstructor (0 ms)
1891
[ RUN      ] MatrixTest.HepMatrixConstructor
1892
[       OK ] MatrixTest.HepMatrixConstructor (0 ms)
1893
[ RUN      ] MatrixTest.ConstructorSizeOnly
1894
[       OK ] MatrixTest.ConstructorSizeOnly (0 ms)
1895
[ RUN      ] MatrixTest.ConstructorFill
1896
[       OK ] MatrixTest.ConstructorFill (0 ms)
1897
[ RUN      ] MatrixTest.IndexingRows
1898
[       OK ] MatrixTest.IndexingRows (4 ms)
1899
[ RUN      ] MatrixTest.IndexingColumns
1900
[       OK ] MatrixTest.IndexingColumns (4 ms)
1901
[ RUN      ] MatrixTest.Submatrix
1902
[       OK ] MatrixTest.Submatrix (0 ms)
1903
[ RUN      ] MatrixTest.Comparison
1904
[       OK ] MatrixTest.Comparison (0 ms)
1905
[ RUN      ] MatrixTest.Assignment
1906
[       OK ] MatrixTest.Assignment (2 ms)
1907
[ RUN      ] MatrixTest.Addition
1908
[       OK ] MatrixTest.Addition (4 ms)
1909
[ RUN      ] MatrixTest.Subtraction
1910
[       OK ] MatrixTest.Subtraction (4 ms)
1911
[ RUN      ] MatrixTest.Multiplication
1912
[       OK ] MatrixTest.Multiplication (2 ms)
1913
[ RUN      ] MatrixTest.ScalarMultiplication
1914
[       OK ] MatrixTest.ScalarMultiplication (0 ms)
1915
[ RUN      ] MatrixTest.ScalarDivision
1916
[       OK ] MatrixTest.ScalarDivision (0 ms)
1917
[ RUN      ] MatrixTest.ComplexComposition
1918
[       OK ] MatrixTest.ComplexComposition (2 ms)
1919
[ RUN      ] MatrixTest.ComplexDecomposition
1920
[       OK ] MatrixTest.ComplexDecomposition (0 ms)
1921
[ RUN      ] MatrixTest.ComplexConjugation
1922
[       OK ] MatrixTest.ComplexConjugation (0 ms)
1923
[ RUN      ] MatrixTest.Determinant
1924
[       OK ] MatrixTest.Determinant (2 ms)
1925
[ RUN      ] MatrixTest.Inverse
1926
[       OK ] MatrixTest.Inverse (2 ms)
1927
[ RUN      ] MatrixTest.Trace
1928
[       OK ] MatrixTest.Trace (0 ms)
1929
[ RUN      ] MatrixTest.Transpose
1930
[       OK ] MatrixTest.Transpose (0 ms)
1931
[ RUN      ] MatrixTest.Dagger
1932
[       OK ] MatrixTest.Dagger (0 ms)
1933
[ RUN      ] MatrixTest.HepMatrix
1934
[       OK ] MatrixTest.HepMatrix (0 ms)
1935
[ RUN      ] MatrixTest.Eigen
1936
[       OK ] MatrixTest.Eigen (3 ms)
1937
[ RUN      ] MatrixTest.Negation
1938
[       OK ] MatrixTest.Negation (0 ms)
1939
[ RUN      ] MatrixTest.VectorMultiplication
1940
[       OK ] MatrixTest.VectorMultiplication (0 ms)
1941
[ RUN      ] MatrixTest.Streaming
1942
[       OK ] MatrixTest.Streaming (0 ms)
1943
[----------] 31 tests from MatrixTest (42 ms total)
1944

    
1945
[----------] 1 test from MeshTest
1946
[ RUN      ] MeshTest.testAll
1947
[       OK ] MeshTest.testAll (125 ms)
1948
[----------] 1 test from MeshTest (125 ms total)
1949

    
1950
[----------] 1 test from TriangularMeshTest
1951
[ RUN      ] TriangularMeshTest.DelaunayConstructorTest
1952
[       OK ] TriangularMeshTest.DelaunayConstructorTest (1 ms)
1953
[----------] 1 test from TriangularMeshTest (1 ms total)
1954

    
1955
[----------] 1 test from dataCardsTest
1956
[ RUN      ] dataCardsTest.readKeysTest
1957
[       OK ] dataCardsTest.readKeysTest (1 ms)
1958
[----------] 1 test from dataCardsTest (1 ms total)
1959

    
1960
[----------] 1 test from MathUtils
1961
[ RUN      ] MathUtils.CompactVectorTest
1962
[       OK ] MathUtils.CompactVectorTest (0 ms)
1963
[----------] 1 test from MathUtils (0 ms total)
1964

    
1965
[----------] 1 test from Mathutils
1966
[ RUN      ] Mathutils.GreaterThanTest
1967
[       OK ] Mathutils.GreaterThanTest (0 ms)
1968
[----------] 1 test from Mathutils (0 ms total)
1969

    
1970
[----------] 7 tests from EngeTest
1971
[ RUN      ] EngeTest.EngeConstructorTest
1972
[       OK ] EngeTest.EngeConstructorTest (5 ms)
1973
[ RUN      ] EngeTest.MutatorAccessorTest
1974
[       OK ] EngeTest.MutatorAccessorTest (0 ms)
1975
[ RUN      ] EngeTest.SetEngeDiffIndicesTest
1976
[       OK ] EngeTest.SetEngeDiffIndicesTest (0 ms)
1977
[ RUN      ] EngeTest.HNTest
1978
[       OK ] EngeTest.HNTest (1 ms)
1979
[ RUN      ] EngeTest.GNTest
1980
[       OK ] EngeTest.GNTest (2 ms)
1981
[ RUN      ] EngeTest.GetEngeTest
1982
[       OK ] EngeTest.GetEngeTest (102 ms)
1983
[ RUN      ] EngeTest.GetDoubleEngeTest
1984
[       OK ] EngeTest.GetDoubleEngeTest (205 ms)
1985
[----------] 7 tests from EngeTest (315 ms total)
1986

    
1987
[----------] 6 tests from TanhTest
1988
[ RUN      ] TanhTest.TanhConstructorTest
1989
[       OK ] TanhTest.TanhConstructorTest (0 ms)
1990
[ RUN      ] TanhTest.TanhMutatorAccessorTest
1991
[       OK ] TanhTest.TanhMutatorAccessorTest (0 ms)
1992
[ RUN      ] TanhTest.TanhGetTanhDiffIndicesTest
1993
[       OK ] TanhTest.TanhGetTanhDiffIndicesTest (0 ms)
1994
[ RUN      ] TanhTest.GetTanhTest
1995
[       OK ] TanhTest.GetTanhTest (0 ms)
1996
[ RUN      ] TanhTest.GetNegTanhTest
1997
[       OK ] TanhTest.GetNegTanhTest (0 ms)
1998
[ RUN      ] TanhTest.GetDoubleTanhTest
1999
[       OK ] TanhTest.GetDoubleTanhTest (1 ms)
2000
[----------] 6 tests from TanhTest (1 ms total)
2001

    
2002
[----------] 4 tests from STLUtilsTest
2003
[ RUN      ] STLUtilsTest.IterableEqualityTest
2004
[       OK ] STLUtilsTest.IterableEqualityTest (0 ms)
2005
[ RUN      ] STLUtilsTest.ToStringTest
2006
[       OK ] STLUtilsTest.ToStringTest (0 ms)
2007
[ RUN      ] STLUtilsTest.FromStringTest
2008
[       OK ] STLUtilsTest.FromStringTest (0 ms)
2009
[ RUN      ] STLUtilsTest.ReplaceVariablesTest
2010
[       OK ] STLUtilsTest.ReplaceVariablesTest (3 ms)
2011
[----------] 4 tests from STLUtilsTest (3 ms total)
2012

    
2013
[----------] 1 test from DifferentiatorTest
2014
[ RUN      ] DifferentiatorTest.old_unit_tests
2015
[       OK ] DifferentiatorTest.old_unit_tests (1 ms)
2016
[----------] 1 test from DifferentiatorTest (1 ms total)
2017

    
2018
[----------] 8 tests from SqueakTest
2019
[ RUN      ] SqueakTest.SqueakSetOutputMoutErrorLevelTest
2020
[       OK ] SqueakTest.SqueakSetOutputMoutErrorLevelTest (0 ms)
2021
[ RUN      ] SqueakTest.SqueakMoutExceptionTest
2022
[       OK ] SqueakTest.SqueakMoutExceptionTest (0 ms)
2023
[ RUN      ] SqueakTest.SqueakMoutDefaultTest
2024
[       OK ] SqueakTest.SqueakMoutDefaultTest (0 ms)
2025
[ RUN      ] SqueakTest.ActivateCoutTest
2026
[       OK ] SqueakTest.ActivateCoutTest (0 ms)
2027
[ RUN      ] SqueakTest.ActivateClogTest
2028
[       OK ] SqueakTest.ActivateClogTest (0 ms)
2029
[ RUN      ] SqueakTest.ActivateCerrTest
2030
[       OK ] SqueakTest.ActivateCerrTest (0 ms)
2031
[ RUN      ] SqueakTest.SetStandardOutputsTest
2032
[       OK ] SqueakTest.SetStandardOutputsTest (0 ms)
2033
[ RUN      ] SqueakTest.SetOutputsTest
2034
[       OK ] SqueakTest.SetOutputsTest (0 ms)
2035
[----------] 8 tests from SqueakTest (0 ms total)
2036

    
2037
[----------] 3 tests from OneArgManipTest
2038
[ RUN      ] OneArgManipTest.TestConstructor
2039
[       OK ] OneArgManipTest.TestConstructor (0 ms)
2040
[ RUN      ] OneArgManipTest.TestOperator
2041
[       OK ] OneArgManipTest.TestOperator (3 ms)
2042
[ RUN      ] OneArgManipTest.TestBranchName
2043
[       OK ] OneArgManipTest.TestBranchName (0 ms)
2044
[----------] 3 tests from OneArgManipTest (3 ms total)
2045

    
2046
[----------] 4 tests from RStreamTest
2047
[ RUN      ] RStreamTest.TestConstructor
2048
[       OK ] RStreamTest.TestConstructor (1 ms)
2049
[ RUN      ] RStreamTest.TestIsOpen
2050
[       OK ] RStreamTest.TestIsOpen (1 ms)
2051
[ RUN      ] RStreamTest.TestSetBranch
2052
[       OK ] RStreamTest.TestSetBranch (1 ms)
2053
[ RUN      ] RStreamTest.TestAttachBranch
2054
No branch name set
2055
Branch not found
2056
Branch not found
2057
No branch name set
2058
Branch not found
2059
Branch not found
2060
[       OK ] RStreamTest.TestAttachBranch (27 ms)
2061
[----------] 4 tests from RStreamTest (30 ms total)
2062

    
2063
[----------] 5 tests from IRStreamTest
2064
[ RUN      ] IRStreamTest.TestConstructor
2065
[       OK ] IRStreamTest.TestConstructor (29 ms)
2066
[ RUN      ] IRStreamTest.TestFileOpen
2067
[       OK ] IRStreamTest.TestFileOpen (3 ms)
2068
[ RUN      ] IRStreamTest.TestFileClose
2069
[       OK ] IRStreamTest.TestFileClose (2 ms)
2070
[ RUN      ] IRStreamTest.TestReadEvent
2071
[       OK ] IRStreamTest.TestReadEvent (4 ms)
2072
[ RUN      ] IRStreamTest.TestSetCurrentEvent
2073
[       OK ] IRStreamTest.TestSetCurrentEvent (2 ms)
2074
[----------] 5 tests from IRStreamTest (40 ms total)
2075

    
2076
[----------] 4 tests from ORStreamTest
2077
[ RUN      ] ORStreamTest.TestConstructor
2078
[       OK ] ORStreamTest.TestConstructor (1 ms)
2079
[ RUN      ] ORStreamTest.TestFileOpen
2080
[       OK ] ORStreamTest.TestFileOpen (2 ms)
2081
[ RUN      ] ORStreamTest.TestFileClose
2082
[       OK ] ORStreamTest.TestFileClose (1 ms)
2083
[ RUN      ] ORStreamTest.TestFillEvent
2084
[       OK ] ORStreamTest.TestFillEvent (3 ms)
2085
[----------] 4 tests from ORStreamTest (7 ms total)
2086

    
2087
[----------] 3 tests from PolynomialTransferMapTest
2088
[ RUN      ] PolynomialTransferMapTest.Constructors
2089
[       OK ] PolynomialTransferMapTest.Constructors (0 ms)
2090
[ RUN      ] PolynomialTransferMapTest.PhaseSpaceVectorTransport
2091
[       OK ] PolynomialTransferMapTest.PhaseSpaceVectorTransport (0 ms)
2092
[ RUN      ] PolynomialTransferMapTest.FirstOrderCovarianceMatrixTransport
2093
[       OK ] PolynomialTransferMapTest.FirstOrderCovarianceMatrixTransport (0 ms)
2094
[----------] 3 tests from PolynomialTransferMapTest (0 ms total)
2095

    
2096
[----------] 3 tests from LinearApproximationOpticsModelTest
2097
[ RUN      ] LinearApproximationOpticsModelTest.Constructor
2098
Running with verbose level 2
2099
[       OK ] LinearApproximationOpticsModelTest.Constructor (33 ms)
2100
[ RUN      ] LinearApproximationOpticsModelTest.Accessors
2101
Running with verbose level 2
2102
[       OK ] LinearApproximationOpticsModelTest.Accessors (31 ms)
2103
[ RUN      ] LinearApproximationOpticsModelTest.Transport
2104
Running with verbose level 2
2105
[       OK ] LinearApproximationOpticsModelTest.Transport (2017 ms)
2106
[----------] 3 tests from LinearApproximationOpticsModelTest (2081 ms total)
2107

    
2108
[----------] 7 tests from PhaseSpaceVectorTest
2109
[ RUN      ] PhaseSpaceVectorTest.DefaultConstructor
2110
[       OK ] PhaseSpaceVectorTest.DefaultConstructor (0 ms)
2111
[ RUN      ] PhaseSpaceVectorTest.VectorConstructor
2112
[       OK ] PhaseSpaceVectorTest.VectorConstructor (1 ms)
2113
[ RUN      ] PhaseSpaceVectorTest.ArrayConstructor
2114
[       OK ] PhaseSpaceVectorTest.ArrayConstructor (0 ms)
2115
[ RUN      ] PhaseSpaceVectorTest.CopyConstructor
2116
[       OK ] PhaseSpaceVectorTest.CopyConstructor (0 ms)
2117
[ RUN      ] PhaseSpaceVectorTest.ParameterConstructor
2118
[       OK ] PhaseSpaceVectorTest.ParameterConstructor (0 ms)
2119
[ RUN      ] PhaseSpaceVectorTest.Accessors
2120
[       OK ] PhaseSpaceVectorTest.Accessors (0 ms)
2121
[ RUN      ] PhaseSpaceVectorTest.Mutators
2122
[       OK ] PhaseSpaceVectorTest.Mutators (0 ms)
2123
[----------] 7 tests from PhaseSpaceVectorTest (1 ms total)
2124

    
2125
[----------] 6 tests from CovarianceMatrixTest
2126
[ RUN      ] CovarianceMatrixTest.DefaultConstructor
2127
[       OK ] CovarianceMatrixTest.DefaultConstructor (0 ms)
2128
[ RUN      ] CovarianceMatrixTest.CopyConstructors
2129
[       OK ] CovarianceMatrixTest.CopyConstructors (4 ms)
2130
[ RUN      ] CovarianceMatrixTest.PennParametrization
2131
[       OK ] CovarianceMatrixTest.PennParametrization (1 ms)
2132
[ RUN      ] CovarianceMatrixTest.TwissParametrization
2133
[       OK ] CovarianceMatrixTest.TwissParametrization (0 ms)
2134
[ RUN      ] CovarianceMatrixTest.PositiveDefiniteness
2135
[       OK ] CovarianceMatrixTest.PositiveDefiniteness (0 ms)
2136
[ RUN      ] CovarianceMatrixTest.RotateEllipse
2137
[       OK ] CovarianceMatrixTest.RotateEllipse (0 ms)
2138
[----------] 6 tests from CovarianceMatrixTest (5 ms total)
2139

    
2140
[----------] 4 tests from PolynomialOpticsModelTest
2141
[ RUN      ] PolynomialOpticsModelTest.Constructor
2142
Running with verbose level 2
2143
[       OK ] PolynomialOpticsModelTest.Constructor (31 ms)
2144
[ RUN      ] PolynomialOpticsModelTest.Accessors
2145
Running with verbose level 2
2146
[       OK ] PolynomialOpticsModelTest.Accessors (31 ms)
2147
[ RUN      ] PolynomialOpticsModelTest.Transport
2148
Running with verbose level 2
2149
[       OK ] PolynomialOpticsModelTest.Transport (574 ms)
2150
[ RUN      ] PolynomialOpticsModelTest.UnsupportedAlgorithms
2151
Running with verbose level 2
2152
[       OK ] PolynomialOpticsModelTest.UnsupportedAlgorithms (2210 ms)
2153
[----------] 4 tests from PolynomialOpticsModelTest (2846 ms total)
2154

    
2155
[----------] 5 tests from GlobalsTest
2156
[ RUN      ] GlobalsTest.TestInitialiseDestruct
2157
Checking overlaps for volume Box ... OK! 
2158
[       OK ] GlobalsTest.TestInitialiseDestruct (66 ms)
2159
[ RUN      ] GlobalsTest.TestHasInstance
2160
Checking overlaps for volume Box ... OK! 
2161
[       OK ] GlobalsTest.TestHasInstance (47 ms)
2162
[ RUN      ] GlobalsTest.TestAccessors
2163
Checking overlaps for volume Box ... OK! 
2164
Checking overlaps for volume Box ... OK! 
2165
[       OK ] GlobalsTest.TestAccessors (64 ms)
2166
[ RUN      ] GlobalsTest.TestResetFields
2167
Checking overlaps for volume Box ... OK! 
2168
[       OK ] GlobalsTest.TestResetFields (58 ms)
2169
[ RUN      ] GlobalsTest.TestResetGeant4Geometry
2170
Checking overlaps for volume Box ... OK! 
2171
[       OK ] GlobalsTest.TestResetGeant4Geometry (31 ms)
2172
[----------] 5 tests from GlobalsTest (266 ms total)
2173

    
2174
[----------] 9 tests from BTMultipoleTest
2175
[ RUN      ] BTMultipoleTest.BTMultipoleEndFieldTest
2176
[       OK ] BTMultipoleTest.BTMultipoleEndFieldTest (0 ms)
2177
[ RUN      ] BTMultipoleTest.BTMultipoleConstructorTest
2178
[       OK ] BTMultipoleTest.BTMultipoleConstructorTest (0 ms)
2179
[ RUN      ] BTMultipoleTest.BTMultipoleTransformToRotated
2180
[       OK ] BTMultipoleTest.BTMultipoleTransformToRotated (14 ms)
2181
[ RUN      ] BTMultipoleTest.GetFieldValueTest_HardEdged
2182
[       OK ] BTMultipoleTest.GetFieldValueTest_HardEdged (0 ms)
2183
[ RUN      ] BTMultipoleTest.BTMultipoleGetConstTest
2184
[       OK ] BTMultipoleTest.BTMultipoleGetConstTest (0 ms)
2185
[ RUN      ] BTMultipoleTest.GetFieldValueTest_TanhDipole
2186
[       OK ] BTMultipoleTest.GetFieldValueTest_TanhDipole (3 ms)
2187
[ RUN      ] BTMultipoleTest.GetFieldValueTest_TanhQuad
2188
[       OK ] BTMultipoleTest.GetFieldValueTest_TanhQuad (3 ms)
2189
[ RUN      ] BTMultipoleTest.GetFieldValueTest_Enge
2190
[       OK ] BTMultipoleTest.GetFieldValueTest_Enge (1 ms)
2191
[ RUN      ] BTMultipoleTest.PrintTest
2192
[       OK ] BTMultipoleTest.PrintTest (0 ms)
2193
[----------] 9 tests from BTMultipoleTest (22 ms total)
2194

    
2195
[----------] 2 tests from BTSolenoidTest
2196
[ RUN      ] BTSolenoidTest.AccessorsTest
2197
[       OK ] BTSolenoidTest.AccessorsTest (1 ms)
2198
[ RUN      ] BTSolenoidTest.ReadWriteTest
2199
[       OK ] BTSolenoidTest.ReadWriteTest (1 ms)
2200
[----------] 2 tests from BTSolenoidTest (2 ms total)
2201

    
2202
[----------] 5 tests from BTFieldConstructorTest
2203
[ RUN      ] BTFieldConstructorTest.EndFieldTest
2204
[       OK ] BTFieldConstructorTest.EndFieldTest (8 ms)
2205
[ RUN      ] BTFieldConstructorTest.GetMultipoleTest
2206
[       OK ] BTFieldConstructorTest.GetMultipoleTest (5 ms)
2207
[ RUN      ] BTFieldConstructorTest.GetCombinedFunctionTest
2208
[       OK ] BTFieldConstructorTest.GetCombinedFunctionTest (6 ms)
2209
[ RUN      ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest
2210
[       OK ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest (45 ms)
2211
[ RUN      ] BTFieldConstructorTest.GetDerivativesSolenoidTest
2212
[       OK ] BTFieldConstructorTest.GetDerivativesSolenoidTest (1 ms)
2213
[----------] 5 tests from BTFieldConstructorTest (65 ms total)
2214

    
2215
[----------] 6 tests from BTTrackerTest
2216
[ RUN      ] BTTrackerTest.SolenoidTest_z
2217
[       OK ] BTTrackerTest.SolenoidTest_z (3681 ms)
2218
[ RUN      ] BTTrackerTest.SolenoidTest_u
2219
[       OK ] BTTrackerTest.SolenoidTest_u (3 ms)
2220
[ RUN      ] BTTrackerTest.SolenoidTest_t
2221
[       OK ] BTTrackerTest.SolenoidTest_t (2 ms)
2222
[ RUN      ] BTTrackerTest.PillBoxTest_z
2223
[       OK ] BTTrackerTest.PillBoxTest_z (3 ms)
2224
[ RUN      ] BTTrackerTest.PillBoxTest_u
2225
[       OK ] BTTrackerTest.PillBoxTest_u (6 ms)
2226
[ RUN      ] BTTrackerTest.PillBoxTest_t
2227
[       OK ] BTTrackerTest.PillBoxTest_t (8 ms)
2228
[----------] 6 tests from BTTrackerTest (3703 ms total)
2229

    
2230
[----------] 4 tests from ModuleBaseTest
2231
[ RUN      ] ModuleBaseTest.TestConstructor
2232
[       OK ] ModuleBaseTest.TestConstructor (0 ms)
2233
[ RUN      ] ModuleBaseTest.TestCopyConstructor
2234
[       OK ] ModuleBaseTest.TestCopyConstructor (0 ms)
2235
[ RUN      ] ModuleBaseTest.TestBirth
2236
Not GetInstance
2237
Traceback (most recent call last):
2238
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2239
    raise CppError(error_message)
2240
ErrorHandler.CppError: Expected Test Squeal in _birth at void _birth (const std::string&)
2241
Traceback (most recent call last):
2242
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2243
    raise CppError(error_message)
2244
ErrorHandler.CppError: St9exception
2245
[       OK ] ModuleBaseTest.TestBirth (12 ms)
2246
[ RUN      ] ModuleBaseTest.TestDeath
2247
Traceback (most recent call last):
2248
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2249
    raise CppError(error_message)
2250
ErrorHandler.CppError: Expected Test Squeal in _death at void _death ()
2251
Traceback (most recent call last):
2252
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2253
    raise CppError(error_message)
2254
ErrorHandler.CppError: St9exception
2255
[       OK ] ModuleBaseTest.TestDeath (3 ms)
2256
[----------] 4 tests from ModuleBaseTest (15 ms total)
2257

    
2258
[----------] 5 tests from OutputBaseTest
2259
[ RUN      ] OutputBaseTest.TestConstructor
2260
[       OK ] OutputBaseTest.TestConstructor (0 ms)
2261
[ RUN      ] OutputBaseTest.TestCopyConstructor
2262
[       OK ] OutputBaseTest.TestCopyConstructor (0 ms)
2263
[ RUN      ] OutputBaseTest.TestBirth
2264
[       OK ] OutputBaseTest.TestBirth (0 ms)
2265
[ RUN      ] OutputBaseTest.TestDeath
2266
[       OK ] OutputBaseTest.TestDeath (0 ms)
2267
[ RUN      ] OutputBaseTest.TestSaveSpill
2268
Traceback (most recent call last):
2269
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2270
    raise CppError(error_message)
2271
ErrorHandler.CppError: The input to 'TestClass' was a null pointer
2272
Traceback (most recent call last):
2273
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2274
    raise CppError(error_message)
2275
ErrorHandler.CppError: Expected Test Squeal in _save at int* _save(int* t) const
2276
Traceback (most recent call last):
2277
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2278
    raise CppError(error_message)
2279
ErrorHandler.CppError: St9exception
2280
[       OK ] OutputBaseTest.TestSaveSpill (2 ms)
2281
[----------] 5 tests from OutputBaseTest (2 ms total)
2282

    
2283
[----------] 5 tests from InputBaseTest
2284
[ RUN      ] InputBaseTest.TestConstructor
2285
[       OK ] InputBaseTest.TestConstructor (0 ms)
2286
[ RUN      ] InputBaseTest.TestCopyConstructor
2287
[       OK ] InputBaseTest.TestCopyConstructor (0 ms)
2288
[ RUN      ] InputBaseTest.TestBirth
2289
[       OK ] InputBaseTest.TestBirth (0 ms)
2290
[ RUN      ] InputBaseTest.TestDeath
2291
[       OK ] InputBaseTest.TestDeath (0 ms)
2292
[ RUN      ] InputBaseTest.TestEmitter
2293
Traceback (most recent call last):
2294
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2295
    raise CppError(error_message)
2296
ErrorHandler.CppError: Expected Test Squeal in _emitter_cpp at int* _emitter_cpp()
2297
Traceback (most recent call last):
2298
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2299
    raise CppError(error_message)
2300
ErrorHandler.CppError: St9exception
2301
[       OK ] InputBaseTest.TestEmitter (2 ms)
2302
[----------] 5 tests from InputBaseTest (2 ms total)
2303

    
2304
[----------] 4 tests from APIExceptionsTest
2305
[ RUN      ] APIExceptionsTest.TestNullInputExceptionConstructor
2306
[       OK ] APIExceptionsTest.TestNullInputExceptionConstructor (0 ms)
2307
[ RUN      ] APIExceptionsTest.TestNullInputException_What
2308
[       OK ] APIExceptionsTest.TestNullInputException_What (0 ms)
2309
[ RUN      ] APIExceptionsTest.TestUnhandledExceptionConstructor
2310
[       OK ] APIExceptionsTest.TestUnhandledExceptionConstructor (0 ms)
2311
[ RUN      ] APIExceptionsTest.TestUnhandledException_What
2312
[       OK ] APIExceptionsTest.TestUnhandledException_What (0 ms)
2313
[----------] 4 tests from APIExceptionsTest (0 ms total)
2314

    
2315
[----------] 5 tests from ReduceBaseTest
2316
[ RUN      ] ReduceBaseTest.TestConstructor
2317
[       OK ] ReduceBaseTest.TestConstructor (1 ms)
2318
[ RUN      ] ReduceBaseTest.TestCopyConstructor
2319
[       OK ] ReduceBaseTest.TestCopyConstructor (0 ms)
2320
[ RUN      ] ReduceBaseTest.TestBirth
2321
[       OK ] ReduceBaseTest.TestBirth (0 ms)
2322
[ RUN      ] ReduceBaseTest.TestDeath
2323
[       OK ] ReduceBaseTest.TestDeath (0 ms)
2324
[ RUN      ] ReduceBaseTest.TestProcess
2325
Traceback (most recent call last):
2326
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2327
    raise CppError(error_message)
2328
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(int* t) const
2329
Traceback (most recent call last):
2330
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2331
    raise CppError(error_message)
2332
ErrorHandler.CppError: St9exception
2333
[       OK ] ReduceBaseTest.TestProcess (2 ms)
2334
[----------] 5 tests from ReduceBaseTest (3 ms total)
2335

    
2336
[----------] 3 tests from MAUSExceptionBaseTest
2337
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor
2338
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor (0 ms)
2339
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBase_What
2340
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBase_What (0 ms)
2341
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat
2342
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat (0 ms)
2343
[----------] 3 tests from MAUSExceptionBaseTest (0 ms total)
2344

    
2345
[----------] 6 tests from MapBaseTest
2346
[ RUN      ] MapBaseTest.TestConstructor
2347
[       OK ] MapBaseTest.TestConstructor (0 ms)
2348
[ RUN      ] MapBaseTest.TestCopyConstructor
2349
[       OK ] MapBaseTest.TestCopyConstructor (0 ms)
2350
[ RUN      ] MapBaseTest.TestBirth
2351
[       OK ] MapBaseTest.TestBirth (0 ms)
2352
[ RUN      ] MapBaseTest.TestDeath
2353
[       OK ] MapBaseTest.TestDeath (0 ms)
2354
[ RUN      ] MapBaseTest.TestSameTypeProcess
2355
Traceback (most recent call last):
2356
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2357
    raise CppError(error_message)
2358
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(double* t) const
2359
Traceback (most recent call last):
2360
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2361
    raise CppError(error_message)
2362
ErrorHandler.CppError: St9exception
2363
[       OK ] MapBaseTest.TestSameTypeProcess (2 ms)
2364
[ RUN      ] MapBaseTest.TestOtherTypeProcess
2365
[       OK ] MapBaseTest.TestOtherTypeProcess (2 ms)
2366
[----------] 6 tests from MapBaseTest (4 ms total)
2367

    
2368
[----------] 10 tests from MiceModuleTest
2369
[ RUN      ] MiceModuleTest.ReadModuleTest
2370
[       OK ] MiceModuleTest.ReadModuleTest (2 ms)
2371
[ RUN      ] MiceModuleTest.GetBoolTest
2372
[       OK ] MiceModuleTest.GetBoolTest (2 ms)
2373
[ RUN      ] MiceModuleTest.GetIntTest
2374
[       OK ] MiceModuleTest.GetIntTest (0 ms)
2375
[ RUN      ] MiceModuleTest.GetStringTest
2376
[       OK ] MiceModuleTest.GetStringTest (1 ms)
2377
[ RUN      ] MiceModuleTest.GetDoubleTest
2378
[       OK ] MiceModuleTest.GetDoubleTest (0 ms)
2379
[ RUN      ] MiceModuleTest.Get3VecTest
2380
[       OK ] MiceModuleTest.Get3VecTest (2 ms)
2381
[ RUN      ] MiceModuleTest.propertyDoubleAccessors
2382
[       OK ] MiceModuleTest.propertyDoubleAccessors (3 ms)
2383
[ RUN      ] MiceModuleTest.propertyHep3VecAccessors
2384
[       OK ] MiceModuleTest.propertyHep3VecAccessors (8 ms)
2385
[ RUN      ] MiceModuleTest.printTree
2386
[       OK ] MiceModuleTest.printTree (0 ms)
2387
[ RUN      ] MiceModuleTest.DumpMiceModule
2388
[       OK ] MiceModuleTest.DumpMiceModule (1 ms)
2389
[----------] 10 tests from MiceModuleTest (19 ms total)
2390

    
2391
[----------] 3 tests from DoubletFiberParamTest
2392
[ RUN      ] DoubletFiberParamTest.test_fiber_parameters
2393
[       OK ] DoubletFiberParamTest.test_fiber_parameters (201 ms)
2394
[ RUN      ] DoubletFiberParamTest.test_compute_transformation
2395
[       OK ] DoubletFiberParamTest.test_compute_transformation (199 ms)
2396
[ RUN      ] DoubletFiberParamTest.test_compute_dimension
2397
[       OK ] DoubletFiberParamTest.test_compute_dimension (200 ms)
2398
[----------] 3 tests from DoubletFiberParamTest (600 ms total)
2399

    
2400
[----------] 1 test from SciFiPlaneTest
2401
[ RUN      ] SciFiPlaneTest.Test_num_fibres_in_all_planes
2402
[       OK ] SciFiPlaneTest.Test_num_fibres_in_all_planes (292 ms)
2403
[----------] 1 test from SciFiPlaneTest (292 ms total)
2404

    
2405
[----------] 3 tests from MAUSEventActionTest
2406
[ RUN      ] MAUSEventActionTest.SetGetEventsTest
2407
[       OK ] MAUSEventActionTest.SetGetEventsTest (4 ms)
2408
[ RUN      ] MAUSEventActionTest.BeginOfEventActionTest
2409
[       OK ] MAUSEventActionTest.BeginOfEventActionTest (6 ms)
2410
[ RUN      ] MAUSEventActionTest.EndOfEventActionTest
2411
[       OK ] MAUSEventActionTest.EndOfEventActionTest (2 ms)
2412
[----------] 3 tests from MAUSEventActionTest (13 ms total)
2413

    
2414
[----------] 4 tests from MAUSPrimaryGeneratorActionTest
2415
[ RUN      ] MAUSPrimaryGeneratorActionTest.PushPopTest
2416
[       OK ] MAUSPrimaryGeneratorActionTest.PushPopTest (0 ms)
2417
[ RUN      ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest
2418
[       OK ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest (6 ms)
2419
[ RUN      ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest
2420
[       OK ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest (0 ms)
2421
[ RUN      ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest
2422
[       OK ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest (0 ms)
2423
[----------] 4 tests from MAUSPrimaryGeneratorActionTest (6 ms total)
2424

    
2425
[----------] 2 tests from MAUSTrackingActionTest
2426
[ RUN      ] MAUSTrackingActionTest.PreUserTrackingActionTest
2427
[       OK ] MAUSTrackingActionTest.PreUserTrackingActionTest (0 ms)
2428
[ RUN      ] MAUSTrackingActionTest.PostUserTrackingActionTest
2429
[       OK ] MAUSTrackingActionTest.PostUserTrackingActionTest (1 ms)
2430
[----------] 2 tests from MAUSTrackingActionTest (1 ms total)
2431

    
2432
[----------] 1 test from DetectorConstructionTest
2433
[ RUN      ] DetectorConstructionTest.SetSteppingAlgorithmTest
2434
Checking overlaps for volume Box ... OK! 
2435
[       OK ] DetectorConstructionTest.SetSteppingAlgorithmTest (9 ms)
2436
[----------] 1 test from DetectorConstructionTest (9 ms total)
2437

    
2438
[----------] 3 tests from MAUSStackingActionTest
2439
[ RUN      ] MAUSStackingActionTest.ConstructorAccessorsTest
2440
[       OK ] MAUSStackingActionTest.ConstructorAccessorsTest (0 ms)
2441
[ RUN      ] MAUSStackingActionTest.AccessorsMutatorsTest
2442
[       OK ] MAUSStackingActionTest.AccessorsMutatorsTest (0 ms)
2443
[ RUN      ] MAUSStackingActionTest.ClassifyNewTrackTest
2444
[       OK ] MAUSStackingActionTest.ClassifyNewTrackTest (0 ms)
2445
[----------] 3 tests from MAUSStackingActionTest (0 ms total)
2446

    
2447
[----------] 6 tests from MAUSGeant4ManagerTest
2448
[ RUN      ] MAUSGeant4ManagerTest.GetSetTest
2449
[       OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
2450
[ RUN      ] MAUSGeant4ManagerTest.GetReferenceParticleTest
2451
[       OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
2452
[ RUN      ] MAUSGeant4ManagerTest.SetPhasesTest
2453
[       OK ] MAUSGeant4ManagerTest.SetPhasesTest (15 ms)
2454
[ RUN      ] MAUSGeant4ManagerTest.RunParticlePGTest
2455
[       OK ] MAUSGeant4ManagerTest.RunParticlePGTest (264 ms)
2456
[ RUN      ] MAUSGeant4ManagerTest.RunParticleJsonTest
2457
[       OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (6 ms)
2458
[ RUN      ] MAUSGeant4ManagerTest.RunManyParticlesTest
2459
[       OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (15 ms)
2460
[----------] 6 tests from MAUSGeant4ManagerTest (301 ms total)
2461

    
2462
[----------] 5 tests from MAUSSteppingActionTest
2463
[ RUN      ] MAUSSteppingActionTest.GetSetTest
2464
[       OK ] MAUSSteppingActionTest.GetSetTest (1 ms)
2465
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest
2466
[       OK ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest (0 ms)
2467
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest
2468
[       OK ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest (0 ms)
2469
[ RUN      ] MAUSSteppingActionTest.StepToJsonTest
2470
[       OK ] MAUSSteppingActionTest.StepToJsonTest (0 ms)
2471
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionVirtualTest
2472
[       OK ] MAUSSteppingActionTest.UserSteppingActionVirtualTest (1 ms)
2473
[----------] 5 tests from MAUSSteppingActionTest (3 ms total)
2474

    
2475
[----------] 6 tests from VirtualPlaneTest
2476
[ RUN      ] VirtualPlaneTest.ConstructorTest
2477
[       OK ] VirtualPlaneTest.ConstructorTest (1 ms)
2478
[ RUN      ] VirtualPlaneTest.GetIndependentVariableZTest
2479
[       OK ] VirtualPlaneTest.GetIndependentVariableZTest (0 ms)
2480
[ RUN      ] VirtualPlaneTest.SteppingOverTest
2481
[       OK ] VirtualPlaneTest.SteppingOverTest (0 ms)
2482
[ RUN      ] VirtualPlaneTest.BuildNewHitTest
2483
Checking overlaps for volume Box ... OK! 
2484
[       OK ] VirtualPlaneTest.BuildNewHitTest (33 ms)
2485
[ RUN      ] VirtualPlaneTest.ComparePositionTest
2486
[       OK ] VirtualPlaneTest.ComparePositionTest (0 ms)
2487
[ RUN      ] VirtualPlaneTest.InRadialCutTest
2488
[       OK ] VirtualPlaneTest.InRadialCutTest (0 ms)
2489
[----------] 6 tests from VirtualPlaneTest (34 ms total)
2490

    
2491
[----------] 13 tests from VirtualPlaneManagerTest
2492
[ RUN      ] VirtualPlaneManagerTest.GetSetHitsTest
2493
[       OK ] VirtualPlaneManagerTest.GetSetHitsTest (1 ms)
2494
[ RUN      ] VirtualPlaneManagerTest.ConstructVirtualPlanes
2495
[       OK ] VirtualPlaneManagerTest.ConstructVirtualPlanes (1 ms)
2496
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest
2497
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest (7 ms)
2498
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest
2499
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest (2 ms)
2500
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest
2501
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest (0 ms)
2502
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest
2503
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest (4 ms)
2504
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest
2505
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest (1 ms)
2506
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest
2507
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest (2 ms)
2508
[ RUN      ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest
2509
[       OK ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest (3 ms)
2510
[ RUN      ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest
2511
[       OK ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest (2 ms)
2512
[ RUN      ] VirtualPlaneManagerTest.RemovePlaneTest
2513
[       OK ] VirtualPlaneManagerTest.RemovePlaneTest (5 ms)
2514
[ RUN      ] VirtualPlaneManagerTest.RemovePlanesTest
2515
[       OK ] VirtualPlaneManagerTest.RemovePlanesTest (5 ms)
2516
[ RUN      ] VirtualPlaneManagerTest.ReadWriteHitTest
2517
[       OK ] VirtualPlaneManagerTest.ReadWriteHitTest (0 ms)
2518
[----------] 13 tests from VirtualPlaneManagerTest (34 ms total)
2519

    
2520
[----------] 4 tests from KLDigitTestDS
2521
[ RUN      ] KLDigitTestDS.test_parameter_constructor
2522
[       OK ] KLDigitTestDS.test_parameter_constructor (0 ms)
2523
[ RUN      ] KLDigitTestDS.test_copy_constructor
2524
[       OK ] KLDigitTestDS.test_copy_constructor (0 ms)
2525
[ RUN      ] KLDigitTestDS.test_assignment_operator
2526
[       OK ] KLDigitTestDS.test_assignment_operator (0 ms)
2527
[ RUN      ] KLDigitTestDS.test_setters_getters
2528
[       OK ] KLDigitTestDS.test_setters_getters (0 ms)
2529
[----------] 4 tests from KLDigitTestDS (0 ms total)
2530

    
2531
[----------] 6 tests from ReconEventTestDS
2532
[ RUN      ] ReconEventTestDS.test_all_constructors
2533
[       OK ] ReconEventTestDS.test_all_constructors (1 ms)
2534
[ RUN      ] ReconEventTestDS.test_all_allocators
2535
[       OK ] ReconEventTestDS.test_all_allocators (0 ms)
2536
[ RUN      ] ReconEventTestDS.test_all_reallocators
2537
[       OK ] ReconEventTestDS.test_all_reallocators (0 ms)
2538
[ RUN      ] ReconEventTestDS.test_copy_constructor
2539
[       OK ] ReconEventTestDS.test_copy_constructor (0 ms)
2540
[ RUN      ] ReconEventTestDS.test_equality_operator
2541
[       OK ] ReconEventTestDS.test_equality_operator (0 ms)
2542
[ RUN      ] ReconEventTestDS.test_null_copy
2543
[       OK ] ReconEventTestDS.test_null_copy (0 ms)
2544
[----------] 6 tests from ReconEventTestDS (1 ms total)
2545

    
2546
[----------] 4 tests from KLCellHitTestDS
2547
[ RUN      ] KLCellHitTestDS.test_parameter_constructor
2548
[       OK ] KLCellHitTestDS.test_parameter_constructor (0 ms)
2549
[ RUN      ] KLCellHitTestDS.test_copy_constructor
2550
[       OK ] KLCellHitTestDS.test_copy_constructor (0 ms)
2551
[ RUN      ] KLCellHitTestDS.test_assignment_operator
2552
[       OK ] KLCellHitTestDS.test_assignment_operator (0 ms)
2553
[ RUN      ] KLCellHitTestDS.test_setters_getters
2554
[       OK ] KLCellHitTestDS.test_setters_getters (0 ms)
2555
[----------] 4 tests from KLCellHitTestDS (0 ms total)
2556

    
2557
[----------] 12 tests from SciFiEventTestDS
2558
[ RUN      ] SciFiEventTestDS.test_default_contructor
2559
[       OK ] SciFiEventTestDS.test_default_contructor (0 ms)
2560
[ RUN      ] SciFiEventTestDS.test_copy_constructor
2561
[       OK ] SciFiEventTestDS.test_copy_constructor (0 ms)
2562
[ RUN      ] SciFiEventTestDS.test_assignment_operator
2563
IN = operator 
2564
[       OK ] SciFiEventTestDS.test_assignment_operator (0 ms)
2565
[ RUN      ] SciFiEventTestDS.test_digit_getters_setters
2566
[       OK ] SciFiEventTestDS.test_digit_getters_setters (0 ms)
2567
[ RUN      ] SciFiEventTestDS.test_cluster_getters_setters
2568
[       OK ] SciFiEventTestDS.test_cluster_getters_setters (0 ms)
2569
[ RUN      ] SciFiEventTestDS.test_spoint_getters_setters
2570
[       OK ] SciFiEventTestDS.test_spoint_getters_setters (0 ms)
2571
[ RUN      ] SciFiEventTestDS.test_spoint_set_used_flag
2572
[       OK ] SciFiEventTestDS.test_spoint_set_used_flag (0 ms)
2573
[ RUN      ] SciFiEventTestDS.test_seed_getters_setters
2574
[       OK ] SciFiEventTestDS.test_seed_getters_setters (0 ms)
2575
[ RUN      ] SciFiEventTestDS.test_add_straightprtrack_getters_setters
2576
[       OK ] SciFiEventTestDS.test_add_straightprtrack_getters_setters (0 ms)
2577
[ RUN      ] SciFiEventTestDS.test_straightprtrack_getters_setters
2578
[       OK ] SciFiEventTestDS.test_straightprtrack_getters_setters (0 ms)
2579
[ RUN      ] SciFiEventTestDS.test_add_helicalprtrack
2580
[       OK ] SciFiEventTestDS.test_add_helicalprtrack (0 ms)
2581
[ RUN      ] SciFiEventTestDS.test_helicalprtrack_getters_setters
2582
[       OK ] SciFiEventTestDS.test_helicalprtrack_getters_setters (0 ms)
2583
[----------] 12 tests from SciFiEventTestDS (1 ms total)
2584

    
2585
[----------] 7 tests from SciFiHelicalPRTrackTestDS
2586
[ RUN      ] SciFiHelicalPRTrackTestDS.test_default_constructor
2587
[       OK ] SciFiHelicalPRTrackTestDS.test_default_constructor (0 ms)
2588
[ RUN      ] SciFiHelicalPRTrackTestDS.test_parameter_constructor
2589
[       OK ] SciFiHelicalPRTrackTestDS.test_parameter_constructor (0 ms)
2590
[ RUN      ] SciFiHelicalPRTrackTestDS.test_simplefit_constructor
2591
[       OK ] SciFiHelicalPRTrackTestDS.test_simplefit_constructor (0 ms)
2592
[ RUN      ] SciFiHelicalPRTrackTestDS.test_copy_constructor
2593
[       OK ] SciFiHelicalPRTrackTestDS.test_copy_constructor (0 ms)
2594
[ RUN      ] SciFiHelicalPRTrackTestDS.test_helix_constructor
2595
[       OK ] SciFiHelicalPRTrackTestDS.test_helix_constructor (0 ms)
2596
[ RUN      ] SciFiHelicalPRTrackTestDS.test_assignment_operator
2597
[       OK ] SciFiHelicalPRTrackTestDS.test_assignment_operator (0 ms)
2598
[ RUN      ] SciFiHelicalPRTrackTestDS.test_setters_getters
2599
[       OK ] SciFiHelicalPRTrackTestDS.test_setters_getters (0 ms)
2600
[----------] 7 tests from SciFiHelicalPRTrackTestDS (0 ms total)
2601

    
2602
[----------] 6 tests from SciFiStraightPRTrackTestDS
2603
[ RUN      ] SciFiStraightPRTrackTestDS.test_default_constructor
2604
[       OK ] SciFiStraightPRTrackTestDS.test_default_constructor (0 ms)
2605
[ RUN      ] SciFiStraightPRTrackTestDS.test_parameter_constructor
2606
[       OK ] SciFiStraightPRTrackTestDS.test_parameter_constructor (0 ms)
2607
[ RUN      ] SciFiStraightPRTrackTestDS.test_simpleline_constructor
2608
[       OK ] SciFiStraightPRTrackTestDS.test_simpleline_constructor (0 ms)
2609
[ RUN      ] SciFiStraightPRTrackTestDS.test_copy_constructor
2610
[       OK ] SciFiStraightPRTrackTestDS.test_copy_constructor (0 ms)
2611
[ RUN      ] SciFiStraightPRTrackTestDS.test_equality_operator
2612
[       OK ] SciFiStraightPRTrackTestDS.test_equality_operator (0 ms)
2613
[ RUN      ] SciFiStraightPRTrackTestDS.test_setters_getters
2614
[       OK ] SciFiStraightPRTrackTestDS.test_setters_getters (0 ms)
2615
[----------] 6 tests from SciFiStraightPRTrackTestDS (0 ms total)
2616

    
2617
[----------] 9 tests from MCEventTest
2618
[ RUN      ] MCEventTest.StepTest
2619
[       OK ] MCEventTest.StepTest (0 ms)
2620
[ RUN      ] MCEventTest.TrackTest
2621
[       OK ] MCEventTest.TrackTest (0 ms)
2622
[ RUN      ] MCEventTest.VirtualHitTest
2623
[       OK ] MCEventTest.VirtualHitTest (0 ms)
2624
[ RUN      ] MCEventTest.PrimaryTest
2625
[       OK ] MCEventTest.PrimaryTest (0 ms)
2626
[ RUN      ] MCEventTest.HitTest
2627
[       OK ] MCEventTest.HitTest (0 ms)
2628
[ RUN      ] MCEventTest.MCEventTest
2629
[       OK ] MCEventTest.MCEventTest (0 ms)
2630
[ RUN      ] MCEventTest.SciFiChannelIdTest
2631
[       OK ] MCEventTest.SciFiChannelIdTest (0 ms)
2632
[ RUN      ] MCEventTest.TOFChannelIdTest
2633
[       OK ] MCEventTest.TOFChannelIdTest (0 ms)
2634
[ RUN      ] MCEventTest.SpecialVirtualChannelIdTest
2635
[       OK ] MCEventTest.SpecialVirtualChannelIdTest (0 ms)
2636
[----------] 9 tests from MCEventTest (1 ms total)
2637

    
2638
[----------] 7 tests from SciFiClusterTestDS
2639
[ RUN      ] SciFiClusterTestDS.test_from_default_constructor
2640
[       OK ] SciFiClusterTestDS.test_from_default_constructor (0 ms)
2641
[ RUN      ] SciFiClusterTestDS.test_from_copy_constructor
2642
[       OK ] SciFiClusterTestDS.test_from_copy_constructor (0 ms)
2643
[ RUN      ] SciFiClusterTestDS.test_from_digit_constructor
2644
[       OK ] SciFiClusterTestDS.test_from_digit_constructor (0 ms)
2645
[ RUN      ] SciFiClusterTestDS.test_assignment_operator
2646
[       OK ] SciFiClusterTestDS.test_assignment_operator (0 ms)
2647
[ RUN      ] SciFiClusterTestDS.test_setters_getters
2648
[       OK ] SciFiClusterTestDS.test_setters_getters (0 ms)
2649
[ RUN      ] SciFiClusterTestDS.test_used_flag
2650
[       OK ] SciFiClusterTestDS.test_used_flag (0 ms)
2651
[ RUN      ] SciFiClusterTestDS.test_add_digit
2652
[       OK ] SciFiClusterTestDS.test_add_digit (0 ms)
2653
[----------] 7 tests from SciFiClusterTestDS (0 ms total)
2654

    
2655
[----------] 2 tests from SpillTest
2656
[ RUN      ] SpillTest.DataTest
2657
[       OK ] SpillTest.DataTest (0 ms)
2658
[ RUN      ] SpillTest.SpillTest
2659
[       OK ] SpillTest.SpillTest (0 ms)
2660
[----------] 2 tests from SpillTest (0 ms total)
2661

    
2662
[----------] 6 tests from SciFiSpacePointTestDS
2663
[ RUN      ] SciFiSpacePointTestDS.test_getters_setters
2664
[       OK ] SciFiSpacePointTestDS.test_getters_setters (0 ms)
2665
[ RUN      ] SciFiSpacePointTestDS.test_default_constructor
2666
[       OK ] SciFiSpacePointTestDS.test_default_constructor (0 ms)
2667
[ RUN      ] SciFiSpacePointTestDS.test_copy_constructor
2668
[       OK ] SciFiSpacePointTestDS.test_copy_constructor (0 ms)
2669
[ RUN      ] SciFiSpacePointTestDS.test_two_cluster_constructor
2670
[       OK ] SciFiSpacePointTestDS.test_two_cluster_constructor (0 ms)
2671
[ RUN      ] SciFiSpacePointTestDS.test_three_cluster_constructor
2672
[       OK ] SciFiSpacePointTestDS.test_three_cluster_constructor (0 ms)
2673
[ RUN      ] SciFiSpacePointTestDS.test_assignment_operator
2674
[       OK ] SciFiSpacePointTestDS.test_assignment_operator (0 ms)
2675
[----------] 6 tests from SciFiSpacePointTestDS (0 ms total)
2676

    
2677
[----------] 6 tests from SciFiDigitTestDS
2678
[ RUN      ] SciFiDigitTestDS.test_default_constructor
2679
[       OK ] SciFiDigitTestDS.test_default_constructor (0 ms)
2680
[ RUN      ] SciFiDigitTestDS.test_parameter_constructor
2681
[       OK ] SciFiDigitTestDS.test_parameter_constructor (0 ms)
2682
[ RUN      ] SciFiDigitTestDS.test_copy_constructor
2683
[       OK ] SciFiDigitTestDS.test_copy_constructor (0 ms)
2684
[ RUN      ] SciFiDigitTestDS.test_assignment_operator
2685
[       OK ] SciFiDigitTestDS.test_assignment_operator (0 ms)
2686
[ RUN      ] SciFiDigitTestDS.test_setters_getters
2687
[       OK ] SciFiDigitTestDS.test_setters_getters (0 ms)
2688
[ RUN      ] SciFiDigitTestDS.test_used_flag
2689
[       OK ] SciFiDigitTestDS.test_used_flag (0 ms)
2690
[----------] 6 tests from SciFiDigitTestDS (0 ms total)
2691

    
2692
[----------] 4 tests from DateTimeTest
2693
[ RUN      ] DateTimeTest.TestCheck
2694
[       OK ] DateTimeTest.TestCheck (4 ms)
2695
[ RUN      ] DateTimeTest.TestDefaultConstructor
2696
[       OK ] DateTimeTest.TestDefaultConstructor (0 ms)
2697
[ RUN      ] DateTimeTest.TestGetSet
2698
[       OK ] DateTimeTest.TestGetSet (0 ms)
2699
[ RUN      ] DateTimeTest.TestCopyConstructors
2700
[       OK ] DateTimeTest.TestCopyConstructors (0 ms)
2701
[----------] 4 tests from DateTimeTest (4 ms total)
2702

    
2703
[----------] 7 tests from GlobalEventTestDS
2704
[ RUN      ] GlobalEventTestDS.test_all_constructors
2705
[       OK ] GlobalEventTestDS.test_all_constructors (0 ms)
2706
[ RUN      ] GlobalEventTestDS.test_all_allocators
2707
[       OK ] GlobalEventTestDS.test_all_allocators (1 ms)
2708
[ RUN      ] GlobalEventTestDS.test_copy_constructor
2709
[       OK ] GlobalEventTestDS.test_copy_constructor (0 ms)
2710
[ RUN      ] GlobalEventTestDS.test_null_copy_constructor
2711
[       OK ] GlobalEventTestDS.test_null_copy_constructor (0 ms)
2712
[ RUN      ] GlobalEventTestDS.test_equality_operator
2713
[       OK ] GlobalEventTestDS.test_equality_operator (0 ms)
2714
[ RUN      ] GlobalEventTestDS.test_null_copy
2715
[       OK ] GlobalEventTestDS.test_null_copy (0 ms)
2716
[ RUN      ] GlobalEventTestDS.test_recursive_add
2717
[       OK ] GlobalEventTestDS.test_recursive_add (0 ms)
2718
[----------] 7 tests from GlobalEventTestDS (1 ms total)
2719

    
2720
[----------] 1 test from MapCppSimulationTest
2721
[ RUN      ] MapCppSimulationTest.DoesNothingTest
2722
[       OK ] MapCppSimulationTest.DoesNothingTest (0 ms)
2723
[----------] 1 test from MapCppSimulationTest (0 ms total)
2724

    
2725
[----------] 4 tests from SectorFieldTest
2726
[ RUN      ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest
2727
[       OK ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest (0 ms)
2728
[ RUN      ] SectorFieldTest.ConvertValueToPolarAndCartesianTest
2729
[       OK ] SectorFieldTest.ConvertValueToPolarAndCartesianTest (0 ms)
2730
[ RUN      ] SectorFieldTest.SetPolarBoundingBoxTest
2731
[       OK ] SectorFieldTest.SetPolarBoundingBoxTest (0 ms)
2732
[ RUN      ] SectorFieldTest.SetPolarBoundingBoxThrowTest
2733
[       OK ] SectorFieldTest.SetPolarBoundingBoxThrowTest (6 ms)
2734
[----------] 4 tests from SectorFieldTest (6 ms total)
2735

    
2736
[----------] 6 tests from DerivativesSolenoidTest
2737
[ RUN      ] DerivativesSolenoidTest.TestConstructorDestructor
2738
[       OK ] DerivativesSolenoidTest.TestConstructorDestructor (0 ms)
2739
[ RUN      ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality
2740
[       OK ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality (0 ms)
2741
[ RUN      ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality
2742
[       OK ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality (0 ms)
2743
[ RUN      ] DerivativesSolenoidTest.TestBoundingBox
2744
[       OK ] DerivativesSolenoidTest.TestBoundingBox (0 ms)
2745
[ RUN      ] DerivativesSolenoidTest.TestFieldOnAxis
2746
[       OK ] DerivativesSolenoidTest.TestFieldOnAxis (1 ms)
2747
[ RUN      ] DerivativesSolenoidTest.TestFieldMaxwellianness
2748
[       OK ] DerivativesSolenoidTest.TestFieldMaxwellianness (1 ms)
2749
[----------] 6 tests from DerivativesSolenoidTest (2 ms total)
2750

    
2751
[----------] 5 tests from SectorMagneticFieldMapTest
2752
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry
2753
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry (26 ms)
2754
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry
2755
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry (21 ms)
2756
[ RUN      ] SectorMagneticFieldMapTest.TestFieldMapCache
2757
[       OK ] SectorMagneticFieldMapTest.TestFieldMapCache (42 ms)
2758
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValuePolar
2759
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValuePolar (21 ms)
2760
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian
2761
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian (21 ms)
2762
[----------] 5 tests from SectorMagneticFieldMapTest (131 ms total)
2763

    
2764
[----------] 5 tests from ExceptionTest
2765
[ RUN      ] ExceptionTest.ConstructorAccessorTest
2766
[       OK ] ExceptionTest.ConstructorAccessorTest (1 ms)
2767
[ RUN      ] ExceptionTest.SetGetMessageTest
2768
[       OK ] ExceptionTest.SetGetMessageTest (0 ms)
2769
[ RUN      ] ExceptionTest.MakeStackTraceTest
2770
[       OK ] ExceptionTest.MakeStackTraceTest (1 ms)
2771
[ RUN      ] ExceptionTest.PrintTest
2772
error
2773
[       OK ] ExceptionTest.PrintTest (0 ms)
2774
[ RUN      ] ExceptionTest.TestWillDoStackTrace
2775
[       OK ] ExceptionTest.TestWillDoStackTrace (1 ms)
2776
[----------] 5 tests from ExceptionTest (4 ms total)
2777

    
2778
[----------] 4 tests from CppErrorHandlerTest
2779
[ RUN      ] CppErrorHandlerTest.HandleSquealTest
2780
Traceback (most recent call last):
2781
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2782
    raise CppError(error_message)
2783
ErrorHandler.CppError: a_test at exc::test
2784
[       OK ] CppErrorHandlerTest.HandleSquealTest (1 ms)
2785
[ RUN      ] CppErrorHandlerTest.HandleStdExcTest
2786
Traceback (most recent call last):
2787
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2788
    raise CppError(error_message)
2789
ErrorHandler.CppError: a_test at exc::test
2790
[       OK ] CppErrorHandlerTest.HandleStdExcTest (1 ms)
2791
[ RUN      ] CppErrorHandlerTest.HandleStdExcNoJsonTest
2792
Traceback (most recent call last):
2793
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2794
    raise CppError(error_message)
2795
ErrorHandler.CppError: a_test at exc::test
2796
[       OK ] CppErrorHandlerTest.HandleStdExcNoJsonTest (0 ms)
2797
[ RUN      ] CppErrorHandlerTest.HandleSquealNoJsonTest
2798
Traceback (most recent call last):
2799
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
2800
    raise CppError(error_message)
2801
ErrorHandler.CppError: a_test at exc::test
2802
[       OK ] CppErrorHandlerTest.HandleSquealNoJsonTest (0 ms)
2803
[----------] 4 tests from CppErrorHandlerTest (3 ms total)
2804

    
2805
[----------] 4 tests from MAUSEvaluatorTest
2806
[ RUN      ] MAUSEvaluatorTest.AllocationTest
2807
[       OK ] MAUSEvaluatorTest.AllocationTest (1 ms)
2808
[ RUN      ] MAUSEvaluatorTest.EvaluateRawTest
2809
[       OK ] MAUSEvaluatorTest.EvaluateRawTest (2 ms)
2810
[ RUN      ] MAUSEvaluatorTest.EvaluateVariableTest
2811
[       OK ] MAUSEvaluatorTest.EvaluateVariableTest (0 ms)
2812
[ RUN      ] MAUSEvaluatorTest.ResetTest
2813
[       OK ] MAUSEvaluatorTest.ResetTest (1 ms)
2814
[----------] 4 tests from MAUSEvaluatorTest (4 ms total)
2815

    
2816
[----------] 6 tests from RunActionManagerTest
2817
[ RUN      ] RunActionManagerTest.TestConstructDestruct
2818
[       OK ] RunActionManagerTest.TestConstructDestruct (0 ms)
2819
[ RUN      ] RunActionManagerTest.TestPushBack
2820
[       OK ] RunActionManagerTest.TestPushBack (2 ms)
2821
[ RUN      ] RunActionManagerTest.TestStartOfRunAction
2822
[       OK ] RunActionManagerTest.TestStartOfRunAction (0 ms)
2823
[ RUN      ] RunActionManagerTest.TestEndOfRunAction
2824
[       OK ] RunActionManagerTest.TestEndOfRunAction (0 ms)
2825
[ RUN      ] RunActionManagerTest.TestSwap
2826
[       OK ] RunActionManagerTest.TestSwap (2 ms)
2827
[ RUN      ] RunActionManagerTest.TestReferenceCount
2828
[       OK ] RunActionManagerTest.TestReferenceCount (0 ms)
2829
[----------] 6 tests from RunActionManagerTest (4 ms total)
2830

    
2831
[----------] 2 tests from ConvertBinaryToStringTest
2832
[ RUN      ] ConvertBinaryToStringTest.AllocationTest
2833
[       OK ] ConvertBinaryToStringTest.AllocationTest (389 ms)
2834
[ RUN      ] ConvertBinaryToStringTest.ConversionTest
2835
[       OK ] ConvertBinaryToStringTest.ConversionTest (4 ms)
2836
[----------] 2 tests from ConvertBinaryToStringTest (393 ms total)
2837

    
2838
[----------] 16 tests from JsonWrapperTest
2839
[ RUN      ] JsonWrapperTest.StringToJson
2840
[       OK ] JsonWrapperTest.StringToJson (2 ms)
2841
[ RUN      ] JsonWrapperTest.JsonToString
2842
[       OK ] JsonWrapperTest.JsonToString (0 ms)
2843
[ RUN      ] JsonWrapperTest.GetItemTest
2844
[       OK ] JsonWrapperTest.GetItemTest (5 ms)
2845
[ RUN      ] JsonWrapperTest.GetPropertyTest
2846
[       OK ] JsonWrapperTest.GetPropertyTest (19 ms)
2847
[ RUN      ] JsonWrapperTest.TypeConversionTest
2848
[       OK ] JsonWrapperTest.TypeConversionTest (0 ms)
2849
[ RUN      ] JsonWrapperTest.SimilarTypeTest
2850
[       OK ] JsonWrapperTest.SimilarTypeTest (0 ms)
2851
[ RUN      ] JsonWrapperTest.PrintTest
2852
[       OK ] JsonWrapperTest.PrintTest (1 ms)
2853
[ RUN      ] JsonWrapperTest.AlmostEqualTest
2854
[       OK ] JsonWrapperTest.AlmostEqualTest (0 ms)
2855
[ RUN      ] JsonWrapperTest.ArrayEqualTest
2856
[       OK ] JsonWrapperTest.ArrayEqualTest (0 ms)
2857
[ RUN      ] JsonWrapperTest.ObjectEqualTest
2858
[       OK ] JsonWrapperTest.ObjectEqualTest (0 ms)
2859
[ RUN      ] JsonWrapperTest.ObjectMergeTest
2860
[       OK ] JsonWrapperTest.ObjectMergeTest (3 ms)
2861
[ RUN      ] JsonWrapperTest.ArrayMergeTest
2862
[       OK ] JsonWrapperTest.ArrayMergeTest (2 ms)
2863
[ RUN      ] JsonWrapperTest.JsonValueTypeToStringTest
2864
[       OK ] JsonWrapperTest.JsonValueTypeToStringTest (0 ms)
2865
[ RUN      ] JsonWrapperTest.PathHandlingTest
2866
[       OK ] JsonWrapperTest.PathHandlingTest (1 ms)
2867
[ RUN      ] JsonWrapperTest.PathDereferenceTest
2868
[       OK ] JsonWrapperTest.PathDereferenceTest (3 ms)
2869
[ RUN      ] JsonWrapperTest.SetPathRecursiveTest
2870
[       OK ] JsonWrapperTest.SetPathRecursiveTest (0 ms)
2871
[----------] 16 tests from JsonWrapperTest (36 ms total)
2872

    
2873
[----------] 2 tests from ConverterExceptionsTest
2874
[ RUN      ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor
2875
[       OK ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor (0 ms)
2876
[ RUN      ] ConverterExceptionsTest.TestConverterNotFoundException_What
2877
[       OK ] ConverterExceptionsTest.TestConverterNotFoundException_What (0 ms)
2878
[----------] 2 tests from ConverterExceptionsTest (0 ms total)
2879

    
2880
[----------] 11 tests from MiceModToG4SolidTest
2881
[ RUN      ] MiceModToG4SolidTest.checkDimTest
2882
[       OK ] MiceModToG4SolidTest.checkDimTest (1 ms)
2883
[ RUN      ] MiceModToG4SolidTest.buildWedgeTest
2884
[       OK ] MiceModToG4SolidTest.buildWedgeTest (5 ms)
2885
[ RUN      ] MiceModToG4SolidTest.buildTrapezoidTest
2886
[       OK ] MiceModToG4SolidTest.buildTrapezoidTest (0 ms)
2887
[ RUN      ] MiceModToG4SolidTest.buildBoxTest
2888
[       OK ] MiceModToG4SolidTest.buildBoxTest (4 ms)
2889
[ RUN      ] MiceModToG4SolidTest.buildCylinderTest
2890
[       OK ] MiceModToG4SolidTest.buildCylinderTest (3 ms)
2891
[ RUN      ] MiceModToG4SolidTest.buildTubeTest
2892
[       OK ] MiceModToG4SolidTest.buildTubeTest (5 ms)
2893
[ RUN      ] MiceModToG4SolidTest.buildSphereTest
2894
[       OK ] MiceModToG4SolidTest.buildSphereTest (11 ms)
2895
[ RUN      ] MiceModToG4SolidTest.buildPolyconeTest
2896
[       OK ] MiceModToG4SolidTest.buildPolyconeTest (1 ms)
2897
[ RUN      ] MiceModToG4SolidTest.buildMultipoleTest
2898
[       OK ] MiceModToG4SolidTest.buildMultipoleTest (2 ms)
2899
[ RUN      ] MiceModToG4SolidTest.buildTorusTest
2900
[       OK ] MiceModToG4SolidTest.buildTorusTest (8 ms)
2901
[ RUN      ] MiceModToG4SolidTest.buildEllipticalConeTest
2902
[       OK ] MiceModToG4SolidTest.buildEllipticalConeTest (5 ms)
2903
[----------] 11 tests from MiceModToG4SolidTest (45 ms total)
2904

    
2905
[----------] Global test environment tear-down
2906
[==========] 620 tests from 109 test cases ran. (16414 ms total)
2907
[  PASSED  ] 620 tests.
2908
ok
2909
Invoke constructor and check values. ... ok
2910
Test create_collection, has_collection and collection_names. ... ok
2911
Test connect with no parameters. ... ok
2912
Test delete_collection. ... ok
2913
Test count, get_ids, get and delete_document on an empty ... ok
2914
Test get_since with a datetime. ... ok
2915
Test get_since with no datetime and check that results are ... ok
2916
Test put and get, and also get_ids and count. ... ok
2917
Test put then another with the same ID. ... ok
2918
Test create_collection, has_collection and collection_names. ... ok
2919
Test connect with a bad host throws an AutoReconnect error as ... ok
2920
Test connect with a bad port throws an AutoReconnect error as ... ok
2921
Test connect with no database name parameter throws a KeyError. ... ok
2922
Test connect with no parameters throws a KeyError as a host ... ok
2923
Test delete_collection. ... ok
2924
Test count, get_ids, get and delete_document on an empty ... ok
2925
Test get_since with a datetime. ... ok
2926
Test get_since with no datetime and check that results are ... ok
2927
Test put and get, and also get_ids and count. ... ok
2928
Test put for > max_id. ... ok
2929
Test put then another with the same ID. ... ok
2930
Test error handler setup from configuration ... ok
2931
Test CppError type works okay ... ok
2932
Check default handler calls correctly ... ok
2933
Test initialisation of the error handler ... ok
2934
Check we send error to json correctly ... ok
2935
Check that we send errors to sys.stderr if required ... ok
2936
Check the flag that controls sending errors to json works ... Traceback (most recent call last):
2937
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 81, in test_handle_exception_json
2938
    raise RuntimeError("Test error 1")
2939
RuntimeError: Test error 1
2940
Traceback (most recent call last):
2941
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 89, in test_handle_exception_json
2942
    raise RuntimeError("Test error 2")
2943
RuntimeError: Test error 2
2944
Traceback (most recent call last):
2945
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 97, in test_handle_exception_json
2946
    raise RuntimeError("Test error 3")
2947
RuntimeError: Test error 3
2948
ok
2949
Check that we handle the exception correctly (raise, halt, etc) ... Traceback (most recent call last):
2950
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 133, in test_handle_exception_on_error
2951
    raise RuntimeError("Test error 1")
2952
RuntimeError: Test error 1
2953
Traceback (most recent call last):
2954
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 141, in test_handle_exception_on_error
2955
    raise RuntimeError("Test error 1")
2956
RuntimeError: Test error 1
2957
Traceback (most recent call last):
2958
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 149, in test_handle_exception_on_error
2959
    raise RuntimeError("Test error 1")
2960
RuntimeError: Test error 1
2961
Traceback (most recent call last):
2962
  File "/home/mice/MAUS/.maus_release/build/test_error_handler.py", line 154, in test_handle_exception_on_error
2963
    raise RuntimeError("Test error 1")
2964
RuntimeError: Test error 1
2965
ok
2966
Check the flag that controls sending errors to stderr ... ok
2967
Test we can do interface with Cpp correctly ... ok
2968
Test we can evaluate expressions okay ... ok
2969
Test evaluator initialises with math functions ... ok
2970
Test we can reset okay ... ok
2971
Test we can set evaluator variables ... ok
2972
Test merge_output docs_next ... Setting the phase 
2973
Made 0 attempts to phase 0 cavities with 0 remaining
2974
ok
2975
Check merge_output end of job deaths outputters okay ... Setting the phase 
2976
Made 0 attempts to phase 0 cavities with 0 remaining
2977
ok
2978
Check merge_output end of job writes headers okay ... Setting the phase 
2979
Made 0 attempts to phase 0 cavities with 0 remaining
2980
ok
2981
Check merge_output end of run saves end of run spill okay ... Setting the phase 
2982
Made 0 attempts to phase 0 cavities with 0 remaining
2983
ok
2984
Check merge_output end of run writes headers okay ... Setting the phase 
2985
Made 0 attempts to phase 0 cavities with 0 remaining
2986
ok
2987
test execute(...) not implemented ... Setting the phase 
2988
Made 0 attempts to phase 0 cavities with 0 remaining
2989
ok
2990
Check that we can get the dataflow description okay ... Setting the phase 
2991
Made 0 attempts to phase 0 cavities with 0 remaining
2992
ok
2993
Check merge_output init works okay ... Setting the phase 
2994
Made 0 attempts to phase 0 cavities with 0 remaining
2995
ok
2996
test merge_output process_event with a bad spill ... Setting the phase 
2997
Made 0 attempts to phase 0 cavities with 0 remaining
2998
ok
2999
test merge_output process_event with maus_event_type != Spill ... Setting the phase 
3000
Made 0 attempts to phase 0 cavities with 0 remaining
3001
ok
3002
test merge_output process_event with basic Spill maus_event_type ... Setting the phase 
3003
Made 0 attempts to phase 0 cavities with 0 remaining
3004
ok
3005
test merge_output process_event with end_of_run spill ... Setting the phase 
3006
Made 0 attempts to phase 0 cavities with 0 remaining
3007
ok
3008
test merge_output process_event with change of run_number ... Setting the phase 
3009
Made 0 attempts to phase 0 cavities with 0 remaining
3010
ok
3011
test merge_output process_event with first change of run_number ... Setting the phase 
3012
Made 0 attempts to phase 0 cavities with 0 remaining
3013
ok
3014
Check merge_output start of job throws with incorrect return value ... Setting the phase 
3015
Made 0 attempts to phase 0 cavities with 0 remaining
3016
ok
3017
Check merge_output start of job writes headers ... Setting the phase 
3018
Made 0 attempts to phase 0 cavities with 0 remaining
3019
ok
3020
Check merge_output start of run resets counters ... Setting the phase 
3021
Made 0 attempts to phase 0 cavities with 0 remaining
3022
ok
3023
Check merge_output start of run writes headers ... Setting the phase 
3024
Made 0 attempts to phase 0 cavities with 0 remaining
3025
ok
3026
Invoke constructor and check values. ... ok
3027
Invoke constructor with some node_status and check values. ... ok
3028
Test with list of OK node statuses. ... ok
3029
Test with empty list of node statuses. ... ok
3030
Test with list mixing OK and error statuses. ... ok
3031
Test conversion binary file to string ... ok
3032
Test buffer input where N inputs are requested from an ... ok
3033
Test buffer input where N + 1 inputs are requested from an ... ok
3034
Test where 0 inputs are requested from an emitter of length ... ok
3035
Test with a spill that has a "run_number". ... ok
3036
Test with a spill that has a no "run_number". ... ok
3037
Test with a spill no "daq_event_type". ... ok
3038
Test with a spill with "daq_event_type":"end_of_run". ... ok
3039
Test with a spill with "daq_event_type" not equal ... ok
3040
Test with a spill no "daq_event_type". ... ok
3041
Test with a spill with "daq_event_type":"start_of_run". ... ok
3042
Test with a spill with "daq_event_type" not equal ... ok
3043
Test where arguments are valid. ... ok
3044
Test where document store throws an exception. ... ok
3045
Test where arguments are valid. ... ok
3046
Test where "doc_store_class" specifies a non-existant ... ok
3047
Test where "doc_store_class" specifies a non-existant ... ok
3048
Test where "doc_store_class" specifies a class whose ... Traceback (most recent call last):
3049
  File "/home/mice/MAUS/.maus_release/src/common_py/framework/utilities.py", line 178, in setup_doc_store
3050
    doc_store.connect(config)
3051
  File "/home/mice/MAUS/.maus_release/build/test_framework/test_utilities.py", line 288, in connect
3052
    raise ValueError("Test")
3053
ValueError: Test
3054
ok
3055
Test with no "doc_store_class" entry in JSON configuration. ... ok
3056
Test where "doc_store_class" specifies a class but ... ok
3057
Test where "doc_store_class" specifies a class that does ... ok
3058
Invoke constructor and check values. ... ok
3059
Invoke constructor and check values. ... ok
3060
Invoke constructor and check values. ... ok
3061
Invoke constructor and check values. ... ok
3062
Invoke constructor and check values. ... ok
3063
Invoke constructor and check values. ... ok
3064
Invoke constructor and check values. ... ok
3065
Test get_create_transform("MapPyDoNothing") returns MapPyDoNothing. ... ok
3066
Test get_create_transform([]) returns an empty MapPyGroup. ... ok
3067
Test get_create_transform, when given a list of transform names ... ok
3068
Test get_create_transform(123) throws an error. ... ok
3069
Test get_create_transform([123]) throws an error. ... ok
3070
Test get_create_transform(None) throws an error. ... ok
3071
Test get_create_transform([None]) throws an error. ... ok
3072
Test get_create_transform(u"MapPyDoNothing") returns MapPyDoNothing. ... ok
3073
Test get_create_transform("UnknownTransform") throws an error. ... ok
3074
Test get_create_transform(["UnknownTransform"]) throws an error. ... ok
3075
Test get_worker_names(worker) where worker has no sub-workers. ... ok
3076
Test get_worker_names(worker) where worker is a MapPyGroup that ... ok
3077
Test get_worker_names(None). ... ok
3078
Test get_worker_names(worker) where worker is a MapPyGroup that ... ok
3079
Test get_validate_transform("MapPyDoNothing") is OK. ... ok
3080
Test get_validate_transform([]) is OK. ... ok
3081
Test get_validate_transform, when given a list of transform names ... ok
3082
Test get_validate_transform(123) throws an error. ... ok
3083
Test get_validate_transform([123]) throws an error. ... ok
3084
Test get_validate_transform(None) throws an error. ... ok
3085
Test get_validate_transform([None]) throws an error. ... ok
3086
Test get_validate_transform(u"MapPyDoNothing") is OK. ... ok
3087
Test get_validate_transform("UnknownTransform") throws an error. ... ok
3088
Test get_validate_transform(["UnknownTransform"]) throws an error. ... ok
3089
TestCADImport::test_constructor ... ok
3090
TestCADImport::test_parse_xslt ... I/O warning : failed to load external entity "/home/matt/StepFiles/GDML_fastradModel/fastradModel_materials.xml"
3091
ok
3092
test_config_reader::test_readconfig ... ok
3093
TestGDMLFormatter::test_constructor ... ok
3094
TestGDMLFormatter::test_format ... ok
3095
TestGDMLFormatter::test_format_check ... ok
3096
TestGDMLFormatter::test_format_materials ... ok
3097
TestGDMLFormatter::test_format_schema_location ... ok
3098
TestGDMLFormatter::test_insert_materials_ref ... ok
3099
TestGDMLFormatter::test_merge_maus_info ... ok
3100
TestGDMLFormatter::test_merge_run_info ... ok
3101
TestPacker::test_constructor ... ok
3102
TestPacker::test_zipfile ... ok
3103
TestUnpacker::test_constructor ... ok
3104
TestUnpacker::test_unzip_file ... ok
3105
TestDownloader::test_beamline_geomtry_for_run ... ok
3106
TestDownloader::test_download_current ... ok
3107
TestDownloader::test_download_geomtry_for_id ... ok
3108
TestDownloader::test_get_ids ... ok
3109
TestUploader::test_check_file_list ... ok
3110
TestUploader::test_constructor ... ok
3111
TestUploader::test_create_file_list ... ok
3112
TestUploader::test_is_filetype ... ok
3113
TestUploader::test_set_upserver ... ok
3114
TestUploader::test_upload_to_cdb ... ok
3115
Test to make sure death occurs ... ok
3116
Test of the process function ... Bad json document
3117
Bad json document
3118
DAQ sizes: 
3119
3
3120
3
3121
Bad json document
3122
ok
3123
Setting the phase 
3124
Made 0 attempts to phase 0 cavities with 0 remaining
3125
Test to make sure death occurs ... ok
3126
Test of the process function ... Bad json document
3127
MC event array not initialised, aborting digitisation for this spill
3128
ok
3129
Test to make sure death occurs ... ok
3130
Test of the process function ... Bad json document
3131
Recon event array not initialised, aborting noise for this spill
3132
ok
3133
Test maus_cpp.Field.get_field_value(...) ... Setting the phase 
3134
Made 0 attempts to phase 0 cavities with 0 remaining
3135
Setting the phase 
3136
Made 0 attempts to phase 0 cavities with 0 remaining
3137
ok
3138
Test MiceModule get_children ... ok
3139
Test MiceModule.get_name() ... ok
3140
Test mice_module get property ... ok
3141
Test mice_module get property bool ... ok
3142
Test mice_module get property double ... ok
3143
Test mice_module get property hep3vector ... ok
3144
Test mice_module get property int ... ok
3145
Test mice_module get property string ... ok
3146
check initialise mice module ... ok
3147
Test MiceModule print ... ok
3148
Check that we can reload RepeatModule2 directive ... ok
3149
Test MiceModule get_children ... ok
3150
Test mice_module set property ... ok
3151
Test mice_module set property for hep3vectors ... ok
3152
Test maus_cpp.run_action_manager.start_of_run(...) ... Setting the phase 
3153
Made 0 attempts to phase 0 cavities with 0 remaining
3154
Setting the phase 
3155
Made 0 attempts to phase 0 cavities with 0 remaining
3156
ok
3157
Invoke process_birth. ... ok
3158
Invoke process_birth where birth throws an exception. ... ok
3159
Invoke process_birth where birth throws a ... ok
3160
Invoke process_birth with a config ID that matches ... ok
3161
Invoke process_birth where death of existing transform throws ... ok
3162
Invoke process_death. ... ok
3163
Invoke process_death where death throws an exception. ... ok
3164
Invoke worker_process_init_callback - check globals are not created with ... ok
3165
Check worker_process_init_callback constructs globals okay ... Setting the phase 
3166
Made 0 attempts to phase 0 cavities with 0 remaining
3167
ok
3168
Test birth. ... ok
3169
Test birth with an invalid JSON configuration document. ... ok
3170
Test birth with a mismatched MAUS version. ... ok
3171
Test birth where birth throws an exception. ... ok
3172
Test birth where the pool throws an exception. ... ok
3173
Test death. ... ok
3174
Test death where death throws an exception. ... ok
3175
Test death where the pool throws an exception. ... ok
3176
Test get_maus_configuration. ... ok
3177
Invoke worker_process_callback. ... ok
3178
Invoke birth ... ok
3179
Invoke birth when a ValueError is thrown by birth. ... ok
3180
Invoke birth when WorkerBirthFailedException is thrown. ... ok
3181
Invoke death. ... ok
3182
Invoke death when a ValueError is thrown by death. ... ok
3183
Invoke death when WorkerDeathFailedException is thrown. ... ok
3184
Test birth when current transform death returns False. ... ok
3185
Invoke initialize. ... ok
3186
Invoke initialize with an unknown transform. ... ok
3187
Test initialize when current transform death returns False. ... ok
3188
Invoke process. ... ok
3189
Invoke death when WorkerDeathFailedException is thrown. ... ok
3190
Invoke process when a ValueError is thrown by process. ... ok
3191
Invoke execute_transform. ... [2014-02-04 11:08:35,659: INFO/MainProcess] None[None]: Task invoked by Unknown
3192
ok
3193
Invoke execute_transform when a ValueError is thrown by ... [2014-02-04 11:08:35,660: INFO/MainProcess] None[None]: Task invoked by Unknown
3194
ok
3195
test_numpy_exists ... ok
3196
Check that we can birth and death properly ... Traceback (most recent call last):
3197
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3198
    raise CppError(error_message)
3199
ErrorHandler.CppError: Property output_root_file_name  not found in Json object lookup at JsonWrapper::GetPropertyStrict
3200
Traceback (most recent call last):
3201
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3202
    raise CppError(error_message)
3203
ErrorHandler.CppError: output_root_file_name is empty at OutputCppRoot::birth
3204
Traceback (most recent call last):
3205
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3206
    raise CppError(error_message)
3207
ErrorHandler.CppError: output_root_file_name '' is not valid; should be one of
3208
   one_big_file
3209
   one_file_per_run
3210
   end_of_run_file_per_run
3211
 at OutputCppRoot::birth
3212
Traceback (most recent call last):
3213
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3214
    raise CppError(error_message)
3215
ErrorHandler.CppError: output_root_file_name 'one' is not valid; should be one of
3216
   one_big_file
3217
   one_file_per_run
3218
   end_of_run_file_per_run
3219
 at OutputCppRoot::birth
3220
ok
3221
test_OutputCppRoot.test_one_file_per_run: end_of_run_file_per_run option ... ok
3222
test_OutputCppRoot.test_mixed_types check we can load alternating types ... ok
3223
test_OutputCppRoot.test_one_file_per_run: one_file_per_run option ... ok
3224
Check that if passed a bad event, code fails gracefully ... Traceback (most recent call last):
3225
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3226
    raise CppError(error_message)
3227
ErrorHandler.CppError: Property maus_event_type  not found in Json object lookup at JsonWrapper::GetPropertyStrict
3228
Traceback (most recent call last):
3229
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3230
    raise CppError(error_message)
3231
ErrorHandler.CppError: Failed to parse Json configuration. Json reports
3232
* Line 1, Column 1
3233
  Syntax error: value, object or array expected.
3234
 at JsonWrapper::StringToJson()
3235
ok
3236
Check that if passed a bad header, code fails gracefully ... Traceback (most recent call last):
3237
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3238
    raise CppError(error_message)
3239
ErrorHandler.CppError: Property maus_event_type  not found in Json object lookup at JsonWrapper::GetPropertyStrict
3240
Traceback (most recent call last):
3241
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
3242
    raise CppError(error_message)
3243
ErrorHandler.CppError: Failed to parse Json configuration. Json reports
3244
* Line 1, Column 1
3245
  Syntax error: value, object or array expected.
3246
 at JsonWrapper::StringToJson()
3247
ok
3248
Try saving a few standard events ... ok
3249
Try saving a standard header; check we can only save job header once ... ok
3250
test_OutputCppRoot: Try saving a run header ... ok
3251
test_geometries ... ok
3252
Check we can import libxml2 ... ok
3253
Check we can import libxslt ... ok
3254

    
3255
======================================================================
3256
FAIL: Test reading the whole file
3257
----------------------------------------------------------------------
3258
Traceback (most recent call last):
3259
  File "/home/mice/MAUS/.maus_release/build/test_InputCppDAQOfflineData.py", line 86, in test_multi
3260
    'ca8fb803f65c2ef93327379bee9399d0')
3261
AssertionError: '949e1102f2cfd6a139c618671c7d8697' != 'ca8fb803f65c2ef93327379bee9399d0'
3262

    
3263
----------------------------------------------------------------------
3264
Ran 474 tests in 117.666s
3265

    
3266
FAILED (failures=1)
(4-4/8)