Project

General

Profile

Bug #1406 » onrec01-unit_tests_fixcabling.log

unit tests on onrec01 after cabling fix - Rajaram, Durga, 05 February 2014 06:31

 
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 0x17cd3470 VLSB_C 0x17cc2420
16
102 0x175c2b00 V1290 0x1813e4c0
17
111 0x181478d0 V830 0x17cdde20
18
120 0x17cde590 V1724 0x18136f90
19
121 0x17cd7d50 V1731 0x181473c0
20
132 0x17cc3790 VLSB 0x18136170
21
141 0x17a025b0 DBB 0x18144fa0
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
ok
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
Error in <TGClient::TGClient>: can't open display "heplnv150.pp.rl.ac.uk:0.0", switching to batch mode...
39
 In case you run from a remote ssh session, reconnect with ssh -Y
40
Check that we can birth and death properly ... ok
41
Try reading a realistic data structure ... ok
42
Try reading a data structure with missing tree ... The requested tree 'RunHeader' was not found in the tree.
43
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
44
The requested tree 'RunFooter' was not found in the tree.
45
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
46
ok
47
Try reading a data structure with missing tree ... The requested tree 'JobHeader' 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 'RunHeader' 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 'RunFooter' was not found in the tree.
52
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
53
The requested tree 'JobFooter' was not found in the tree.
54
Could not find requested TTree. at void irstream::open(const char*, const char*, const char*)
55
ok
56
Test runnig forever by trying to get 10000 empty documents ... ok
57
Read 100 events only ... ok
58
Test to make sure that if the input is done spitting out documents, then you can't get more documents from it ... ok
59
test bad file content ... ok
60
test internal counter gt ... ok
61
test internal counter lt ... ok
62
Test that birth reads in datacards okay for case of gzip and raw json ... ok
63
test what happens if there is one line with some spaces ... ok
64
test read 100 events ... ok
65
test trying to read twice gives nothing ... ok
66
test bad input number of spills ... Traceback (most recent call last):
67
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 45, in birth
68
    int(config_doc["spill_generator_number_of_spills"])
69
ValueError: invalid literal for int() with base 10: 'bob'
70
Traceback (most recent call last):
71
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 48, in birth
72
    self._run_number = int(config_doc["monte_carlo_run_number"])
73
ValueError: invalid literal for int() with base 10: 'jim'
74
Traceback (most recent call last):
75
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 45, in birth
76
    int(config_doc["spill_generator_number_of_spills"])
77
KeyError: 'spill_generator_number_of_spills'
78
Traceback (most recent call last):
79
  File "/home/mice/MAUS/.maus_release/build/InputPySpillGenerator.py", line 46, in birth
80
    assert self._number_of_events > -1
81
AssertionError
82
ok
83
should be able to generate 0 events (and return nothing) ... ok
84
test generate 100 events ... ok
85
Check against configuration is empty ... Traceback (most recent call last):
86
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
87
    raise CppError(error_message)
88
ErrorHandler.CppError: St9exception
89
ok
90
Check that birth works properly ... ok
91
Check that against data stream is empty ... ok
92
Check MapCppKLCellHits process function ... ok
93
Check can handle empty configuration ... Traceback (most recent call last):
94
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
95
    raise CppError(error_message)
96
ErrorHandler.CppError: St9exception
97
ok
98
Check birth with default configuration ... ok
99
Check that nothing happens in absence of data ... ok
100
Test MapCppKLDigits process method ... ok
101
test_empty ... ok
102
Check we get an error for bad input to birth ... ok
103
Check mapper runs for empty string, returning an error ... ok
104
Check mapper runs for mc with wrong type, returning an error ... Traceback (most recent call last):
105
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
106
    raise CppError(error_message)
107
ErrorHandler.CppError: Property mc_events  had wrong type in Json object lookup at JsonWrapper::GetPropertyStrict
108
ok
109
Check mapper runs for mc good. Check it tracks primaries by testing ... ok
110
Check mapper runs for no mc string, returning an error ... Traceback (most recent call last):
111
  File "/home/mice/MAUS/.maus_release/src/common_py/ErrorHandler.py", line 162, in HandleCppException
112
    raise CppError(error_message)
113
ErrorHandler.CppError: Property mc_events  not found in Json object lookup at JsonWrapper::GetPropertyStrict
114
ok
115
Call test_visualisation ... ===========================================
116
Output VRML 2.0 file: g4_12.wrl
117
Maximum number of files in the destination directory: 100
118
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
119
===========================================
120
*** VRML 2.0 File  g4_12.wrl  is generated.
121
MESSAGE from VRML2FILE driver:
122
    Set an environmental variable  G4VRMLFILE_VIEWER
123
    if you want to visualize the generated VRML file
124
    automatically.  For example, 
125
    setenv  G4VRMLFILE_VIEWER  vrwave 
126
===========================================
127
Output VRML 2.0 file: g4_13.wrl
128
Maximum number of files in the destination directory: 100
129
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
130
===========================================
131
*** VRML 2.0 File  g4_13.wrl  is generated.
132
MESSAGE from VRML2FILE driver:
133
    Set an environmental variable  G4VRMLFILE_VIEWER
134
    if you want to visualize the generated VRML file
135
    automatically.  For example, 
136
    setenv  G4VRMLFILE_VIEWER  vrwave 
137
===========================================
138
Output VRML 2.0 file: g4_14.wrl
139
Maximum number of files in the destination directory: 100
140
  (Customizable with the environment variable: G4VRMLFILE_MAX_FILE_NUM) 
141
===========================================
142
*** VRML 2.0 File  g4_14.wrl  is generated.
143
MESSAGE from VRML2FILE driver:
144
    Set an environmental variable  G4VRMLFILE_VIEWER
145
    if you want to visualize the generated VRML file
146
    automatically.  For example, 
147
    setenv  G4VRMLFILE_VIEWER  vrwave 
148
.
149
----------------------------------------------------------------------
150
Ran 1 test in 1.549s
151

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

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

    
498
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
499

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

    
502
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
503

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

    
506
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
507

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

    
510
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
511

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

    
514
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
515

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

    
523
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
524

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

    
527
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
528

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

    
531
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
532

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

    
535
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
536

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

    
539
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
540

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

    
545
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
546

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

    
549
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
550

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

    
553
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
554

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

    
557
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
558

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

    
561
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
562

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

    
570
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
571

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

    
574
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
575

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

    
578
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
579

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

    
582
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
583

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

    
586
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
587

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

    
595
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
596

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

    
599
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
600

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

    
603
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
604

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

    
607
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
608

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

    
611
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
612

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

    
617
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
618

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

    
621
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
622

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

    
625
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
626

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

    
629
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
630

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

    
633
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
634

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

    
652
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
653

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

    
656
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
657

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

    
660
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
661

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

    
664
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
665

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

    
668
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
669

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

    
674
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
675

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

    
678
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
679

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

    
682
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
683

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

    
686
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
687

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

    
690
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
691

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

    
705
TCanvas::ResizePad:0: RuntimeWarning: kl height changed from 0 to 10
706

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

    
709
TPad::ResizePad:0: RuntimeWarning: kl_1 height changed from 0 to 10
710

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

    
713
TPad::ResizePad:0: RuntimeWarning: kl_2 height changed from 0 to 10
714

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

    
717
TPad::ResizePad:0: RuntimeWarning: kl_3 height changed from 0 to 10
718

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

    
721
TPad::ResizePad:0: RuntimeWarning: kl_4 height changed from 0 to 10
722

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

    
759
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
760

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

    
771
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
772

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

    
779
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
780

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

    
787
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
788

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

    
803
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
804

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

    
823
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
824

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

    
831
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
832

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

    
839
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
840

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

    
847
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
848

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

    
855
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
856

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

    
865
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
866

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

    
873
TCanvas::ResizePad:0: RuntimeWarning: canvas height changed from 0 to 10
874

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

    
1242
[----------] 2 tests from TrackerDataTest
1243
[ RUN      ] TrackerDataTest.TestConstructor
1244
[       OK ] TrackerDataTest.TestConstructor (0 ms)
1245
[ RUN      ] TrackerDataTest.TestClear
1246
[       OK ] TrackerDataTest.TestClear (6 ms)
1247
[----------] 2 tests from TrackerDataTest (6 ms total)
1248

    
1249
[----------] 8 tests from TrackerDataManagerTest
1250
[ RUN      ] TrackerDataManagerTest.TestConstructor
1251
[       OK ] TrackerDataManagerTest.TestConstructor (0 ms)
1252
[ RUN      ] TrackerDataManagerTest.TestDraw
1253
[       OK ] TrackerDataManagerTest.TestDraw (54 ms)
1254
[ RUN      ] TrackerDataManagerTest.TestProcess
1255
[       OK ] TrackerDataManagerTest.TestProcess (5 ms)
1256
[ RUN      ] TrackerDataManagerTest.TestProcessClusters
1257
[       OK ] TrackerDataManagerTest.TestProcessClusters (0 ms)
1258
[ RUN      ] TrackerDataManagerTest.TestProcessDigits
1259
[       OK ] TrackerDataManagerTest.TestProcessDigits (0 ms)
1260
[ RUN      ] TrackerDataManagerTest.TestProcessHtrks
1261
[       OK ] TrackerDataManagerTest.TestProcessHtrks (5 ms)
1262
[ RUN      ] TrackerDataManagerTest.TestProcessSpoints
1263
[       OK ] TrackerDataManagerTest.TestProcessSpoints (0 ms)
1264
[ RUN      ] TrackerDataManagerTest.TestProcessStrks
1265
[       OK ] TrackerDataManagerTest.TestProcessStrks (1 ms)
1266
[----------] 8 tests from TrackerDataManagerTest (65 ms total)
1267

    
1268
[----------] 2 tests from TrackerDataPlotterInfoBoxTest
1269
[ RUN      ] TrackerDataPlotterInfoBoxTest.TestConstructor
1270
[       OK ] TrackerDataPlotterInfoBoxTest.TestConstructor (1 ms)
1271
[ RUN      ] TrackerDataPlotterInfoBoxTest.TestBrackets
1272
Warning in <TCanvas::Constructor>: Deleting canvas with same name: c_info
1273
[       OK ] TrackerDataPlotterInfoBoxTest.TestBrackets (14 ms)
1274
[----------] 2 tests from TrackerDataPlotterInfoBoxTest (15 ms total)
1275

    
1276
[----------] 2 tests from TrackerDataPlotterSpointsTest
1277
[ RUN      ] TrackerDataPlotterSpointsTest.TestConstructor
1278
[       OK ] TrackerDataPlotterSpointsTest.TestConstructor (0 ms)
1279
[ RUN      ] TrackerDataPlotterSpointsTest.TestBrackets
1280
Using input canvas at 0x1d686840
1281
Creating new local canvas at 0x1d71e610
1282
Creating new local canvas at 0x1d686800
1283
[       OK ] TrackerDataPlotterSpointsTest.TestBrackets (94 ms)
1284
[----------] 2 tests from TrackerDataPlotterSpointsTest (94 ms total)
1285

    
1286
[----------] 4 tests from RealDataDigitizationTest
1287
[ RUN      ] RealDataDigitizationTest.test_calibration_load
1288
[       OK ] RealDataDigitizationTest.test_calibration_load (311 ms)
1289
[ RUN      ] RealDataDigitizationTest.test_mapping_load
1290
[       OK ] RealDataDigitizationTest.test_mapping_load (72 ms)
1291
[ RUN      ] RealDataDigitizationTest.test_bad_channel_load
1292
[       OK ] RealDataDigitizationTest.test_bad_channel_load (1 ms)
1293
[ RUN      ] RealDataDigitizationTest.test_process
1294
DAQ sizes: 
1295
3
1296
3
1297
[       OK ] RealDataDigitizationTest.test_process (2 ms)
1298
[----------] 4 tests from RealDataDigitizationTest (399 ms total)
1299

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

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

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

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

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

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

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

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

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

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

    
1436
[----------] 1 test from KalmanFilterTest
1437
[ RUN      ] KalmanFilterTest.test_constructor
1438
[       OK ] KalmanFilterTest.test_constructor (1 ms)
1439
[----------] 1 test from KalmanFilterTest (1 ms total)
1440

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

    
1450
[----------] 1 test from KalmanStateTest
1451
[ RUN      ] KalmanStateTest.getters_and_setters_test
1452
[       OK ] KalmanStateTest.getters_and_setters_test (5 ms)
1453
[----------] 1 test from KalmanStateTest (5 ms total)
1454

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

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

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

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

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

    
1526
[----------] 4 tests from ReferenceResolverJsonToCppTest
1527
[ RUN      ] ReferenceResolverJsonToCppTest.ResolverTest
1528
[       OK ] ReferenceResolverJsonToCppTest.ResolverTest (2 ms)
1529
[ RUN      ] ReferenceResolverJsonToCppTest.VectorResolverTest
1530
[       OK ] ReferenceResolverJsonToCppTest.VectorResolverTest (2 ms)
1531
[ RUN      ] ReferenceResolverJsonToCppTest.RefManagerBirthTest
1532
[       OK ] ReferenceResolverJsonToCppTest.RefManagerBirthTest (4 ms)
1533
[ RUN      ] ReferenceResolverJsonToCppTest.RefManagerTest
1534
[       OK ] ReferenceResolverJsonToCppTest.RefManagerTest (0 ms)
1535
[----------] 4 tests from ReferenceResolverJsonToCppTest (8 ms total)
1536

    
1537
[----------] 3 tests from ReferenceResolverCppToJsonTest
1538
[ RUN      ] ReferenceResolverCppToJsonTest.TypedResolverTest
1539
[       OK ] ReferenceResolverCppToJsonTest.TypedResolverTest (2 ms)
1540
[ RUN      ] ReferenceResolverCppToJsonTest.RefManagerBirthTest
1541
[       OK ] ReferenceResolverCppToJsonTest.RefManagerBirthTest (4 ms)
1542
[ RUN      ] ReferenceResolverCppToJsonTest.RefManagerTest
1543
[       OK ] ReferenceResolverCppToJsonTest.RefManagerTest (0 ms)
1544
[----------] 3 tests from ReferenceResolverCppToJsonTest (6 ms total)
1545

    
1546
[----------] 6 tests from GlobalEventProcessorTestClass
1547
[ RUN      ] GlobalEventProcessorTestClass.TestSetup
1548
[       OK ] GlobalEventProcessorTestClass.TestSetup (0 ms)
1549
[ RUN      ] GlobalEventProcessorTestClass.CheckInitialSetup
1550
[       OK ] GlobalEventProcessorTestClass.CheckInitialSetup (0 ms)
1551
[ RUN      ] GlobalEventProcessorTestClass.CheckConsistentChain
1552
[       OK ] GlobalEventProcessorTestClass.CheckConsistentChain (0 ms)
1553
[ RUN      ] GlobalEventProcessorTestClass.CppToJson
1554
[       OK ] GlobalEventProcessorTestClass.CppToJson (24 ms)
1555
[ RUN      ] GlobalEventProcessorTestClass.JsonToCpp
1556
[       OK ] GlobalEventProcessorTestClass.JsonToCpp (25 ms)
1557
[ RUN      ] GlobalEventProcessorTestClass.JsonToCppWithDelete
1558
[       OK ] GlobalEventProcessorTestClass.JsonToCppWithDelete (23 ms)
1559
[----------] 6 tests from GlobalEventProcessorTestClass (72 ms total)
1560

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

    
1572
[----------] 2 tests from ObjectProcessorReferenceTest
1573
[ RUN      ] ObjectProcessorReferenceTest.SimpleTreeTest
1574
[       OK ] ObjectProcessorReferenceTest.SimpleTreeTest (1 ms)
1575
[ RUN      ] ObjectProcessorReferenceTest.RequiredTest
1576
[       OK ] ObjectProcessorReferenceTest.RequiredTest (4 ms)
1577
[----------] 2 tests from ObjectProcessorReferenceTest (5 ms total)
1578

    
1579
[----------] 6 tests from ObjectProcessorTest
1580
[ RUN      ] ObjectProcessorTest.HasUnknownBranches
1581
[       OK ] ObjectProcessorTest.HasUnknownBranches (2 ms)
1582
[ RUN      ] ObjectProcessorTest.JsonToCppRequiredTest
1583
[       OK ] ObjectProcessorTest.JsonToCppRequiredTest (9 ms)
1584
[ RUN      ] ObjectProcessorTest.JsonToCppNotRequiredTest
1585
[       OK ] ObjectProcessorTest.JsonToCppNotRequiredTest (4 ms)
1586
[ RUN      ] ObjectProcessorTest.CppToJsonRequiredTest
1587
[       OK ] ObjectProcessorTest.CppToJsonRequiredTest (1 ms)
1588
[ RUN      ] ObjectProcessorTest.CppToJsonNotRequiredTest
1589
[       OK ] ObjectProcessorTest.CppToJsonNotRequiredTest (0 ms)
1590
[ RUN      ] ObjectProcessorTest.PathTest
1591
[       OK ] ObjectProcessorTest.PathTest (1 ms)
1592
[----------] 6 tests from ObjectProcessorTest (17 ms total)
1593

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

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

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

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

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

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

    
1750
[----------] 10 tests from PolynomialMapTest
1751
[ RUN      ] PolynomialMapTest.Constructor
1752
[       OK ] PolynomialMapTest.Constructor (0 ms)
1753
[ RUN      ] PolynomialMapTest.Clone
1754
[       OK ] PolynomialMapTest.Clone (0 ms)
1755
[ RUN      ] PolynomialMapTest.MapEvaluation
1756
[       OK ] PolynomialMapTest.MapEvaluation (0 ms)
1757
[ RUN      ] PolynomialMapTest.IterableEquality
1758
[       OK ] PolynomialMapTest.IterableEquality (1 ms)
1759
[ RUN      ] PolynomialMapTest.PointBox
1760
[       OK ] PolynomialMapTest.PointBox (1 ms)
1761
[ RUN      ] PolynomialMapTest.GetAvgChi2OfDifference
1762
[       OK ] PolynomialMapTest.GetAvgChi2OfDifference (5 ms)
1763
[ RUN      ] PolynomialMapTest.Means
1764
[       OK ] PolynomialMapTest.Means (0 ms)
1765
[ RUN      ] PolynomialMapTest.Covariances
1766
[       OK ] PolynomialMapTest.Covariances (0 ms)
1767
[ RUN      ] PolynomialMapTest.LeastSquaresFitting
1768
[       OK ] PolynomialMapTest.LeastSquaresFitting (4033 ms)
1769
[ RUN      ] PolynomialMapTest.SpaceTransform
1770
[       OK ] PolynomialMapTest.SpaceTransform (3 ms)
1771
[----------] 10 tests from PolynomialMapTest (4043 ms total)
1772

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

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

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

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

    
1947
[----------] 1 test from MeshTest
1948
[ RUN      ] MeshTest.testAll
1949
[       OK ] MeshTest.testAll (149 ms)
1950
[----------] 1 test from MeshTest (149 ms total)
1951

    
1952
[----------] 1 test from TriangularMeshTest
1953
[ RUN      ] TriangularMeshTest.DelaunayConstructorTest
1954
[       OK ] TriangularMeshTest.DelaunayConstructorTest (2 ms)
1955
[----------] 1 test from TriangularMeshTest (2 ms total)
1956

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

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

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

    
1972
[----------] 7 tests from EngeTest
1973
[ RUN      ] EngeTest.EngeConstructorTest
1974
[       OK ] EngeTest.EngeConstructorTest (7 ms)
1975
[ RUN      ] EngeTest.MutatorAccessorTest
1976
[       OK ] EngeTest.MutatorAccessorTest (0 ms)
1977
[ RUN      ] EngeTest.SetEngeDiffIndicesTest
1978
[       OK ] EngeTest.SetEngeDiffIndicesTest (0 ms)
1979
[ RUN      ] EngeTest.HNTest
1980
[       OK ] EngeTest.HNTest (0 ms)
1981
[ RUN      ] EngeTest.GNTest
1982
[       OK ] EngeTest.GNTest (4 ms)
1983
[ RUN      ] EngeTest.GetEngeTest
1984
[       OK ] EngeTest.GetEngeTest (172 ms)
1985
[ RUN      ] EngeTest.GetDoubleEngeTest
1986
[       OK ] EngeTest.GetDoubleEngeTest (348 ms)
1987
[----------] 7 tests from EngeTest (531 ms total)
1988

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

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

    
2015
[----------] 1 test from DifferentiatorTest
2016
[ RUN      ] DifferentiatorTest.old_unit_tests
2017
[       OK ] DifferentiatorTest.old_unit_tests (0 ms)
2018
[----------] 1 test from DifferentiatorTest (0 ms total)
2019

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

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

    
2048
[----------] 4 tests from RStreamTest
2049
[ RUN      ] RStreamTest.TestConstructor
2050
[       OK ] RStreamTest.TestConstructor (67 ms)
2051
[ RUN      ] RStreamTest.TestIsOpen
2052
[       OK ] RStreamTest.TestIsOpen (73 ms)
2053
[ RUN      ] RStreamTest.TestSetBranch
2054
[       OK ] RStreamTest.TestSetBranch (53 ms)
2055
[ RUN      ] RStreamTest.TestAttachBranch
2056
No branch name set
2057
Branch not found
2058
Branch not found
2059
No branch name set
2060
Branch not found
2061
Branch not found
2062
[       OK ] RStreamTest.TestAttachBranch (66 ms)
2063
[----------] 4 tests from RStreamTest (259 ms total)
2064

    
2065
[----------] 5 tests from IRStreamTest
2066
[ RUN      ] IRStreamTest.TestConstructor
2067
[       OK ] IRStreamTest.TestConstructor (112 ms)
2068
[ RUN      ] IRStreamTest.TestFileOpen
2069
[       OK ] IRStreamTest.TestFileOpen (72 ms)
2070
[ RUN      ] IRStreamTest.TestFileClose
2071
[       OK ] IRStreamTest.TestFileClose (58 ms)
2072
[ RUN      ] IRStreamTest.TestReadEvent
2073
[       OK ] IRStreamTest.TestReadEvent (55 ms)
2074
[ RUN      ] IRStreamTest.TestSetCurrentEvent
2075
[       OK ] IRStreamTest.TestSetCurrentEvent (73 ms)
2076
[----------] 5 tests from IRStreamTest (370 ms total)
2077

    
2078
[----------] 4 tests from ORStreamTest
2079
[ RUN      ] ORStreamTest.TestConstructor
2080
[       OK ] ORStreamTest.TestConstructor (60 ms)
2081
[ RUN      ] ORStreamTest.TestFileOpen
2082
[       OK ] ORStreamTest.TestFileOpen (96 ms)
2083
[ RUN      ] ORStreamTest.TestFileClose
2084
[       OK ] ORStreamTest.TestFileClose (67 ms)
2085
[ RUN      ] ORStreamTest.TestFillEvent
2086
[       OK ] ORStreamTest.TestFillEvent (74 ms)
2087
[----------] 4 tests from ORStreamTest (297 ms total)
2088

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

    
2098
[----------] 3 tests from LinearApproximationOpticsModelTest
2099
[ RUN      ] LinearApproximationOpticsModelTest.Constructor
2100
Running with verbose level 2
2101
[       OK ] LinearApproximationOpticsModelTest.Constructor (31 ms)
2102
[ RUN      ] LinearApproximationOpticsModelTest.Accessors
2103
Running with verbose level 2
2104
[       OK ] LinearApproximationOpticsModelTest.Accessors (27 ms)
2105
[ RUN      ] LinearApproximationOpticsModelTest.Transport
2106
Running with verbose level 2
2107
[       OK ] LinearApproximationOpticsModelTest.Transport (2653 ms)
2108
[----------] 3 tests from LinearApproximationOpticsModelTest (2711 ms total)
2109

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

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

    
2142
[----------] 4 tests from PolynomialOpticsModelTest
2143
[ RUN      ] PolynomialOpticsModelTest.Constructor
2144
Running with verbose level 2
2145
[       OK ] PolynomialOpticsModelTest.Constructor (28 ms)
2146
[ RUN      ] PolynomialOpticsModelTest.Accessors
2147
Running with verbose level 2
2148
[       OK ] PolynomialOpticsModelTest.Accessors (28 ms)
2149
[ RUN      ] PolynomialOpticsModelTest.Transport
2150
Running with verbose level 2
2151
[       OK ] PolynomialOpticsModelTest.Transport (777 ms)
2152
[ RUN      ] PolynomialOpticsModelTest.UnsupportedAlgorithms
2153
Running with verbose level 2
2154
[       OK ] PolynomialOpticsModelTest.UnsupportedAlgorithms (3048 ms)
2155
[----------] 4 tests from PolynomialOpticsModelTest (3881 ms total)
2156

    
2157
[----------] 5 tests from GlobalsTest
2158
[ RUN      ] GlobalsTest.TestInitialiseDestruct
2159
Checking overlaps for volume Box ... OK! 
2160
[       OK ] GlobalsTest.TestInitialiseDestruct (62 ms)
2161
[ RUN      ] GlobalsTest.TestHasInstance
2162
Checking overlaps for volume Box ... OK! 
2163
[       OK ] GlobalsTest.TestHasInstance (42 ms)
2164
[ RUN      ] GlobalsTest.TestAccessors
2165
Checking overlaps for volume Box ... OK! 
2166
Checking overlaps for volume Box ... OK! 
2167
[       OK ] GlobalsTest.TestAccessors (57 ms)
2168
[ RUN      ] GlobalsTest.TestResetFields
2169
Checking overlaps for volume Box ... OK! 
2170
[       OK ] GlobalsTest.TestResetFields (42 ms)
2171
[ RUN      ] GlobalsTest.TestResetGeant4Geometry
2172
Checking overlaps for volume Box ... OK! 
2173
[       OK ] GlobalsTest.TestResetGeant4Geometry (29 ms)
2174
[----------] 5 tests from GlobalsTest (233 ms total)
2175

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

    
2197
[----------] 2 tests from BTSolenoidTest
2198
[ RUN      ] BTSolenoidTest.AccessorsTest
2199
[       OK ] BTSolenoidTest.AccessorsTest (2 ms)
2200
[ RUN      ] BTSolenoidTest.ReadWriteTest
2201
[       OK ] BTSolenoidTest.ReadWriteTest (2 ms)
2202
[----------] 2 tests from BTSolenoidTest (4 ms total)
2203

    
2204
[----------] 5 tests from BTFieldConstructorTest
2205
[ RUN      ] BTFieldConstructorTest.EndFieldTest
2206
[       OK ] BTFieldConstructorTest.EndFieldTest (9 ms)
2207
[ RUN      ] BTFieldConstructorTest.GetMultipoleTest
2208
[       OK ] BTFieldConstructorTest.GetMultipoleTest (6 ms)
2209
[ RUN      ] BTFieldConstructorTest.GetCombinedFunctionTest
2210
[       OK ] BTFieldConstructorTest.GetCombinedFunctionTest (7 ms)
2211
[ RUN      ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest
2212
[       OK ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest (55 ms)
2213
[ RUN      ] BTFieldConstructorTest.GetDerivativesSolenoidTest
2214
[       OK ] BTFieldConstructorTest.GetDerivativesSolenoidTest (1 ms)
2215
[----------] 5 tests from BTFieldConstructorTest (78 ms total)
2216

    
2217
[----------] 6 tests from BTTrackerTest
2218
[ RUN      ] BTTrackerTest.SolenoidTest_z
2219
[       OK ] BTTrackerTest.SolenoidTest_z (6933 ms)
2220
[ RUN      ] BTTrackerTest.SolenoidTest_u
2221
[       OK ] BTTrackerTest.SolenoidTest_u (5 ms)
2222
[ RUN      ] BTTrackerTest.SolenoidTest_t
2223
[       OK ] BTTrackerTest.SolenoidTest_t (3 ms)
2224
[ RUN      ] BTTrackerTest.PillBoxTest_z
2225
[       OK ] BTTrackerTest.PillBoxTest_z (4 ms)
2226
[ RUN      ] BTTrackerTest.PillBoxTest_u
2227
[       OK ] BTTrackerTest.PillBoxTest_u (8 ms)
2228
[ RUN      ] BTTrackerTest.PillBoxTest_t
2229
[       OK ] BTTrackerTest.PillBoxTest_t (9 ms)
2230
[----------] 6 tests from BTTrackerTest (6963 ms total)
2231

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

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

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

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

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

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

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

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

    
2393
[----------] 3 tests from DoubletFiberParamTest
2394
[ RUN      ] DoubletFiberParamTest.test_fiber_parameters
2395
[       OK ] DoubletFiberParamTest.test_fiber_parameters (317 ms)
2396
[ RUN      ] DoubletFiberParamTest.test_compute_transformation
2397
[       OK ] DoubletFiberParamTest.test_compute_transformation (316 ms)
2398
[ RUN      ] DoubletFiberParamTest.test_compute_dimension
2399
[       OK ] DoubletFiberParamTest.test_compute_dimension (319 ms)
2400
[----------] 3 tests from DoubletFiberParamTest (952 ms total)
2401

    
2402
[----------] 1 test from SciFiPlaneTest
2403
[ RUN      ] SciFiPlaneTest.Test_num_fibres_in_all_planes
2404
[       OK ] SciFiPlaneTest.Test_num_fibres_in_all_planes (460 ms)
2405
[----------] 1 test from SciFiPlaneTest (460 ms total)
2406

    
2407
[----------] 3 tests from MAUSEventActionTest
2408
[ RUN      ] MAUSEventActionTest.SetGetEventsTest
2409
[       OK ] MAUSEventActionTest.SetGetEventsTest (5 ms)
2410
[ RUN      ] MAUSEventActionTest.BeginOfEventActionTest
2411
[       OK ] MAUSEventActionTest.BeginOfEventActionTest (6 ms)
2412
[ RUN      ] MAUSEventActionTest.EndOfEventActionTest
2413
[       OK ] MAUSEventActionTest.EndOfEventActionTest (2 ms)
2414
[----------] 3 tests from MAUSEventActionTest (17 ms total)
2415

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

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

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

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

    
2449
[----------] 6 tests from MAUSGeant4ManagerTest
2450
[ RUN      ] MAUSGeant4ManagerTest.GetSetTest
2451
[       OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
2452
[ RUN      ] MAUSGeant4ManagerTest.GetReferenceParticleTest
2453
[       OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
2454
[ RUN      ] MAUSGeant4ManagerTest.SetPhasesTest
2455
[       OK ] MAUSGeant4ManagerTest.SetPhasesTest (14 ms)
2456
[ RUN      ] MAUSGeant4ManagerTest.RunParticlePGTest
2457
[       OK ] MAUSGeant4ManagerTest.RunParticlePGTest (350 ms)
2458
[ RUN      ] MAUSGeant4ManagerTest.RunParticleJsonTest
2459
[       OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (10 ms)
2460
[ RUN      ] MAUSGeant4ManagerTest.RunManyParticlesTest
2461
[       OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (20 ms)
2462
[----------] 6 tests from MAUSGeant4ManagerTest (395 ms total)
2463

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
2753
[----------] 5 tests from SectorMagneticFieldMapTest
2754
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry
2755
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry (33 ms)
2756
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry
2757
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry (26 ms)
2758
[ RUN      ] SectorMagneticFieldMapTest.TestFieldMapCache
2759
[       OK ] SectorMagneticFieldMapTest.TestFieldMapCache (53 ms)
2760
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValuePolar
2761
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValuePolar (26 ms)
2762
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian
2763
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian (27 ms)
2764
[----------] 5 tests from SectorMagneticFieldMapTest (165 ms total)
2765

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

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

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

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

    
2833
[----------] 2 tests from ConvertBinaryToStringTest
2834
[ RUN      ] ConvertBinaryToStringTest.AllocationTest
2835
[       OK ] ConvertBinaryToStringTest.AllocationTest (418 ms)
2836
[ RUN      ] ConvertBinaryToStringTest.ConversionTest
2837
[       OK ] ConvertBinaryToStringTest.ConversionTest (4 ms)
2838
[----------] 2 tests from ConvertBinaryToStringTest (422 ms total)
2839

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

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

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

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

    
3257
----------------------------------------------------------------------
3258
Ran 474 tests in 415.781s
3259

    
3260
OK
(5-5/8)