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 /opt/ppd/mice/heidt/geant_test/merge/src/input/InputCppDAQData
|
10
|
Trying to add file 02873.003 from /opt/ppd/mice/heidt/geant_test/merge/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 0xb642f70 VLSB_C 0xb1e9240
|
16
|
102 0xb631ff0 V1290 0xb631f10
|
17
|
111 0xada6290 V830 0xb643880
|
18
|
120 0xb1d2900 V1724 0xb1e8520
|
19
|
121 0xb6332f0 V1731 0xb23e410
|
20
|
132 0xb246230 VLSB 0xb1ef080
|
21
|
141 0xb62fa70 DBB 0xb640230
|
22
|
Equipment Map count : 2
|
23
|
Going to search for run 02873 data files in /opt/ppd/mice/heidt/geant_test/merge/src/input/InputCppDAQData
|
24
|
Trying to add file 02873.003 from /opt/ppd/mice/heidt/geant_test/merge/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
|
Check that we can birth and death properly ... ok
|
39
|
Try reading a realistic data structure ... ok
|
40
|
Try reading a data structure with missing tree ... The requested tree 'RunHeader' was not found in the tree.
|
41
|
The requested tree 'RunFooter' was not found in the tree.
|
42
|
ok
|
43
|
Try reading a data structure with missing tree ... The requested tree 'JobHeader' was not found in the tree.
|
44
|
The requested tree 'RunHeader' was not found in the tree.
|
45
|
The requested tree 'RunFooter' was not found in the tree.
|
46
|
The requested tree 'JobFooter' was not found in the tree.
|
47
|
ok
|
48
|
Test runnig forever by trying to get 10000 empty documents ... ok
|
49
|
Read 100 events only ... ok
|
50
|
Test to make sure that if the input is done spitting out documents, then you can't get more documents from it ... ok
|
51
|
test bad file content ... ok
|
52
|
test internal counter gt ... ok
|
53
|
test internal counter lt ... ok
|
54
|
Test that birth reads in datacards okay for case of gzip and raw json ... ok
|
55
|
test what happens if there is one line with some spaces ... ok
|
56
|
test read 100 events ... ok
|
57
|
test trying to read twice gives nothing ... ok
|
58
|
test bad input number of spills ... Traceback (most recent call last):
|
59
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/InputPySpillGenerator.py", line 45, in birth
|
60
|
int(config_doc["spill_generator_number_of_spills"])
|
61
|
ValueError: invalid literal for int() with base 10: 'bob'
|
62
|
Traceback (most recent call last):
|
63
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/InputPySpillGenerator.py", line 48, in birth
|
64
|
self._run_number = int(config_doc["monte_carlo_run_number"])
|
65
|
ValueError: invalid literal for int() with base 10: 'jim'
|
66
|
Traceback (most recent call last):
|
67
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/InputPySpillGenerator.py", line 45, in birth
|
68
|
int(config_doc["spill_generator_number_of_spills"])
|
69
|
KeyError: 'spill_generator_number_of_spills'
|
70
|
Traceback (most recent call last):
|
71
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/InputPySpillGenerator.py", line 46, in birth
|
72
|
assert self._number_of_events > -1
|
73
|
AssertionError
|
74
|
ok
|
75
|
should be able to generate 0 events (and return nothing) ... ok
|
76
|
test generate 100 events ... ok
|
77
|
test_empty (test_MapCppPrint.MapCppPrintTestCase) ... ok
|
78
|
Check we get an error for bad input to birth ... ok
|
79
|
Check mapper runs for empty string, returning an error ... ok
|
80
|
Check mapper runs for mc with wrong type, returning an error ... Traceback (most recent call last):
|
81
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
82
|
raise(CppError(error_message))
|
83
|
ErrorHandler.CppError: Property mc_events had wrong type in Json object lookup at JsonWrapper::GetPropertyStrict
|
84
|
ok
|
85
|
Check mapper runs for mc good. Check it tracks primaries by testing ... ok
|
86
|
Check mapper runs for no mc string, returning an error ... Traceback (most recent call last):
|
87
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
88
|
raise(CppError(error_message))
|
89
|
ErrorHandler.CppError: Property mc_events not found in Json object lookup at JsonWrapper::GetPropertyStrict
|
90
|
ok
|
91
|
Call test_visualisation ... .
|
92
|
----------------------------------------------------------------------
|
93
|
Ran 1 test in 52.774s
|
94
|
|
95
|
OK
|
96
|
ok
|
97
|
Call test_visualisation_no_event ... .
|
98
|
----------------------------------------------------------------------
|
99
|
Ran 1 test in 49.573s
|
100
|
|
101
|
OK
|
102
|
ok
|
103
|
Check can handle empty configuration ... Traceback (most recent call last):
|
104
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
105
|
raise(CppError(error_message))
|
106
|
ErrorHandler.CppError: St9exception
|
107
|
ok
|
108
|
Check birth with default configuration ... ok
|
109
|
Check that nothing happens in absence of data ... ok
|
110
|
Test MapCppTOFDigits process method ... ok
|
111
|
Test to make sure death occurs ... ok
|
112
|
Test of the process function ... ok
|
113
|
Check against configuration is empty ... Traceback (most recent call last):
|
114
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
115
|
raise(CppError(error_message))
|
116
|
ErrorHandler.CppError: St9exception
|
117
|
ok
|
118
|
Check that birth works properly ... ok
|
119
|
Check that against data stream is empty ... ok
|
120
|
Check MapCppTOFSlabHits process function ... ok
|
121
|
Check against configuration is empty ... Traceback (most recent call last):
|
122
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
123
|
raise(CppError(error_message))
|
124
|
ErrorHandler.CppError: St9exception
|
125
|
ok
|
126
|
Check can handle empty spill ... ok
|
127
|
Check for case where we have no data ... ok
|
128
|
Check the MapCppTOFSpacePoints process function ... ok
|
129
|
Check can handle empty configuration and data ... ok
|
130
|
Check that tracker recon process produces expected ... Using geomtry: Stage6.dat
|
131
|
-10.9597 -20.7084 0.6523
|
132
|
-10.9597 -15.5313 200.617
|
133
|
-3.48717 -12.9427 450.48
|
134
|
-3.98533 -20.7084 750.48
|
135
|
-10.4615 -15.5313 1100.41
|
136
|
9.96333 5.1771 0.6523
|
137
|
-11.956 4.31425 200.652
|
138
|
-11.2087 -22.0027 450.652
|
139
|
17.4358 -12.9427 750.652
|
140
|
-6.97433 6.9028 1100.65
|
141
|
20.4248 -23.2969 0.6523
|
142
|
15.9413 -39.6911 200.617
|
143
|
-6.47617 -38.8282 450.48
|
144
|
-9.46517 -14.6684 750.48
|
145
|
17.934 -19.8455 1100.41
|
146
|
15.9413 -39.6911 200.617
|
147
|
-6.47617 -38.8282 450.48
|
148
|
-9.46517 -14.6684 750.48
|
149
|
17.934 -19.8455 1100.41
|
150
|
4.98167 -6.9028 0.6523
|
151
|
4.98167 18.9827 200.652
|
152
|
-24.9083 25.8855 450.652
|
153
|
-32.3808 -9.49135 750.652
|
154
|
5.47983 -4.31425 1100.65
|
155
|
ok
|
156
|
Check that tracker recon process produces expected ... Using geomtry: Stage6.dat
|
157
|
ok
|
158
|
Check birth ... Using geomtry: Stage6.dat
|
159
|
ok
|
160
|
Check that the birth goes okay ... Traceback (most recent call last):
|
161
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyBeamMaker.py", line 101, in birth
|
162
|
config_doc = json.loads(json_configuration)
|
163
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
164
|
return _default_decoder.decode(s)
|
165
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
166
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
167
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
|
168
|
raise ValueError("No JSON object could be decoded")
|
169
|
ValueError: No JSON object could be decoded
|
170
|
Traceback (most recent call last):
|
171
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyBeamMaker.py", line 102, in birth
|
172
|
self.__birth_empty_particles(config_doc["beam"])
|
173
|
KeyError: 'beam'
|
174
|
ok
|
175
|
Check that we set the binomial variables; throw an error if binomial ... ok
|
176
|
Check that we set the seed, particle generator correctly ... ok
|
177
|
Check that we throw an error if particle generator unknown ... ok
|
178
|
Check that we can birth in file format ... ok
|
179
|
Check overall that process works okay ... Traceback (most recent call last):
|
180
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyBeamMaker.py", line 218, in process
|
181
|
spill = self.__process_check_spill(spill)
|
182
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyBeamMaker.py", line 245, in __process_check_spill
|
183
|
raise KeyError("mc_events branch should be an array type")
|
184
|
KeyError: 'mc_events branch should be an array type'
|
185
|
ok
|
186
|
Check that we throw an error if the spill is bad ... ok
|
187
|
Check that we sample from beams with large weight in binomial mode ... ok
|
188
|
Check that we sample from the correct beam for each particle when in ... ok
|
189
|
Check that we sample from beams with large weight in ovewrwrite mode ... ok
|
190
|
Check that we process an input file correctly ... ok
|
191
|
Check that we append a random number of empty primaries within allowed ... ok
|
192
|
Check that we append correct number of empty primaries in counter mode ... ok
|
193
|
Check that we generate empty primaries for each existing particle in ... ok
|
194
|
Check against empty configuration ... Traceback (most recent call last):
|
195
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyCkov.py", line 40, in birth
|
196
|
config_doc = json.loads(json_configuration)
|
197
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
198
|
return _default_decoder.decode(s)
|
199
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
200
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
201
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
|
202
|
raise ValueError("No JSON object could be decoded")
|
203
|
ValueError: No JSON object could be decoded
|
204
|
ok
|
205
|
Check that birth works properly ... ok
|
206
|
Check that against data stream is empty ... ok
|
207
|
Check MapPyCkov process function ... ok
|
208
|
Check against empty configuration ... Traceback (most recent call last):
|
209
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyCkovSecondPeaks.py", line 36, in birth
|
210
|
config_doc = json.loads(json_configuration)
|
211
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
212
|
return _default_decoder.decode(s)
|
213
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
214
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
215
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
|
216
|
raise ValueError("No JSON object could be decoded")
|
217
|
ValueError: No JSON object could be decoded
|
218
|
ok
|
219
|
Check that birth works properly ... ok
|
220
|
Check that against data stream is empty ... ok
|
221
|
Check MapPyCkov process function ... ok
|
222
|
test_document (test_MapPyDoNothing.MapPyDoNothingTestCase) ... ok
|
223
|
test_empty (test_MapPyDoNothing.MapPyDoNothingTestCase) ... ok
|
224
|
a test ... ok
|
225
|
Test appending a worker that has a birth function with a ... ok
|
226
|
Test appending a worker that has a death function with a ... ok
|
227
|
Test appending a worker that has a process function with a ... ok
|
228
|
Test appending a worker that has no birth function. ... ok
|
229
|
Test appending a worker that has no death function. ... ok
|
230
|
Test appending a worker that has no process function. ... ok
|
231
|
Test calling birth and check that all workers have their ... ok
|
232
|
Test calling birth where one worker's birth function ... Traceback (most recent call last):
|
233
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
234
|
raise MapPyGroupDeathException(exceptions)
|
235
|
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
|
236
|
Traceback (most recent call last):
|
237
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 147, in birth
|
238
|
raise MapPyGroupBirthException(exceptions)
|
239
|
MapPyGroup.MapPyGroupBirthException: <class 'MapPyGroup.MapPyGroupDeathException'>: TestWorker: <type 'exceptions.ValueError'>: Test
|
240
|
Traceback (most recent call last):
|
241
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
242
|
raise MapPyGroupDeathException(exceptions)
|
243
|
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
|
244
|
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x14200518>> ignored
|
245
|
ok
|
246
|
Test calling birth where one worker's birth function ... Traceback (most recent call last):
|
247
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 147, in birth
|
248
|
raise MapPyGroupBirthException(exceptions)
|
249
|
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
|
250
|
ok
|
251
|
Test calling death where one worker's birth function ... Traceback (most recent call last):
|
252
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 147, in birth
|
253
|
raise MapPyGroupBirthException(exceptions)
|
254
|
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
|
255
|
ok
|
256
|
Test calling birth where one worker's birth function fails. ... ok
|
257
|
Test calling death and check all workers have their death ... ok
|
258
|
Test calling death where one worker's death function ... Traceback (most recent call last):
|
259
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
260
|
raise MapPyGroupDeathException(exceptions)
|
261
|
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
|
262
|
Traceback (most recent call last):
|
263
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
264
|
raise MapPyGroupDeathException(exceptions)
|
265
|
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
|
266
|
ok
|
267
|
Test calling death where one worker's death function ... Traceback (most recent call last):
|
268
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
269
|
raise MapPyGroupDeathException(exceptions)
|
270
|
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
|
271
|
Traceback (most recent call last):
|
272
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/MapPyGroup.py", line 192, in death
|
273
|
raise MapPyGroupDeathException(exceptions)
|
274
|
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
|
275
|
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x14200488>> ignored
|
276
|
ok
|
277
|
Test calling death where one worker's death function fails. ... ok
|
278
|
Test calling __del__ and check all workers have their death ... ok
|
279
|
Test get_worker_names. ... ok
|
280
|
Test with default constructor where group contains 0 workers. ... ok
|
281
|
Test with constructor given an initial list of workers. ... ok
|
282
|
Test constructor when it's given a non-list. ... ok
|
283
|
Test calling process and check that all workers have their ... ok
|
284
|
test_empty (test_MapPyPrint.MapPyPrintTestCase) ... ok
|
285
|
test_return (test_MapPyPrint.MapPyPrintTestCase) ... ok
|
286
|
Check against different issues ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
|
287
|
ok
|
288
|
Check that we can birth and death properly ... Traceback (most recent call last):
|
289
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
290
|
raise(CppError(error_message))
|
291
|
ErrorHandler.CppError: Property output_root_file_name not found in Json object lookup at JsonWrapper::GetPropertyStrict
|
292
|
Couldn't open ROOT TFile as no filename or open mode given
|
293
|
Traceback (most recent call last):
|
294
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
295
|
raise(CppError(error_message))
|
296
|
ErrorHandler.CppError: rstream object not correctly initialised as null "" string passed as filename or open mode. at rstream::rstream(const char*, const char*)
|
297
|
ok
|
298
|
test_OutputCppRoot.test_mixed_types check we can load alternating types ... ok
|
299
|
Check that if passed a bad event, code fails gracefully ... Traceback (most recent call last):
|
300
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
301
|
raise(CppError(error_message))
|
302
|
ErrorHandler.CppError: Property maus_event_type not found in Json object lookup at JsonWrapper::GetPropertyStrict
|
303
|
Traceback (most recent call last):
|
304
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
305
|
raise(CppError(error_message))
|
306
|
ErrorHandler.CppError: Failed to parse Json configuration. Json reports
|
307
|
* Line 1, Column 1
|
308
|
Syntax error: value, object or array expected.
|
309
|
at JsonWrapper::StringToJson()
|
310
|
ok
|
311
|
Check that if passed a bad header, code fails gracefully ... Traceback (most recent call last):
|
312
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
313
|
raise(CppError(error_message))
|
314
|
ErrorHandler.CppError: Property maus_event_type not found in Json object lookup at JsonWrapper::GetPropertyStrict
|
315
|
Traceback (most recent call last):
|
316
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
317
|
raise(CppError(error_message))
|
318
|
ErrorHandler.CppError: Failed to parse Json configuration. Json reports
|
319
|
* Line 1, Column 1
|
320
|
Syntax error: value, object or array expected.
|
321
|
at JsonWrapper::StringToJson()
|
322
|
ok
|
323
|
Try saving a few standard events ... ok
|
324
|
Try saving a standard header; check we can only save job header once ... ok
|
325
|
test_OutputCppRoot: Try saving a run header ... ok
|
326
|
Test saving one event ... ok
|
327
|
Test "birth" if given an absolute path to a directory as ... ok
|
328
|
Test "birth" if given a file name as a directory. ... ok
|
329
|
Check default configuration after "birth" is called. ... ok
|
330
|
Test "birth" with "output_file_extension". ... ok
|
331
|
Test "birth" with "output_file_name". ... ok
|
332
|
Test "birth" with "null" "output_file_directory". ... ok
|
333
|
Test "birth" if given a relative path to a directory as ... ok
|
334
|
Test "save" with 3 JSON documents. ... ok
|
335
|
Test "save" with 3 JSON documents using auto-numbering.. ... ok
|
336
|
Test "birth" if given an absolute path to a directory as ... ok
|
337
|
Test "birth" if given a file name as an image directory. ... ok
|
338
|
Check default configuration after "birth" is called. ... ok
|
339
|
Check default configuration after "birth" is called. ... ok
|
340
|
Test "birth" if given a relative path to a directory as ... ok
|
341
|
Test "save" with a JSON document with no "image" "data". ... ok
|
342
|
Test "save" with a JSON document with no "tag". ... ok
|
343
|
Test "save" with a JSON document with no "image_type". ... ok
|
344
|
Test "save" with 3 JSON documents each an "image". ... ok
|
345
|
Test "save" with a JSON document with no "image". ... ok
|
346
|
Test OutputPyJson loads a gzip file from datacards correctly. ... ok
|
347
|
Test OutputPyJson loads a text file from datacards correctly. ... ok
|
348
|
Test OutputPyJson handles exceptions on bad death(). ... ok
|
349
|
Try saving one spill using compressed gzip ... Traceback (most recent call last):
|
350
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/OutputPyJSON.py", line 87, in save
|
351
|
self.file.write(document.rstrip() + '\n')
|
352
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/gzip.py", line 212, in write
|
353
|
self._check_closed()
|
354
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/gzip.py", line 146, in _check_closed
|
355
|
raise ValueError('I/O operation on closed file.')
|
356
|
ValueError: I/O operation on closed file.
|
357
|
ok
|
358
|
Try saving one spill in uncompressed fashion ... Traceback (most recent call last):
|
359
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/OutputPyJSON.py", line 87, in save
|
360
|
self.file.write(document.rstrip() + '\n')
|
361
|
ValueError: I/O operation on closed file
|
362
|
ok
|
363
|
Check against empty configuration ... Traceback (most recent call last):
|
364
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
365
|
raise(CppError(error_message))
|
366
|
ErrorHandler.CppError: St9exception
|
367
|
Failed to import json to spill
|
368
|
ok
|
369
|
Check that birth works properly ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: sp_xy
|
370
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: sp_xy_1
|
371
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: c_info
|
372
|
ok
|
373
|
Check ReduceCppPatternRecognition process function ... Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
374
|
Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
375
|
Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
376
|
Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
377
|
Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
378
|
Error in <TGraphPainter::PaintGraph>: illegal number of points (0)
|
379
|
ok
|
380
|
Check default configuration after "birth" is called. ... ok
|
381
|
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
|
382
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
|
383
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
|
384
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
|
385
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
|
386
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
|
387
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
|
388
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
|
389
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
|
390
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
|
391
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
|
392
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
|
393
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT0 (Potential memory leak).
|
394
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT1 (Potential memory leak).
|
395
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT2 (Potential memory leak).
|
396
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT3 (Potential memory leak).
|
397
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT4 (Potential memory leak).
|
398
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT5 (Potential memory leak).
|
399
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT6 (Potential memory leak).
|
400
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT7 (Potential memory leak).
|
401
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
|
402
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time0 (Potential memory leak).
|
403
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time1 (Potential memory leak).
|
404
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time2 (Potential memory leak).
|
405
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time3 (Potential memory leak).
|
406
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time4 (Potential memory leak).
|
407
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time5 (Potential memory leak).
|
408
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time6 (Potential memory leak).
|
409
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time7 (Potential memory leak).
|
410
|
ok
|
411
|
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
|
412
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
|
413
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
|
414
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
|
415
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
|
416
|
Traceback (most recent call last):
|
417
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyROOTHistogram.py", line 152, in process
|
418
|
json_doc = json.loads(json_string.rstrip())
|
419
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
420
|
return _default_decoder.decode(s)
|
421
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
422
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
423
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
|
424
|
obj, end = self.scan_once(s, idx)
|
425
|
ValueError: Expecting object: line 1 column 0 (char 0)
|
426
|
ok
|
427
|
Test "process" with a JSON document with no "digits" entry. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
|
428
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
|
429
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
|
430
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
|
431
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
|
432
|
Traceback (most recent call last):
|
433
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyROOTHistogram.py", line 162, in process
|
434
|
result = self._update_histograms(json_doc)
|
435
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyCkovPlot.py", line 83, in _update_histograms
|
436
|
raise ValueError("space points not in spill")
|
437
|
ValueError: space points not in spill
|
438
|
ok
|
439
|
Test configuration when birth is called with histogram ... ok
|
440
|
Test configuration when "birth" is called with an unsupported ... ok
|
441
|
Check default configuration after "birth" is called. ... ok
|
442
|
Test configuration when "birth" is called with a supported ... ok
|
443
|
Test "process" with a JSON document that causes an error to ... Traceback (most recent call last):
|
444
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyMatplotlibHistogram.py", line 153, in process
|
445
|
result = self._update_histograms(json_doc)
|
446
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_ReducePyMatplotlibHistogram.py", line 60, in _update_histograms
|
447
|
raise Exception("error")
|
448
|
Exception: error
|
449
|
ok
|
450
|
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
|
451
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyMatplotlibHistogram.py", line 143, in process
|
452
|
json_doc = json.loads(json_string.rstrip())
|
453
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
454
|
return _default_decoder.decode(s)
|
455
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
456
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
457
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
|
458
|
obj, end = self.scan_once(s, idx)
|
459
|
ValueError: Expecting object: line 1 column 0 (char 0)
|
460
|
ok
|
461
|
Test "process" with multiple JSON documents and with ... ok
|
462
|
Test "process" can create PDF images. ... ok
|
463
|
Test "process" can create PNG images. ... ok
|
464
|
Test "process" with multiple JSON documents. ... ok
|
465
|
Test "process" can create PS images. ... ok
|
466
|
Test "process" can create RAW images. ... ok
|
467
|
Test "process" can create RGBA images. ... ok
|
468
|
Test "process" can create SVG images. ... ok
|
469
|
Test "process" can create SVGZ images. ... ok
|
470
|
Test configuration when birth is called with histogram ... TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
471
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
472
|
ok
|
473
|
Test configuration when "birth" is called with an unsupported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
474
|
ok
|
475
|
Check default configuration after "birth" is called. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
476
|
ok
|
477
|
Test configuration when default "root_batch_mode" is used. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
478
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
479
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
480
|
ok
|
481
|
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
482
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
483
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
484
|
ok
|
485
|
Test "process" can create EPS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
486
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
487
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
488
|
ok
|
489
|
Test "process" with a JSON document that causes an error to ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
490
|
Traceback (most recent call last):
|
491
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyROOTHistogram.py", line 162, in process
|
492
|
result = self._update_histograms(json_doc)
|
493
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_ReducePyROOTHistogram.py", line 66, in _update_histograms
|
494
|
raise Exception("error")
|
495
|
Exception: error
|
496
|
ok
|
497
|
Test "process" can create GIF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
498
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
499
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
500
|
ok
|
501
|
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
502
|
Traceback (most recent call last):
|
503
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyROOTHistogram.py", line 152, in process
|
504
|
json_doc = json.loads(json_string.rstrip())
|
505
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
506
|
return _default_decoder.decode(s)
|
507
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
508
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
509
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
|
510
|
obj, end = self.scan_once(s, idx)
|
511
|
ValueError: Expecting object: line 1 column 0 (char 0)
|
512
|
ok
|
513
|
Test "process" can create JPEG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
514
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
515
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
516
|
ok
|
517
|
Test "process" can create JPG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
518
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
519
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
520
|
ok
|
521
|
Test "process" with multiple JSON documents and with ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
522
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
523
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
524
|
ok
|
525
|
Test "process" can create PDF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
526
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
527
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
528
|
ok
|
529
|
Test "process" can create PNG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
530
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
531
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
532
|
ok
|
533
|
Test "process" with multiple JSON documents. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
534
|
ok
|
535
|
Test "process" can create PS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
536
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
537
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
538
|
ok
|
539
|
Test "process" can create SVG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
540
|
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
|
541
|
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
|
542
|
ok
|
543
|
Check add function works ... ok
|
544
|
Check add func never makes members have a length longer than 10 ... ok
|
545
|
Check birth() function works when it should ... ok
|
546
|
Check birth returns false if handed a nonsense json_config ... Traceback (most recent call last):
|
547
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalers.py", line 48, in birth
|
548
|
config_doc = json.loads(json_configuration)
|
549
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
550
|
return _default_decoder.decode(s)
|
551
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
552
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
553
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
|
554
|
raise ValueError("No JSON object could be decoded")
|
555
|
ValueError: No JSON object could be decoded
|
556
|
ok
|
557
|
Check dump function works when it should ... ok
|
558
|
Check dump function works when no data is present ... ok
|
559
|
Test the constructor of the reducer class ... ok
|
560
|
Test the process function using a small amount of real json data ... ok
|
561
|
Test that process returns the json doc ... ok
|
562
|
Test that process returns the json doc ... ok
|
563
|
Test that process returns the json doc ... ok
|
564
|
Test "process" with a JSON document with a "daq_data" ... Traceback (most recent call last):
|
565
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 232, in process
|
566
|
result = self._process_spill(json_doc)
|
567
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 288, in _process_spill
|
568
|
raise ValueError("daq_data is None")
|
569
|
ValueError: daq_data is None
|
570
|
ok
|
571
|
Test "process" with a JSON document which is an end_of_run. ... ok
|
572
|
Test get_scalers. ... ok
|
573
|
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
|
574
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 226, in process
|
575
|
json_doc = json.loads(json_spill_doc.rstrip())
|
576
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
|
577
|
return _default_decoder.decode(s)
|
578
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
|
579
|
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
580
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
|
581
|
obj, end = self.scan_once(s, idx)
|
582
|
ValueError: Expecting object: line 1 column 0 (char 0)
|
583
|
ok
|
584
|
Test "process" with a JSON document with no "ch0". ... Traceback (most recent call last):
|
585
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 232, in process
|
586
|
result = self._process_spill(json_doc)
|
587
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 300, in _process_spill
|
588
|
raise KeyError("ch0 is not in spill")
|
589
|
KeyError: 'ch0 is not in spill'
|
590
|
ok
|
591
|
Test "process" with a JSON document with no "channels". ... Traceback (most recent call last):
|
592
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 232, in process
|
593
|
result = self._process_spill(json_doc)
|
594
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 295, in _process_spill
|
595
|
raise KeyError("channels is not in spill")
|
596
|
KeyError: 'channels is not in spill'
|
597
|
ok
|
598
|
Test "process" with a JSON document with no "daq_data". ... Traceback (most recent call last):
|
599
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 232, in process
|
600
|
result = self._process_spill(json_doc)
|
601
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 284, in _process_spill
|
602
|
raise KeyError("daq_data is not in spill")
|
603
|
KeyError: 'daq_data is not in spill'
|
604
|
ok
|
605
|
Test "process" with a JSON document with no "V830". ... Traceback (most recent call last):
|
606
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 232, in process
|
607
|
result = self._process_spill(json_doc)
|
608
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/ReducePyScalersTable.py", line 291, in _process_spill
|
609
|
raise KeyError("V830 is not in spill")
|
610
|
KeyError: 'V830 is not in spill'
|
611
|
ok
|
612
|
Test "process" with multiple JSON documents so to cycle ... ok
|
613
|
Test "process" with a spill. ... ok
|
614
|
Test birth where a recent_scalers_window is given. ... ok
|
615
|
Test add_value and getters ... ok
|
616
|
Test add_value and clear. ... ok
|
617
|
Check default values. ... ok
|
618
|
Test setting a new window in the constructor. ... ok
|
619
|
Test setting a new window. ... ok
|
620
|
test_always_true (test_always_true.AlwaysTrueTestCase) ... ok
|
621
|
Overall check birth works ... ok
|
622
|
Beam mean setup ... ok
|
623
|
Beam longitudinal - gaussian mode ... ok
|
624
|
Beam longitudinal - sawtooth/uniform time distributions ... ok
|
625
|
Beam longitudinal - twiss mode ... ok
|
626
|
Beam longitudinal - bad user input ... ok
|
627
|
Beam longitudinal - pencil mode ... ok
|
628
|
Test __birth_particle_generator for counter mode ... ok
|
629
|
Test __birth_particle_generator for weighting mode ... ok
|
630
|
Test __birth_particle_generator for random number assignment ... ok
|
631
|
Test __birth_reference_particle ... Traceback (most recent call last):
|
632
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/beam.py", line 190, in __birth_reference_particle
|
633
|
beam_definition['reference'], 0)
|
634
|
File "/opt/ppd/mice/heidt/geant_test/merge/third_party/install/lib/python2.7/site-packages/xboa/Hit.py", line 178, in new_from_maus_object
|
635
|
for maus_xyz, value in maus_dict[maus_name].iteritems():
|
636
|
AttributeError: 'int' object has no attribute 'iteritems'
|
637
|
ok
|
638
|
Beam transverse - longitudinal coupling ... ok
|
639
|
Beam transverse constant solenoid mode ... ok
|
640
|
Test for bad input ... ok
|
641
|
Test for pencil beam ... ok
|
642
|
Beam transverse Penn mode ... ok
|
643
|
Beam transverse twiss mode ... ok
|
644
|
Check function that throws a particle - for gaussian distribution ... ok
|
645
|
Check function that throws a particle - for pencil beam ... ok
|
646
|
Check function that throws a particle - for sawtooth time dist ... ok
|
647
|
Check function that throws a particle - for uniform time dist ... ok
|
648
|
Check function that converts from an array to a primary particle ... ok
|
649
|
Check function that converts from an array to a primary particle ... ok
|
650
|
Check we generate the seed correctly ... ok
|
651
|
Test parsing bool from command line to configuration ... ok
|
652
|
Test parsing bool from command line to configuration ... ok
|
653
|
Test parsing number from command line to configuration ... ok
|
654
|
Test parsing string from command line to configuration ... ok
|
655
|
Check that we load configuration defaults correctly ... ok
|
656
|
Test that we can create a configuration value from an input file ... ok
|
657
|
Test that we can overwrite configuration value from an input file ... ok
|
658
|
Check that the version is defined correctly ... ok
|
659
|
Test conversion from string to boolean type ... ok
|
660
|
Check that the version is defined correctly ... ok
|
661
|
Check that Go handles command line args switch correctly. ... Setting the phase
|
662
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
663
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
664
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
665
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
666
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
667
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
668
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
669
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
670
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
671
|
usage: nosetests [-h] [--Calib_Events_Only CALIB_EVENTS_ONLY]
|
672
|
[--DAQ_cabling_file DAQ_CABLING_FILE]
|
673
|
[--DAQ_hostname DAQ_HOSTNAME]
|
674
|
[--DAQ_monitor_name DAQ_MONITOR_NAME]
|
675
|
[--Do_V1724_Zero_Suppression DO_V1724_ZERO_SUPPRESSION]
|
676
|
[--Do_V1731_Zero_Suppression DO_V1731_ZERO_SUPPRESSION]
|
677
|
[--Do_VLSB_C_Zero_Suppression DO_VLSB_C_ZERO_SUPPRESSION]
|
678
|
[--Do_VLSB_Zero_Suppression DO_VLSB_ZERO_SUPPRESSION]
|
679
|
[--Enable_CKOV ENABLE_CKOV]
|
680
|
[--Enable_DBB_Unpacking ENABLE_DBB_UNPACKING]
|
681
|
[--Enable_EMR ENABLE_EMR] [--Enable_KL ENABLE_KL]
|
682
|
[--Enable_TOF ENABLE_TOF]
|
683
|
[--Enable_V1290_Unpacking ENABLE_V1290_UNPACKING]
|
684
|
[--Enable_V1724_Unpacking ENABLE_V1724_UNPACKING]
|
685
|
[--Enable_V1731_Unpacking ENABLE_V1731_UNPACKING]
|
686
|
[--Enable_V830_Unpacking ENABLE_V830_UNPACKING]
|
687
|
[--Enable_VLSB_C_Unpacking ENABLE_VLSB_C_UNPACKING]
|
688
|
[--Enable_VLSB_Unpacking ENABLE_VLSB_UNPACKING]
|
689
|
[--Enable_t0_correction ENABLE_T0_CORRECTION]
|
690
|
[--Enable_timeWalk_correction ENABLE_TIMEWALK_CORRECTION]
|
691
|
[--Enable_triggerDelay_correction ENABLE_TRIGGERDELAY_CORRECTION]
|
692
|
[--Number_of_DAQ_Events NUMBER_OF_DAQ_EVENTS]
|
693
|
[--Phys_Events_Only PHYS_EVENTS_ONLY]
|
694
|
[--SciFiClustExcept SCIFICLUSTEXCEPT]
|
695
|
[--SciFiFiberConvFactor SCIFIFIBERCONVFACTOR]
|
696
|
[--SciFiFiberDecayConst SCIFIFIBERDECAYCONST]
|
697
|
[--SciFiFiberMirrorEff SCIFIFIBERMIRROREFF]
|
698
|
[--SciFiFiberTransmissionEff SCIFIFIBERTRANSMISSIONEFF]
|
699
|
[--SciFiFiberTrappingEff SCIFIFIBERTRAPPINGEFF]
|
700
|
[--SciFiMUXNum SCIFIMUXNUM]
|
701
|
[--SciFiMUXTransmissionEff SCIFIMUXTRANSMISSIONEFF]
|
702
|
[--SciFiNPECut SCIFINPECUT]
|
703
|
[--SciFiPRHelicalOn SCIFIPRHELICALON]
|
704
|
[--SciFiPRStraightOn SCIFIPRSTRAIGHTON]
|
705
|
[--SciFi_sigma_duplet SCIFI_SIGMA_DUPLET]
|
706
|
[--SciFi_sigma_tracker0_station5 SCIFI_SIGMA_TRACKER0_STATION5]
|
707
|
[--SciFi_sigma_triplet SCIFI_SIGMA_TRIPLET]
|
708
|
[--SciFi_sigma_z SCIFI_SIGMA_Z]
|
709
|
[--SciFiadcFactor SCIFIADCFACTOR]
|
710
|
[--SciFinPlanes SCIFINPLANES]
|
711
|
[--SciFinStations SCIFINSTATIONS]
|
712
|
[--SciFinTrackers SCIFINTRACKERS]
|
713
|
[--SciFitdcBits SCIFITDCBITS]
|
714
|
[--SciFitdcFactor SCIFITDCFACTOR]
|
715
|
[--SciFivlpcEnergyRes SCIFIVLPCENERGYRES]
|
716
|
[--SciFivlpcQE SCIFIVLPCQE]
|
717
|
[--SciFivlpcTimeRes SCIFIVLPCTIMERES]
|
718
|
[--TOF_T0_calibration_file TOF_T0_CALIBRATION_FILE]
|
719
|
[--TOF_TW_calibration_file TOF_TW_CALIBRATION_FILE]
|
720
|
[--TOF_Trigger_calibration_file TOF_TRIGGER_CALIBRATION_FILE]
|
721
|
[--TOF_cabling_file TOF_CABLING_FILE]
|
722
|
[--TOF_findTriggerPixelCut TOF_FINDTRIGGERPIXELCUT]
|
723
|
[--TOF_makeSpacePiontCut TOF_MAKESPACEPIONTCUT]
|
724
|
[--TOF_trigger_station TOF_TRIGGER_STATION]
|
725
|
[--TOFadcConversionFactor TOFADCCONVERSIONFACTOR]
|
726
|
[--TOFattenuationLength TOFATTENUATIONLENGTH]
|
727
|
[--TOFconversionFactor TOFCONVERSIONFACTOR]
|
728
|
[--TOFpmtQuantumEfficiency TOFPMTQUANTUMEFFICIENCY]
|
729
|
[--TOFpmtTimeResolution TOFPMTTIMERESOLUTION]
|
730
|
[--TOFscintLightSpeed TOFSCINTLIGHTSPEED]
|
731
|
[--TOFtdcConversionFactor TOFTDCCONVERSIONFACTOR]
|
732
|
[--V1724_Zero_Suppression_Threshold V1724_ZERO_SUPPRESSION_THRESHOLD]
|
733
|
[--V1731_Zero_Suppression_Threshold V1731_ZERO_SUPPRESSION_THRESHOLD]
|
734
|
[--VLSB_C_Zero_Suppression_Threshold VLSB_C_ZERO_SUPPRESSION_THRESHOLD]
|
735
|
[--VLSB_Zero_Suppression_Threshold VLSB_ZERO_SUPPRESSION_THRESHOLD]
|
736
|
[--accumulate_tracks ACCUMULATE_TRACKS] [--beam BEAM]
|
737
|
[--cdb_download_url CDB_DOWNLOAD_URL]
|
738
|
[--cdb_upload_url CDB_UPLOAD_URL]
|
739
|
[--charged_pion_half_life CHARGED_PION_HALF_LIFE]
|
740
|
[--check_volume_overlaps CHECK_VOLUME_OVERLAPS]
|
741
|
[--configuration_file CONFIGURATION_FILE]
|
742
|
[--daq_data_file DAQ_DATA_FILE]
|
743
|
[--daq_data_path DAQ_DATA_PATH]
|
744
|
[--default_keep_or_kill DEFAULT_KEEP_OR_KILL]
|
745
|
[--default_vis_colour DEFAULT_VIS_COLOUR]
|
746
|
[--delta_intersection DELTA_INTERSECTION]
|
747
|
[--delta_one_step DELTA_ONE_STEP]
|
748
|
[--doc_collection_name DOC_COLLECTION_NAME]
|
749
|
[--doc_store_class DOC_STORE_CLASS]
|
750
|
[--e_minus_vis_colour E_MINUS_VIS_COLOUR]
|
751
|
[--e_plus_vis_colour E_PLUS_VIS_COLOUR]
|
752
|
[--epsilon_max EPSILON_MAX] [--epsilon_min EPSILON_MIN]
|
753
|
[--errors_to_json ERRORS_TO_JSON]
|
754
|
[--errors_to_stderr ERRORS_TO_STDERR]
|
755
|
[--everything_special_virtual EVERYTHING_SPECIAL_VIRTUAL]
|
756
|
[--field_tracker_absolute_error FIELD_TRACKER_ABSOLUTE_ERROR]
|
757
|
[--field_tracker_relative_error FIELD_TRACKER_RELATIVE_ERROR]
|
758
|
[--g4_step_max G4_STEP_MAX]
|
759
|
[--gamma_vis_colour GAMMA_VIS_COLOUR]
|
760
|
[--geant4_visualisation GEANT4_VISUALISATION]
|
761
|
[--geometry_download_by GEOMETRY_DOWNLOAD_BY]
|
762
|
[--geometry_download_cleanup GEOMETRY_DOWNLOAD_CLEANUP]
|
763
|
[--geometry_download_directory GEOMETRY_DOWNLOAD_DIRECTORY]
|
764
|
[--geometry_download_id GEOMETRY_DOWNLOAD_ID]
|
765
|
[--geometry_download_run_number GEOMETRY_DOWNLOAD_RUN_NUMBER]
|
766
|
[--geometry_download_wsdl GEOMETRY_DOWNLOAD_WSDL]
|
767
|
[--geometry_upload_cleanup GEOMETRY_UPLOAD_CLEANUP]
|
768
|
[--geometry_upload_directory GEOMETRY_UPLOAD_DIRECTORY]
|
769
|
[--geometry_upload_note GEOMETRY_UPLOAD_NOTE]
|
770
|
[--geometry_upload_valid_from GEOMETRY_UPLOAD_VALID_FROM]
|
771
|
[--geometry_upload_wsdl GEOMETRY_UPLOAD_WSDL]
|
772
|
[--get_beamline_by GET_BEAMLINE_BY]
|
773
|
[--get_beamline_run_number GET_BEAMLINE_RUN_NUMBER]
|
774
|
[--get_beamline_start_time GET_BEAMLINE_START_TIME]
|
775
|
[--get_beamline_stop_time GET_BEAMLINE_STOP_TIME]
|
776
|
[--get_ids_create_file GET_IDS_CREATE_FILE]
|
777
|
[--get_ids_start_time GET_IDS_START_TIME]
|
778
|
[--get_ids_stop_time GET_IDS_STOP_TIME]
|
779
|
[--header_and_footer_mode HEADER_AND_FOOTER_MODE]
|
780
|
[--image_directory IMAGE_DIRECTORY]
|
781
|
[--input_json_file_name INPUT_JSON_FILE_NAME]
|
782
|
[--input_json_file_type INPUT_JSON_FILE_TYPE]
|
783
|
[--input_root_file_name INPUT_ROOT_FILE_NAME]
|
784
|
[--keep_only_muon_tracks KEEP_ONLY_MUON_TRACKS]
|
785
|
[--keep_or_kill_particles KEEP_OR_KILL_PARTICLES]
|
786
|
[--keep_steps KEEP_STEPS] [--keep_tracks KEEP_TRACKS]
|
787
|
[--kinetic_cutoff KINETIC_CUTOFF]
|
788
|
[--kinetic_energy_threshold KINETIC_ENERGY_THRESHOLD]
|
789
|
[--maus_version MAUS_VERSION]
|
790
|
[--maximum_number_of_steps MAXIMUM_NUMBER_OF_STEPS]
|
791
|
[--miss_distance MISS_DISTANCE]
|
792
|
[--mongodb_collection_name MONGODB_COLLECTION_NAME]
|
793
|
[--mongodb_database_name MONGODB_DATABASE_NAME]
|
794
|
[--mongodb_host MONGODB_HOST] [--mongodb_port MONGODB_PORT]
|
795
|
[--mu_minus_vis_colour MU_MINUS_VIS_COLOUR]
|
796
|
[--mu_plus_vis_colour MU_PLUS_VIS_COLOUR]
|
797
|
[--muon_half_life MUON_HALF_LIFE]
|
798
|
[--neutron_vis_colour NEUTRON_VIS_COLOUR]
|
799
|
[--on_error ON_ERROR]
|
800
|
[--output_file_directory OUTPUT_FILE_DIRECTORY]
|
801
|
[--output_json_file_name OUTPUT_JSON_FILE_NAME]
|
802
|
[--output_json_file_type OUTPUT_JSON_FILE_TYPE]
|
803
|
[--output_root_file_name OUTPUT_ROOT_FILE_NAME]
|
804
|
[--particle_decay PARTICLE_DECAY]
|
805
|
[--photon_vis_colour PHOTON_VIS_COLOUR]
|
806
|
[--physics_model PHYSICS_MODEL]
|
807
|
[--physics_processes PHYSICS_PROCESSES]
|
808
|
[--pi_minus_vis_colour PI_MINUS_VIS_COLOUR]
|
809
|
[--pi_plus_vis_colour PI_PLUS_VIS_COLOUR]
|
810
|
[--production_threshold PRODUCTION_THRESHOLD]
|
811
|
[--reconstruction_geometry_filename RECONSTRUCTION_GEOMETRY_FILENAME]
|
812
|
[--reference_physics_processes REFERENCE_PHYSICS_PROCESSES]
|
813
|
[--simulation_geometry_filename SIMULATION_GEOMETRY_FILENAME]
|
814
|
[--simulation_reference_particle SIMULATION_REFERENCE_PARTICLE]
|
815
|
[--spill_generator_number_of_spills SPILL_GENERATOR_NUMBER_OF_SPILLS]
|
816
|
[--stepping_algorithm STEPPING_ALGORITHM]
|
817
|
[--technical_drawing_name TECHNICAL_DRAWING_NAME]
|
818
|
[--type_of_dataflow TYPE_OF_DATAFLOW]
|
819
|
[--verbose_level VERBOSE_LEVEL]
|
820
|
[--visualisation_phi VISUALISATION_PHI]
|
821
|
[--visualisation_theta VISUALISATION_THETA]
|
822
|
[--visualisation_viewer VISUALISATION_VIEWER]
|
823
|
[--visualisation_zoom VISUALISATION_ZOOM]
|
824
|
nosetests: error: unrecognized arguments: bob
|
825
|
Setting the phase
|
826
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
827
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
828
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
829
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
830
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
831
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
832
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
833
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
834
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
835
|
ok
|
836
|
Check that Go executes okay with multi_process dataflow. ... Setting the phase
|
837
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
838
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
839
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
840
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
841
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
842
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
843
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
844
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
845
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
846
|
Traceback (most recent call last):
|
847
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/framework/utilities.py", line 159, in setup_doc_store
|
848
|
doc_store.connect(config)
|
849
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/docstore/MongoDBDocumentStore.py", line 59, in connect
|
850
|
parameters["mongodb_port"])
|
851
|
File "build/bdist.linux-x86_64/egg/pymongo/connection.py", line 303, in __init__
|
852
|
File "build/bdist.linux-x86_64/egg/pymongo/connection.py", line 666, in __find_node
|
853
|
pymongo.errors.AutoReconnect: could not connect to localhost:27017: [Errno 111] Connection refused
|
854
|
ok
|
855
|
Check that Go notifies user of unimplemented dataflow. ... Setting the phase
|
856
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
857
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
858
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
859
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
860
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
861
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
862
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
863
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
864
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
865
|
ok
|
866
|
Check that Go executes okay with pipeline_single_thread dataflow. ... Setting the phase
|
867
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
868
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
869
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
870
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
871
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
872
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
873
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
874
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
875
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
876
|
ok
|
877
|
Make sure get_possible_dataflows() doesn't return nonsense ... ok
|
878
|
Check that the job header is initialised okay ... ok
|
879
|
Check that initialisation of MAUS is okay ... ok
|
880
|
Check that Go raises error with bad input. ... Setting the phase
|
881
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
882
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
883
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
884
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
885
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
886
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
887
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
888
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
889
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
890
|
ok
|
891
|
Check that Go raises error with bad transformer. ... Setting the phase
|
892
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
893
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
894
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
895
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
896
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
897
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
898
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
899
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
900
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
901
|
ok
|
902
|
Check that Go raises error with bad outputter. ... Setting the phase
|
903
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
904
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
905
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
906
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
907
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
908
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
909
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
910
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
911
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
912
|
ok
|
913
|
Check that Go raises error with bad merger. ... Setting the phase
|
914
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
915
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
916
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
917
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
918
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
919
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
920
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
921
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
922
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
923
|
Traceback (most recent call last):
|
924
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/OutputPyJSON.py", line 87, in save
|
925
|
self.file.write(document.rstrip() + '\n')
|
926
|
AttributeError: 'bool' object has no attribute 'rstrip'
|
927
|
ok
|
928
|
Check that Go raises error with bad dataflow type. ... Setting the phase
|
929
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
930
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
931
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
932
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
933
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
934
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
935
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
936
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
937
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
938
|
ok
|
939
|
@brief This is the main test - walks the directory structure and looks ... ok
|
940
|
@brief self check - test we postprocess cpplint output correctly ... ok
|
941
|
@brief self check - test the glob_maus_root_dir function (above) ... ok
|
942
|
@brief self check - test we walk the path correctly, excluding relevant ... ok
|
943
|
test_run_test_cpp_unit (test_cpp_unit.CppUnitTests) ... Initialising Globals
|
944
|
Checking overlaps for volume Box ... OK!
|
945
|
### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0
|
946
|
illegal process (or type) name
|
947
|
illegal process (or type) name
|
948
|
illegal process (or type) name
|
949
|
illegal process (or type) name
|
950
|
illegal process (or type) name
|
951
|
illegal process (or type) name
|
952
|
illegal process (or type) name
|
953
|
illegal process (or type) name
|
954
|
Running tests
|
955
|
[==========] Running 500 tests from 80 test cases.
|
956
|
[----------] Global test environment set-up.
|
957
|
[----------] 5 tests from SciFiSpacePointRecTest
|
958
|
[ RUN ] SciFiSpacePointRecTest.test_process
|
959
|
[ OK ] SciFiSpacePointRecTest.test_process (0 ms)
|
960
|
[ RUN ] SciFiSpacePointRecTest.test_duplet_radius
|
961
|
[ OK ] SciFiSpacePointRecTest.test_duplet_radius (0 ms)
|
962
|
[ RUN ] SciFiSpacePointRecTest.test_clusters_arent_used
|
963
|
[ OK ] SciFiSpacePointRecTest.test_clusters_arent_used (0 ms)
|
964
|
[ RUN ] SciFiSpacePointRecTest.test_kuno_test
|
965
|
[ OK ] SciFiSpacePointRecTest.test_kuno_test (0 ms)
|
966
|
[ RUN ] SciFiSpacePointRecTest.test_make_cluster_container
|
967
|
[ OK ] SciFiSpacePointRecTest.test_make_cluster_container (0 ms)
|
968
|
[----------] 5 tests from SciFiSpacePointRecTest (0 ms total)
|
969
|
|
970
|
[----------] 5 tests from SciFiClusterRecTest
|
971
|
[ RUN ] SciFiClusterRecTest.test_process
|
972
|
[ OK ] SciFiClusterRecTest.test_process (421 ms)
|
973
|
[ RUN ] SciFiClusterRecTest.test_get_seeds
|
974
|
[ OK ] SciFiClusterRecTest.test_get_seeds (411 ms)
|
975
|
[ RUN ] SciFiClusterRecTest.test_construct
|
976
|
[ OK ] SciFiClusterRecTest.test_construct (411 ms)
|
977
|
[ RUN ] SciFiClusterRecTest.test_find_plane
|
978
|
[ OK ] SciFiClusterRecTest.test_find_plane (433 ms)
|
979
|
[ RUN ] SciFiClusterRecTest.test_neighbours
|
980
|
[ OK ] SciFiClusterRecTest.test_neighbours (413 ms)
|
981
|
[----------] 5 tests from SciFiClusterRecTest (2089 ms total)
|
982
|
|
983
|
[----------] 4 tests from RealDataDigitizationTest
|
984
|
[ RUN ] RealDataDigitizationTest.test_calibration_load
|
985
|
Unable to open file /opt/ppd/mice/heidt/geant_test/merge/src/map/MapCppTrackerDigits/nonsense.txt
|
986
|
[ OK ] RealDataDigitizationTest.test_calibration_load (21 ms)
|
987
|
[ RUN ] RealDataDigitizationTest.test_mapping_load
|
988
|
Unable to open file /opt/ppd/mice/heidt/geant_test/merge/src/map/MapCppTrackerDigits/nonsense.txt
|
989
|
[ OK ] RealDataDigitizationTest.test_mapping_load (59 ms)
|
990
|
[ RUN ] RealDataDigitizationTest.test_bad_channel_load
|
991
|
[ OK ] RealDataDigitizationTest.test_bad_channel_load (1 ms)
|
992
|
[ RUN ] RealDataDigitizationTest.test_process
|
993
|
[ OK ] RealDataDigitizationTest.test_process (35 ms)
|
994
|
[----------] 4 tests from RealDataDigitizationTest (116 ms total)
|
995
|
|
996
|
[----------] 14 tests from PatternRecognitionTest
|
997
|
[ RUN ] PatternRecognitionTest.test_process_good
|
998
|
Making 5 point tracks
|
999
|
** chisq test passed, adding 5pt track **
|
1000
|
x0 = -68.9411mx = -0.0290201y0 = -58.852my = 0.0375583
|
1001
|
Finished making 5 pt tracks
|
1002
|
Number of straight tracks found: 1
|
1003
|
|
1004
|
Number of helical tracks found: 0
|
1005
|
|
1006
|
Making 5 point tracks
|
1007
|
alpha = 6.36779e-05
|
1008
|
beta = -0.00682359
|
1009
|
gamma = -0.000452267
|
1010
|
-68.2488 -57.8109 -0.6523
|
1011
|
-62.8417 -67.1769 -200.617
|
1012
|
-56.9968 -76.0965 -450.48
|
1013
|
-47.8952 -87.7518 -750.48
|
1014
|
-35.868 -99.2277 -1100.41
|
1015
|
Turning angle from circle fit = 3.60818
|
1016
|
Turning angle from circle fit = 3.68752
|
1017
|
Turning angle from circle fit = 3.76581
|
1018
|
Turning angle from circle fit = 3.87428
|
1019
|
Turning angle from circle fit = 3.99624
|
1020
|
dsdz = -0.0470962
|
1021
|
Finished making 5 pt tracks
|
1022
|
Number of straight tracks found: 1
|
1023
|
|
1024
|
Number of helical tracks found: 1
|
1025
|
|
1026
|
[ OK ] PatternRecognitionTest.test_process_good (1 ms)
|
1027
|
[ RUN ] PatternRecognitionTest.test_make_tracks
|
1028
|
Making 3 point track
|
1029
|
3pt track: 3 stations with unused spacepoints
|
1030
|
** chisq test passed, adding 3pt track **
|
1031
|
x0 = -68.498mx = -0.0295945y0 = -58.6645my = 0.0370835
|
1032
|
Finished making 3 pt tracks
|
1033
|
Making 4 point tracks
|
1034
|
4pt track: 4 stations with unused spacepoints
|
1035
|
** chisq test passed, adding 4pt track **
|
1036
|
x0 = -68.9209mx = -0.0294487y0 = -58.8324my = 0.0371414
|
1037
|
Finished making 4 pt tracks
|
1038
|
Making 5 point tracks
|
1039
|
** chisq test passed, adding 5pt track **
|
1040
|
x0 = -68.9411mx = -0.0290201y0 = -58.852my = 0.0375583
|
1041
|
Finished making 5 pt tracks
|
1042
|
[ OK ] PatternRecognitionTest.test_make_tracks (0 ms)
|
1043
|
[ RUN ] PatternRecognitionTest.test_make_4pt_tracks
|
1044
|
Making 4 point tracks
|
1045
|
4pt track: 4 stations with unused spacepoints
|
1046
|
** chisq test passed, adding 4pt track **
|
1047
|
x0 = -68.9209mx = -0.0294487y0 = -58.8324my = 0.0371414
|
1048
|
Finished making 4 pt tracks
|
1049
|
Making 4 point tracks
|
1050
|
4pt track: 5 stations with unused spacepoints
|
1051
|
** chisq test passed, adding 4pt track **
|
1052
|
x0 = -69.7174mx = -0.0300179y0 = -60.0806my = 0.0359793
|
1053
|
Finished making 4 pt tracks
|
1054
|
[ OK ] PatternRecognitionTest.test_make_4pt_tracks (0 ms)
|
1055
|
[ RUN ] PatternRecognitionTest.test_make_3pt_tracks
|
1056
|
Making 3 point track
|
1057
|
3pt track: 3 stations with unused spacepoints
|
1058
|
** chisq test passed, adding 3pt track **
|
1059
|
x0 = -68.498mx = -0.0295945y0 = -58.6645my = 0.0370835
|
1060
|
Finished making 3 pt tracks
|
1061
|
Making 3 point track
|
1062
|
3pt track: 4 stations with unused spacepoints
|
1063
|
** chisq test passed, adding 3pt track **
|
1064
|
x0 = -69.6753mx = -0.0304016y0 = -60.0406my = 0.0356152
|
1065
|
Finished making 3 pt tracks
|
1066
|
Making 3 point track
|
1067
|
3pt track: 5 stations with unused spacepoints
|
1068
|
** chisq test passed, adding 3pt track **
|
1069
|
x0 = -71.8557mx = -0.0324844y0 = -60.3854my = 0.0356277
|
1070
|
Finished making 3 pt tracks
|
1071
|
[ OK ] PatternRecognitionTest.test_make_3pt_tracks (0 ms)
|
1072
|
[ RUN ] PatternRecognitionTest.test_make_straight_tracks
|
1073
|
** chisq test passed, adding 5pt track **
|
1074
|
x0 = -68.9411mx = -0.0290201y0 = -58.852my = 0.0375583
|
1075
|
[ OK ] PatternRecognitionTest.test_make_straight_tracks (0 ms)
|
1076
|
[ RUN ] PatternRecognitionTest.test_set_ignore_stations
|
1077
|
Error: Invalid ignore station argument.
|
1078
|
[ OK ] PatternRecognitionTest.test_set_ignore_stations (0 ms)
|
1079
|
[ RUN ] PatternRecognitionTest.test_set_seed_stations
|
1080
|
Error: Invalid ignore station argument.
|
1081
|
Error: Invalid ignore station argument.
|
1082
|
Error: Invalid ignore station argument.
|
1083
|
Error: Invalid ignore station argument.
|
1084
|
[ OK ] PatternRecognitionTest.test_set_seed_stations (0 ms)
|
1085
|
[ RUN ] PatternRecognitionTest.test_set_end_stations
|
1086
|
Error: Invalid ignore station argument.
|
1087
|
Error: Invalid ignore station argument.
|
1088
|
Error: Invalid ignore station argument.
|
1089
|
Error: Invalid ignore station argument.
|
1090
|
[ OK ] PatternRecognitionTest.test_set_end_stations (0 ms)
|
1091
|
[ RUN ] PatternRecognitionTest.test_sort_by_station
|
1092
|
[ OK ] PatternRecognitionTest.test_sort_by_station (0 ms)
|
1093
|
[ RUN ] PatternRecognitionTest.test_stations_with_unused_sp
|
1094
|
[ OK ] PatternRecognitionTest.test_stations_with_unused_sp (0 ms)
|
1095
|
[ RUN ] PatternRecognitionTest.test_circle_fit
|
1096
|
alpha = 0.00315939
|
1097
|
beta = -0.0161783
|
1098
|
gamma = 0.0291928
|
1099
|
[ OK ] PatternRecognitionTest.test_circle_fit (0 ms)
|
1100
|
[ RUN ] PatternRecognitionTest.test_linear_fit
|
1101
|
[ OK ] PatternRecognitionTest.test_linear_fit (0 ms)
|
1102
|
[ RUN ] PatternRecognitionTest.test_calculate_dipangle
|
1103
|
alpha = 0.00315939
|
1104
|
beta = -0.0161783
|
1105
|
gamma = 0.0291928
|
1106
|
Turning angle from circle fit = 0.865899
|
1107
|
Turning angle from circle fit = 2.18372
|
1108
|
Turning angle from circle fit = 3.8402
|
1109
|
Turning angle from circle fit = 5.87746
|
1110
|
Turning angle from circle fit = 2.00012
|
1111
|
[ OK ] PatternRecognitionTest.test_calculate_dipangle (0 ms)
|
1112
|
[ RUN ] PatternRecognitionTest.test_AB_ratio
|
1113
|
[ OK ] PatternRecognitionTest.test_AB_ratio (0 ms)
|
1114
|
[----------] 14 tests from PatternRecognitionTest (1 ms total)
|
1115
|
|
1116
|
[----------] 4 tests from MAUSEvaluatorTest
|
1117
|
[ RUN ] MAUSEvaluatorTest.AllocationTest
|
1118
|
[ OK ] MAUSEvaluatorTest.AllocationTest (1 ms)
|
1119
|
[ RUN ] MAUSEvaluatorTest.EvaluateRawTest
|
1120
|
[ OK ] MAUSEvaluatorTest.EvaluateRawTest (2 ms)
|
1121
|
[ RUN ] MAUSEvaluatorTest.EvaluateVariableTest
|
1122
|
[ OK ] MAUSEvaluatorTest.EvaluateVariableTest (0 ms)
|
1123
|
[ RUN ] MAUSEvaluatorTest.ResetTest
|
1124
|
[ OK ] MAUSEvaluatorTest.ResetTest (1 ms)
|
1125
|
[----------] 4 tests from MAUSEvaluatorTest (4 ms total)
|
1126
|
|
1127
|
[----------] 4 tests from CppErrorHandlerTest
|
1128
|
[ RUN ] CppErrorHandlerTest.HandleSquealTest
|
1129
|
Not GetInstance
|
1130
|
Traceback (most recent call last):
|
1131
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
1132
|
raise(CppError(error_message))
|
1133
|
ErrorHandler.CppError: a_test at exc::test
|
1134
|
[ OK ] CppErrorHandlerTest.HandleSquealTest (19 ms)
|
1135
|
[ RUN ] CppErrorHandlerTest.HandleStdExcTest
|
1136
|
Traceback (most recent call last):
|
1137
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
1138
|
raise(CppError(error_message))
|
1139
|
ErrorHandler.CppError: a_test at exc::test
|
1140
|
[ OK ] CppErrorHandlerTest.HandleStdExcTest (1 ms)
|
1141
|
[ RUN ] CppErrorHandlerTest.HandleStdExcNoJsonTest
|
1142
|
Traceback (most recent call last):
|
1143
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
1144
|
raise(CppError(error_message))
|
1145
|
ErrorHandler.CppError: a_test at exc::test
|
1146
|
[ OK ] CppErrorHandlerTest.HandleStdExcNoJsonTest (1 ms)
|
1147
|
[ RUN ] CppErrorHandlerTest.HandleSquealNoJsonTest
|
1148
|
Traceback (most recent call last):
|
1149
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
1150
|
raise(CppError(error_message))
|
1151
|
ErrorHandler.CppError: a_test at exc::test
|
1152
|
[ OK ] CppErrorHandlerTest.HandleSquealNoJsonTest (0 ms)
|
1153
|
[----------] 4 tests from CppErrorHandlerTest (21 ms total)
|
1154
|
|
1155
|
[----------] 6 tests from RunActionManagerTest
|
1156
|
[ RUN ] RunActionManagerTest.TestConstructDestruct
|
1157
|
[ OK ] RunActionManagerTest.TestConstructDestruct (0 ms)
|
1158
|
[ RUN ] RunActionManagerTest.TestPushBack
|
1159
|
[ OK ] RunActionManagerTest.TestPushBack (2 ms)
|
1160
|
[ RUN ] RunActionManagerTest.TestStartOfRunAction
|
1161
|
[ OK ] RunActionManagerTest.TestStartOfRunAction (0 ms)
|
1162
|
[ RUN ] RunActionManagerTest.TestEndOfRunAction
|
1163
|
[ OK ] RunActionManagerTest.TestEndOfRunAction (0 ms)
|
1164
|
[ RUN ] RunActionManagerTest.TestSwap
|
1165
|
[ OK ] RunActionManagerTest.TestSwap (1 ms)
|
1166
|
[ RUN ] RunActionManagerTest.TestReferenceCount
|
1167
|
[ OK ] RunActionManagerTest.TestReferenceCount (0 ms)
|
1168
|
[----------] 6 tests from RunActionManagerTest (3 ms total)
|
1169
|
|
1170
|
[----------] 13 tests from JsonWrapperTest
|
1171
|
[ RUN ] JsonWrapperTest.StringToJson
|
1172
|
[ OK ] JsonWrapperTest.StringToJson (1 ms)
|
1173
|
[ RUN ] JsonWrapperTest.JsonToString
|
1174
|
[ OK ] JsonWrapperTest.JsonToString (0 ms)
|
1175
|
[ RUN ] JsonWrapperTest.GetItemTest
|
1176
|
[ OK ] JsonWrapperTest.GetItemTest (3 ms)
|
1177
|
[ RUN ] JsonWrapperTest.GetPropertyTest
|
1178
|
[ OK ] JsonWrapperTest.GetPropertyTest (15 ms)
|
1179
|
[ RUN ] JsonWrapperTest.TypeConversionTest
|
1180
|
[ OK ] JsonWrapperTest.TypeConversionTest (0 ms)
|
1181
|
[ RUN ] JsonWrapperTest.SimilarTypeTest
|
1182
|
[ OK ] JsonWrapperTest.SimilarTypeTest (0 ms)
|
1183
|
[ RUN ] JsonWrapperTest.PrintTest
|
1184
|
[ OK ] JsonWrapperTest.PrintTest (0 ms)
|
1185
|
[ RUN ] JsonWrapperTest.AlmostEqualTest
|
1186
|
[ OK ] JsonWrapperTest.AlmostEqualTest (0 ms)
|
1187
|
[ RUN ] JsonWrapperTest.ArrayEqualTest
|
1188
|
[ OK ] JsonWrapperTest.ArrayEqualTest (1 ms)
|
1189
|
[ RUN ] JsonWrapperTest.ObjectEqualTest
|
1190
|
[ OK ] JsonWrapperTest.ObjectEqualTest (0 ms)
|
1191
|
[ RUN ] JsonWrapperTest.ObjectMergeTest
|
1192
|
[ OK ] JsonWrapperTest.ObjectMergeTest (2 ms)
|
1193
|
[ RUN ] JsonWrapperTest.ArrayMergeTest
|
1194
|
[ OK ] JsonWrapperTest.ArrayMergeTest (2 ms)
|
1195
|
[ RUN ] JsonWrapperTest.JsonValueTypeToStringTest
|
1196
|
[ OK ] JsonWrapperTest.JsonValueTypeToStringTest (0 ms)
|
1197
|
[----------] 13 tests from JsonWrapperTest (24 ms total)
|
1198
|
|
1199
|
[----------] 12 tests from MAUSGeant4ManagerTest
|
1200
|
[ RUN ] MAUSGeant4ManagerTest.GetSetTest
|
1201
|
[ OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
|
1202
|
[ RUN ] MAUSGeant4ManagerTest.GetReferenceParticleTest
|
1203
|
[ OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
|
1204
|
[ RUN ] MAUSGeant4ManagerTest.SetPhasesTest
|
1205
|
illegal process (or type) name
|
1206
|
illegal process (or type) name
|
1207
|
illegal process (or type) name
|
1208
|
illegal process (or type) name
|
1209
|
illegal process (or type) name
|
1210
|
illegal process (or type) name
|
1211
|
illegal process (or type) name
|
1212
|
illegal process (or type) name
|
1213
|
[ OK ] MAUSGeant4ManagerTest.SetPhasesTest (8 ms)
|
1214
|
[ RUN ] MAUSGeant4ManagerTest.RunParticlePGTest
|
1215
|
|
1216
|
phot: for gamma SubType= 12
|
1217
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1218
|
PhotoElectric : Emin= 0 eV Emax= 10 TeV FluoActive
|
1219
|
|
1220
|
compt: for gamma SubType= 13
|
1221
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1222
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1223
|
Klein-Nishina : Emin= 0 eV Emax= 10 TeV
|
1224
|
|
1225
|
conv: for gamma SubType= 14
|
1226
|
Lambda tables from 1.022 MeV to 10 TeV in 77 bins, spline: 1
|
1227
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1228
|
BetheHeitler : Emin= 0 eV Emax= 10 TeV
|
1229
|
|
1230
|
msc: for e- SubType= 10
|
1231
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1232
|
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
|
1233
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1234
|
UrbanMsc95 : Emin= 0 eV Emax= 10 TeV
|
1235
|
|
1236
|
eIoni: for e- SubType= 2
|
1237
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1238
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1239
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1240
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1241
|
MollerBhabha : Emin= 0 eV Emax= 10 TeV
|
1242
|
|
1243
|
eBrem: for e- SubType= 3
|
1244
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1245
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1246
|
LPM flag: 1 for E > 1 GeV
|
1247
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1248
|
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGenUrban
|
1249
|
eBremLPM : Emin= 1 GeV Emax= 10 TeV AngularGenUrban
|
1250
|
|
1251
|
eIoni: for e+ SubType= 2
|
1252
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1253
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1254
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1255
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1256
|
MollerBhabha : Emin= 0 eV Emax= 10 TeV
|
1257
|
|
1258
|
eBrem: for e+ SubType= 3
|
1259
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1260
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1261
|
LPM flag: 1 for E > 1 GeV
|
1262
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1263
|
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGenUrban
|
1264
|
eBremLPM : Emin= 1 GeV Emax= 10 TeV AngularGenUrban
|
1265
|
|
1266
|
annihil: for e+ SubType= 5
|
1267
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1268
|
eplus2gg : Emin= 0 eV Emax= 10 TeV
|
1269
|
|
1270
|
msc: for proton SubType= 10
|
1271
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1272
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1273
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1274
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1275
|
|
1276
|
hIoni: for proton SubType= 2
|
1277
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1278
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1279
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1280
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1281
|
Bragg : Emin= 0 eV Emax= 2 MeV
|
1282
|
BetheBloch : Emin= 2 MeV Emax= 10 TeV
|
1283
|
|
1284
|
hBrems: for proton SubType= 3
|
1285
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1286
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1287
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1288
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1289
|
|
1290
|
hPairProd: for proton SubType= 4
|
1291
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1292
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1293
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1294
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1295
|
|
1296
|
msc: for GenericIon SubType= 10
|
1297
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
|
1298
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1299
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1300
|
|
1301
|
ionIoni: for GenericIon SubType= 2
|
1302
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1303
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1304
|
finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
|
1305
|
Stopping Power data for 17 ion/material pairs
|
1306
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1307
|
BraggIon : Emin= 0 eV Emax= 2 MeV
|
1308
|
BetheBloch : Emin= 2 MeV Emax= 10 TeV
|
1309
|
|
1310
|
hIoni: for anti_proton SubType= 2
|
1311
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1312
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1313
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1314
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1315
|
ICRU73QO : Emin= 0 eV Emax= 2 MeV
|
1316
|
BetheBloch : Emin= 2 MeV Emax= 10 TeV
|
1317
|
|
1318
|
msc: for kaon+ SubType= 10
|
1319
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1320
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1321
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1322
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1323
|
|
1324
|
hIoni: for kaon+ SubType= 2
|
1325
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1326
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1327
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1328
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1329
|
Bragg : Emin= 0 eV Emax= 1.05231 MeV
|
1330
|
BetheBloch : Emin= 1.05231 MeV Emax= 10 TeV
|
1331
|
|
1332
|
hBrems: for kaon+ SubType= 3
|
1333
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1334
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1335
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1336
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1337
|
|
1338
|
hPairProd: for kaon+ SubType= 4
|
1339
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1340
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1341
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1342
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1343
|
|
1344
|
hIoni: for kaon- SubType= 2
|
1345
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1346
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1347
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1348
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1349
|
ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV
|
1350
|
BetheBloch : Emin= 1.05231 MeV Emax= 10 TeV
|
1351
|
|
1352
|
hBrems: for kaon- SubType= 3
|
1353
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1354
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1355
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1356
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1357
|
|
1358
|
hPairProd: for kaon- SubType= 4
|
1359
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1360
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1361
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1362
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1363
|
|
1364
|
muMsc: for mu+ SubType= 10
|
1365
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1366
|
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
|
1367
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1368
|
WentzelVIUni : Emin= 0 eV Emax= 10 TeV
|
1369
|
|
1370
|
muIoni: for mu+ SubType= 2
|
1371
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1372
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1373
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1374
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1375
|
Bragg : Emin= 0 eV Emax= 200 keV
|
1376
|
BetheBloch : Emin= 200 keV Emax= 1 GeV
|
1377
|
MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
|
1378
|
|
1379
|
muBrems: for mu+ SubType= 3
|
1380
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1381
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1382
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1383
|
MuBrem : Emin= 0 eV Emax= 10 TeV
|
1384
|
|
1385
|
muPairProd: for mu+ SubType= 4
|
1386
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1387
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1388
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1389
|
muPairProd : Emin= 0 eV Emax= 10 TeV
|
1390
|
|
1391
|
CoulombScat: for mu+ SubType= 1
|
1392
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1393
|
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
|
1394
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1395
|
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
|
1396
|
|
1397
|
muIoni: for mu- SubType= 2
|
1398
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1399
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1400
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1401
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1402
|
ICRU73QO : Emin= 0 eV Emax= 200 keV
|
1403
|
BetheBloch : Emin= 200 keV Emax= 1 GeV
|
1404
|
MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
|
1405
|
|
1406
|
muBrems: for mu- SubType= 3
|
1407
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1408
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1409
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1410
|
MuBrem : Emin= 0 eV Emax= 10 TeV
|
1411
|
|
1412
|
muPairProd: for mu- SubType= 4
|
1413
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1414
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1415
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1416
|
muPairProd : Emin= 0 eV Emax= 10 TeV
|
1417
|
|
1418
|
CoulombScat: for mu- SubType= 1
|
1419
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1420
|
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
|
1421
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1422
|
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
|
1423
|
|
1424
|
hIoni: for pi+ SubType= 2
|
1425
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1426
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1427
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1428
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1429
|
Bragg : Emin= 0 eV Emax= 297.505 keV
|
1430
|
BetheBloch : Emin= 297.505 keV Emax= 10 TeV
|
1431
|
|
1432
|
hBrems: for pi+ SubType= 3
|
1433
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1434
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1435
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1436
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1437
|
|
1438
|
hPairProd: for pi+ SubType= 4
|
1439
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1440
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1441
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1442
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1443
|
|
1444
|
msc: for pi- SubType= 10
|
1445
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1446
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1447
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1448
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1449
|
|
1450
|
hIoni: for pi- SubType= 2
|
1451
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1452
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1453
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1454
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1455
|
ICRU73QO : Emin= 0 eV Emax= 297.505 keV
|
1456
|
BetheBloch : Emin= 297.505 keV Emax= 10 TeV
|
1457
|
|
1458
|
hBrems: for pi- SubType= 3
|
1459
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1460
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1461
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1462
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1463
|
|
1464
|
hPairProd: for pi- SubType= 4
|
1465
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1466
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1467
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1468
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1469
|
============================================================================================
|
1470
|
HADRONIC PROCESSES SUMMARY (verbose level 1)
|
1471
|
|
1472
|
Hadronic Processes for <anti_neutron>
|
1473
|
-----------------------------------
|
1474
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 100000
|
1475
|
|
1476
|
hadElastic Crs sctns: GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1477
|
|
1478
|
AntiNeutronInelastic Models: G4LEAntiNeutronInelastic: Emin(GeV)= 0 Emax(GeV)= 25
|
1479
|
G4HEAntiNeutronInelastic: Emin(GeV)= 20 Emax(GeV)= 100000
|
1480
|
|
1481
|
AntiNeutronInelastic Crs sctns: GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1482
|
|
1483
|
|
1484
|
Hadronic Processes for <anti_proton>
|
1485
|
-----------------------------------
|
1486
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 0.1
|
1487
|
AntiAElastic: Emin(GeV)= 0.1 Emax(GeV)= 100000
|
1488
|
|
1489
|
hadElastic Crs sctns: AntiAGlauber: Emin(GeV)= 0 Emax(GeV)= 1.79769e+305
|
1490
|
GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1491
|
|
1492
|
AntiProtonInelastic Models: G4LEAntiProtonInelastic: Emin(GeV)= 0 Emax(GeV)= 25
|
1493
|
G4HEAntiProtonInelastic: Emin(GeV)= 20 Emax(GeV)= 100000
|
1494
|
|
1495
|
AntiProtonInelastic Crs sctns: GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1496
|
|
1497
|
|
1498
|
Hadronic Processes for <e->
|
1499
|
-----------------------------------
|
1500
|
ElectroNuclear Models: CHIPSElectroNuclear: Emin(GeV)= 0 Emax(GeV)= 30000
|
1501
|
|
1502
|
ElectroNuclear Crs sctns: ElectroNuclearXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1503
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1504
|
|
1505
|
|
1506
|
Hadronic Processes for <gamma>
|
1507
|
-----------------------------------
|
1508
|
PhotonInelastic Models: CHIPSGammaNuclear: Emin(GeV)= 0 Emax(GeV)= 3.5
|
1509
|
TheoFSGenerator: Emin(GeV)= 3 Emax(GeV)= 100000
|
1510
|
|
1511
|
PhotonInelastic Crs sctns: PhotoNuclearXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1512
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1513
|
|
1514
|
|
1515
|
Hadronic Processes for <kaon+>
|
1516
|
-----------------------------------
|
1517
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 100000
|
1518
|
|
1519
|
hadElastic Crs sctns: GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1520
|
|
1521
|
KaonPlusInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1522
|
G4LEKaonPlusInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1523
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1524
|
|
1525
|
KaonPlusInelastic Crs sctns: GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1526
|
|
1527
|
|
1528
|
Hadronic Processes for <kaon->
|
1529
|
-----------------------------------
|
1530
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 100000
|
1531
|
|
1532
|
hadElastic Crs sctns: GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1533
|
|
1534
|
KaonMinusInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1535
|
G4LEKaonMinusInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1536
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1537
|
|
1538
|
KaonMinusInelastic Crs sctns: GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1539
|
|
1540
|
|
1541
|
Hadronic Processes for <lambda>
|
1542
|
-----------------------------------
|
1543
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 100000
|
1544
|
|
1545
|
hadElastic Crs sctns: GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1546
|
|
1547
|
LambdaInelastic Models: G4LELambdaInelastic: Emin(GeV)= 0 Emax(GeV)= 25
|
1548
|
G4HELambdaInelastic: Emin(GeV)= 20 Emax(GeV)= 100000
|
1549
|
|
1550
|
LambdaInelastic Crs sctns: GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1551
|
|
1552
|
|
1553
|
Hadronic Processes for <mu->
|
1554
|
muMinusCaptureAtRest
|
1555
|
|
1556
|
Hadronic Processes for <neutron>
|
1557
|
-----------------------------------
|
1558
|
hadElastic Models: hElasticCHIPS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1559
|
|
1560
|
hadElastic Crs sctns: CHIPSElasticXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1561
|
GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1562
|
|
1563
|
NeutronInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1564
|
G4LENeutronInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1565
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1566
|
|
1567
|
NeutronInelastic Crs sctns: G4CrossSectionPairGG: Emin(GeV)= 0 Emax(GeV)= 100000
|
1568
|
G4CrossSectionPairGG: Wellisch-Laidlaw cross sections
|
1569
|
below 91 GeV, Glauber-Gribov above
|
1570
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1571
|
|
1572
|
nCapture Models: G4LCapture: Emin(GeV)= 0 Emax(GeV)= 20000
|
1573
|
|
1574
|
nCapture Crs sctns: GheishaCaptureXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1575
|
|
1576
|
nFission Models: G4LFission: Emin(GeV)= 0 Emax(GeV)= 20000
|
1577
|
|
1578
|
nFission Crs sctns: GheishaFissionXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1579
|
|
1580
|
|
1581
|
Hadronic Processes for <pi+>
|
1582
|
-----------------------------------
|
1583
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 1
|
1584
|
hElasticGlauber: Emin(GeV)= 1 Emax(GeV)= 100000
|
1585
|
|
1586
|
hadElastic Crs sctns: Barashenkov-Glauber: Emin(GeV)= 0 Emax(GeV)= 100000
|
1587
|
GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1588
|
|
1589
|
PionPlusInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1590
|
G4LEPionPlusInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1591
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1592
|
|
1593
|
PionPlusInelastic Crs sctns: G4CrossSectionPairGG: Emin(GeV)= 0 Emax(GeV)= 100000
|
1594
|
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
|
1595
|
below 91 GeV, Glauber-Gribov above
|
1596
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1597
|
|
1598
|
|
1599
|
Hadronic Processes for <pi->
|
1600
|
-----------------------------------
|
1601
|
hadElastic Models: hElasticLHEP: Emin(GeV)= 0 Emax(GeV)= 1
|
1602
|
hElasticGlauber: Emin(GeV)= 1 Emax(GeV)= 100000
|
1603
|
|
1604
|
hadElastic Crs sctns: Barashenkov-Glauber: Emin(GeV)= 0 Emax(GeV)= 100000
|
1605
|
GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1606
|
|
1607
|
PionMinusInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1608
|
G4LEPionMinusInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1609
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1610
|
|
1611
|
PionMinusInelastic Crs sctns: G4CrossSectionPairGG: Emin(GeV)= 0 Emax(GeV)= 100000
|
1612
|
G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections
|
1613
|
below 91 GeV, Glauber-Gribov above
|
1614
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1615
|
|
1616
|
|
1617
|
Hadronic Processes for <proton>
|
1618
|
-----------------------------------
|
1619
|
hadElastic Models: hElasticCHIPS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1620
|
|
1621
|
hadElastic Crs sctns: CHIPSElasticXS: Emin(GeV)= 0 Emax(GeV)= 100000
|
1622
|
GheishaElastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1623
|
|
1624
|
ProtonInelastic Models: QGSP: Emin(GeV)= 12 Emax(GeV)= 100000
|
1625
|
G4LEProtonInelastic: Emin(GeV)= 9.5 Emax(GeV)= 25
|
1626
|
BertiniCascade: Emin(GeV)= 0 Emax(GeV)= 9.9
|
1627
|
|
1628
|
ProtonInelastic Crs sctns: G4CrossSectionPairGG: Emin(GeV)= 0 Emax(GeV)= 100000
|
1629
|
G4CrossSectionPairGG: Axen-Wellisch cross sections
|
1630
|
below 91 GeV, Glauber-Gribov above
|
1631
|
GheishaInelastic: Emin(GeV)= 0 Emax(GeV)= 100000
|
1632
|
|
1633
|
============================================================================================
|
1634
|
[ OK ] MAUSGeant4ManagerTest.RunParticlePGTest (2043 ms)
|
1635
|
[ RUN ] MAUSGeant4ManagerTest.RunParticleJsonTest
|
1636
|
[ OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (9 ms)
|
1637
|
[ RUN ] MAUSGeant4ManagerTest.RunManyParticlesTest
|
1638
|
[ OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (19 ms)
|
1639
|
[ RUN ] MAUSGeant4ManagerTest.GetSetTest
|
1640
|
[ OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
|
1641
|
[ RUN ] MAUSGeant4ManagerTest.GetReferenceParticleTest
|
1642
|
[ OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
|
1643
|
[ RUN ] MAUSGeant4ManagerTest.SetPhasesTest
|
1644
|
illegal process (or type) name
|
1645
|
illegal process (or type) name
|
1646
|
illegal process (or type) name
|
1647
|
illegal process (or type) name
|
1648
|
illegal process (or type) name
|
1649
|
illegal process (or type) name
|
1650
|
illegal process (or type) name
|
1651
|
illegal process (or type) name
|
1652
|
[ OK ] MAUSGeant4ManagerTest.SetPhasesTest (9 ms)
|
1653
|
[ RUN ] MAUSGeant4ManagerTest.RunParticlePGTest
|
1654
|
|
1655
|
phot: for gamma SubType= 12
|
1656
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1657
|
PhotoElectric : Emin= 0 eV Emax= 10 TeV FluoActive
|
1658
|
|
1659
|
compt: for gamma SubType= 13
|
1660
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1661
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1662
|
Klein-Nishina : Emin= 0 eV Emax= 10 TeV
|
1663
|
|
1664
|
conv: for gamma SubType= 14
|
1665
|
Lambda tables from 1.02199782 MeV to 10 TeV in 77 bins, spline: 1
|
1666
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1667
|
BetheHeitler : Emin= 0 eV Emax= 10 TeV
|
1668
|
|
1669
|
msc: for e- SubType= 10
|
1670
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1671
|
RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
|
1672
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1673
|
UrbanMsc95 : Emin= 0 eV Emax= 10 TeV
|
1674
|
|
1675
|
eIoni: for e- SubType= 2
|
1676
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1677
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1678
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1679
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1680
|
MollerBhabha : Emin= 0 eV Emax= 10 TeV
|
1681
|
|
1682
|
eBrem: for e- SubType= 3
|
1683
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1684
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1685
|
LPM flag: 1 for E > 1 GeV
|
1686
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1687
|
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGenUrban
|
1688
|
eBremLPM : Emin= 1 GeV Emax= 10 TeV AngularGenUrban
|
1689
|
|
1690
|
eIoni: for e+ SubType= 2
|
1691
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1692
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1693
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1694
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1695
|
MollerBhabha : Emin= 0 eV Emax= 10 TeV
|
1696
|
|
1697
|
eBrem: for e+ SubType= 3
|
1698
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1699
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1700
|
LPM flag: 1 for E > 1 GeV
|
1701
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1702
|
eBremSB : Emin= 0 eV Emax= 1 GeV AngularGenUrban
|
1703
|
eBremLPM : Emin= 1 GeV Emax= 10 TeV AngularGenUrban
|
1704
|
|
1705
|
annihil: for e+ SubType= 5
|
1706
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1707
|
eplus2gg : Emin= 0 eV Emax= 10 TeV
|
1708
|
|
1709
|
msc: for proton SubType= 10
|
1710
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1711
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1712
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1713
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1714
|
|
1715
|
hIoni: for proton SubType= 2
|
1716
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1717
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1718
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1719
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1720
|
Bragg : Emin= 0 eV Emax= 2 MeV
|
1721
|
BetheBloch : Emin= 2 MeV Emax= 10 TeV
|
1722
|
|
1723
|
hBrems: for proton SubType= 3
|
1724
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1725
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1726
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1727
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1728
|
|
1729
|
hPairProd: for proton SubType= 4
|
1730
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1731
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1732
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1733
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1734
|
|
1735
|
msc: for GenericIon SubType= 10
|
1736
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
|
1737
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1738
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1739
|
|
1740
|
ionIoni: for GenericIon SubType= 2
|
1741
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1742
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1743
|
finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
|
1744
|
Stopping Power data for 17 ion/material pairs
|
1745
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1746
|
BraggIon : Emin= 0 eV Emax= 2.0000006117629 MeV
|
1747
|
BetheBloch : Emin= 2.0000006117629 MeV Emax= 10 TeV
|
1748
|
|
1749
|
hIoni: for anti_proton SubType= 2
|
1750
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1751
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1752
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1753
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1754
|
ICRU73QO : Emin= 0 eV Emax= 2 MeV
|
1755
|
BetheBloch : Emin= 2 MeV Emax= 10 TeV
|
1756
|
|
1757
|
msc: for kaon+ SubType= 10
|
1758
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1759
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1760
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1761
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1762
|
|
1763
|
hIoni: for kaon+ SubType= 2
|
1764
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1765
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1766
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1767
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1768
|
Bragg : Emin= 0 eV Emax= 1.0523110423416 MeV
|
1769
|
BetheBloch : Emin= 1.0523110423416 MeV Emax= 10 TeV
|
1770
|
|
1771
|
hBrems: for kaon+ SubType= 3
|
1772
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1773
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1774
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1775
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1776
|
|
1777
|
hPairProd: for kaon+ SubType= 4
|
1778
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1779
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1780
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1781
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1782
|
|
1783
|
hIoni: for kaon- SubType= 2
|
1784
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1785
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1786
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1787
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1788
|
ICRU73QO : Emin= 0 eV Emax= 1.0523110423416 MeV
|
1789
|
BetheBloch : Emin= 1.0523110423416 MeV Emax= 10 TeV
|
1790
|
|
1791
|
hBrems: for kaon- SubType= 3
|
1792
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1793
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1794
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1795
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1796
|
|
1797
|
hPairProd: for kaon- SubType= 4
|
1798
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1799
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1800
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1801
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1802
|
|
1803
|
muMsc: for mu+ SubType= 10
|
1804
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1805
|
RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
|
1806
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1807
|
WentzelVIUni : Emin= 0 eV Emax= 10 TeV
|
1808
|
|
1809
|
muIoni: for mu+ SubType= 2
|
1810
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1811
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1812
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1813
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1814
|
Bragg : Emin= 0 eV Emax= 200 keV
|
1815
|
BetheBloch : Emin= 200 keV Emax= 1 GeV
|
1816
|
MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
|
1817
|
|
1818
|
muBrems: for mu+ SubType= 3
|
1819
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1820
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1821
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1822
|
MuBrem : Emin= 0 eV Emax= 10 TeV
|
1823
|
|
1824
|
muPairProd: for mu+ SubType= 4
|
1825
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1826
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1827
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1828
|
muPairProd : Emin= 0 eV Emax= 10 TeV
|
1829
|
|
1830
|
CoulombScat: for mu+ SubType= 1
|
1831
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1832
|
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.13953123373693
|
1833
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1834
|
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
|
1835
|
|
1836
|
muIoni: for mu- SubType= 2
|
1837
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1838
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1839
|
finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1840
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1841
|
ICRU73QO : Emin= 0 eV Emax= 200 keV
|
1842
|
BetheBloch : Emin= 200 keV Emax= 1 GeV
|
1843
|
MuBetheBloch : Emin= 1 GeV Emax= 10 TeV
|
1844
|
|
1845
|
muBrems: for mu- SubType= 3
|
1846
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1847
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1848
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1849
|
MuBrem : Emin= 0 eV Emax= 10 TeV
|
1850
|
|
1851
|
muPairProd: for mu- SubType= 4
|
1852
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1853
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1854
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1855
|
muPairProd : Emin= 0 eV Emax= 10 TeV
|
1856
|
|
1857
|
CoulombScat: for mu- SubType= 1
|
1858
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1859
|
180 < Theta(degree) < 180; pLimit(GeV^1)= 0.13953123373693
|
1860
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1861
|
eCoulombScattering : Emin= 0 eV Emax= 10 TeV
|
1862
|
|
1863
|
hIoni: for pi+ SubType= 2
|
1864
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1865
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1866
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1867
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1868
|
Bragg : Emin= 0 eV Emax= 297.50455745502 keV
|
1869
|
BetheBloch : Emin= 297.50455745502 keV Emax= 10 TeV
|
1870
|
|
1871
|
hBrems: for pi+ SubType= 3
|
1872
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1873
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1874
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1875
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1876
|
|
1877
|
hPairProd: for pi+ SubType= 4
|
1878
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1879
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1880
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1881
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1882
|
|
1883
|
msc: for pi- SubType= 10
|
1884
|
Lambda tables from 100 eV to 10 TeV in 77 bins, spline: 1
|
1885
|
RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
|
1886
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1887
|
UrbanMsc90 : Emin= 0 eV Emax= 10 TeV
|
1888
|
|
1889
|
hIoni: for pi- SubType= 2
|
1890
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1891
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1892
|
finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
|
1893
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1894
|
ICRU73QO : Emin= 0 eV Emax= 297.50455745502 keV
|
1895
|
BetheBloch : Emin= 297.50455745502 keV Emax= 10 TeV
|
1896
|
|
1897
|
hBrems: for pi- SubType= 3
|
1898
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1899
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1900
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1901
|
hBrem : Emin= 0 eV Emax= 10 TeV
|
1902
|
|
1903
|
hPairProd: for pi- SubType= 4
|
1904
|
dE/dx and range tables from 100 eV to 10 TeV in 77 bins
|
1905
|
Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
|
1906
|
===== EM models for the G4Region DefaultRegionForTheWorld ======
|
1907
|
hPairProd : Emin= 0 eV Emax= 10 TeV
|
1908
|
[ OK ] MAUSGeant4ManagerTest.RunParticlePGTest (192 ms)
|
1909
|
[ RUN ] MAUSGeant4ManagerTest.RunParticleJsonTest
|
1910
|
[ OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (9 ms)
|
1911
|
[ RUN ] MAUSGeant4ManagerTest.RunManyParticlesTest
|
1912
|
[ OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (19 ms)
|
1913
|
[----------] 12 tests from MAUSGeant4ManagerTest (2310 ms total)
|
1914
|
|
1915
|
[----------] 6 tests from VirtualPlaneTest
|
1916
|
[ RUN ] VirtualPlaneTest.ConstructorTest
|
1917
|
[ OK ] VirtualPlaneTest.ConstructorTest (1 ms)
|
1918
|
[ RUN ] VirtualPlaneTest.GetIndependentVariableZTest
|
1919
|
[ OK ] VirtualPlaneTest.GetIndependentVariableZTest (0 ms)
|
1920
|
[ RUN ] VirtualPlaneTest.SteppingOverTest
|
1921
|
[ OK ] VirtualPlaneTest.SteppingOverTest (0 ms)
|
1922
|
[ RUN ] VirtualPlaneTest.BuildNewHitTest
|
1923
|
[ OK ] VirtualPlaneTest.BuildNewHitTest (1 ms)
|
1924
|
[ RUN ] VirtualPlaneTest.ComparePositionTest
|
1925
|
[ OK ] VirtualPlaneTest.ComparePositionTest (0 ms)
|
1926
|
[ RUN ] VirtualPlaneTest.InRadialCutTest
|
1927
|
[ OK ] VirtualPlaneTest.InRadialCutTest (0 ms)
|
1928
|
[----------] 6 tests from VirtualPlaneTest (2 ms total)
|
1929
|
|
1930
|
[----------] 14 tests from VirtualPlaneManagerTest
|
1931
|
[ RUN ] VirtualPlaneManagerTest.GetSetFieldTest
|
1932
|
[ OK ] VirtualPlaneManagerTest.GetSetFieldTest (0 ms)
|
1933
|
[ RUN ] VirtualPlaneManagerTest.GetSetHitsTest
|
1934
|
[ OK ] VirtualPlaneManagerTest.GetSetHitsTest (1 ms)
|
1935
|
[ RUN ] VirtualPlaneManagerTest.ConstructVirtualPlanes
|
1936
|
[ OK ] VirtualPlaneManagerTest.ConstructVirtualPlanes (1 ms)
|
1937
|
[ RUN ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest
|
1938
|
[ OK ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest (5 ms)
|
1939
|
[ RUN ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest
|
1940
|
[ OK ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest (3 ms)
|
1941
|
[ RUN ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest
|
1942
|
[ OK ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest (0 ms)
|
1943
|
[ RUN ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest
|
1944
|
[ OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest (3 ms)
|
1945
|
[ RUN ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest
|
1946
|
[ OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest (1 ms)
|
1947
|
[ RUN ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest
|
1948
|
[ OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest (2 ms)
|
1949
|
[ RUN ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest
|
1950
|
[ OK ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest (3 ms)
|
1951
|
[ RUN ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest
|
1952
|
[ OK ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest (1 ms)
|
1953
|
[ RUN ] VirtualPlaneManagerTest.RemovePlaneTest
|
1954
|
[ OK ] VirtualPlaneManagerTest.RemovePlaneTest (4 ms)
|
1955
|
[ RUN ] VirtualPlaneManagerTest.RemovePlanesTest
|
1956
|
[ OK ] VirtualPlaneManagerTest.RemovePlanesTest (4 ms)
|
1957
|
[ RUN ] VirtualPlaneManagerTest.ReadWriteHitTest
|
1958
|
[ OK ] VirtualPlaneManagerTest.ReadWriteHitTest (1 ms)
|
1959
|
[----------] 14 tests from VirtualPlaneManagerTest (29 ms total)
|
1960
|
|
1961
|
[----------] 2 tests from MAUSTrackingActionTest
|
1962
|
[ RUN ] MAUSTrackingActionTest.PreUserTrackingActionTest
|
1963
|
[ OK ] MAUSTrackingActionTest.PreUserTrackingActionTest (0 ms)
|
1964
|
[ RUN ] MAUSTrackingActionTest.PostUserTrackingActionTest
|
1965
|
[ OK ] MAUSTrackingActionTest.PostUserTrackingActionTest (1 ms)
|
1966
|
[----------] 2 tests from MAUSTrackingActionTest (1 ms total)
|
1967
|
|
1968
|
[----------] 5 tests from MAUSSteppingActionTest
|
1969
|
[ RUN ] MAUSSteppingActionTest.GetSetTest
|
1970
|
[ OK ] MAUSSteppingActionTest.GetSetTest (0 ms)
|
1971
|
[ RUN ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest
|
1972
|
[ OK ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest (0 ms)
|
1973
|
[ RUN ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest
|
1974
|
[ OK ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest (1 ms)
|
1975
|
[ RUN ] MAUSSteppingActionTest.StepToJsonTest
|
1976
|
[ OK ] MAUSSteppingActionTest.StepToJsonTest (0 ms)
|
1977
|
[ RUN ] MAUSSteppingActionTest.UserSteppingActionVirtualTest
|
1978
|
[ OK ] MAUSSteppingActionTest.UserSteppingActionVirtualTest (0 ms)
|
1979
|
[----------] 5 tests from MAUSSteppingActionTest (1 ms total)
|
1980
|
|
1981
|
[----------] 3 tests from MAUSStackingActionTest
|
1982
|
[ RUN ] MAUSStackingActionTest.ConstructorAccessorsTest
|
1983
|
[ OK ] MAUSStackingActionTest.ConstructorAccessorsTest (0 ms)
|
1984
|
[ RUN ] MAUSStackingActionTest.AccessorsMutatorsTest
|
1985
|
[ OK ] MAUSStackingActionTest.AccessorsMutatorsTest (0 ms)
|
1986
|
[ RUN ] MAUSStackingActionTest.ClassifyNewTrackTest
|
1987
|
[ OK ] MAUSStackingActionTest.ClassifyNewTrackTest (0 ms)
|
1988
|
[----------] 3 tests from MAUSStackingActionTest (0 ms total)
|
1989
|
|
1990
|
[----------] 4 tests from MAUSPrimaryGeneratorActionTest
|
1991
|
[ RUN ] MAUSPrimaryGeneratorActionTest.PushPopTest
|
1992
|
[ OK ] MAUSPrimaryGeneratorActionTest.PushPopTest (0 ms)
|
1993
|
[ RUN ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest
|
1994
|
[ OK ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest (5 ms)
|
1995
|
[ RUN ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest
|
1996
|
[ OK ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest (0 ms)
|
1997
|
[ RUN ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest
|
1998
|
[ OK ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest (0 ms)
|
1999
|
[----------] 4 tests from MAUSPrimaryGeneratorActionTest (5 ms total)
|
2000
|
|
2001
|
[----------] 3 tests from MAUSEventActionTest
|
2002
|
[ RUN ] MAUSEventActionTest.SetGetEventsTest
|
2003
|
[ OK ] MAUSEventActionTest.SetGetEventsTest (1 ms)
|
2004
|
[ RUN ] MAUSEventActionTest.BeginOfEventActionTest
|
2005
|
[ OK ] MAUSEventActionTest.BeginOfEventActionTest (0 ms)
|
2006
|
[ RUN ] MAUSEventActionTest.EndOfEventActionTest
|
2007
|
[ OK ] MAUSEventActionTest.EndOfEventActionTest (2 ms)
|
2008
|
[----------] 3 tests from MAUSEventActionTest (3 ms total)
|
2009
|
|
2010
|
[----------] 3 tests from TransferMapTest
|
2011
|
[ RUN ] TransferMapTest.PhaseSpaceVectorTransport
|
2012
|
[ OK ] TransferMapTest.PhaseSpaceVectorTransport (0 ms)
|
2013
|
[ RUN ] TransferMapTest.Constructors
|
2014
|
[ OK ] TransferMapTest.Constructors (0 ms)
|
2015
|
[ RUN ] TransferMapTest.FirstOrderCovarianceMatrixTransport
|
2016
|
[ OK ] TransferMapTest.FirstOrderCovarianceMatrixTransport (0 ms)
|
2017
|
[----------] 3 tests from TransferMapTest (0 ms total)
|
2018
|
|
2019
|
[----------] 7 tests from PhaseSpaceVectorTest
|
2020
|
[ RUN ] PhaseSpaceVectorTest.DefaultConstructor
|
2021
|
[ OK ] PhaseSpaceVectorTest.DefaultConstructor (0 ms)
|
2022
|
[ RUN ] PhaseSpaceVectorTest.VectorConstructor
|
2023
|
[ OK ] PhaseSpaceVectorTest.VectorConstructor (1 ms)
|
2024
|
[ RUN ] PhaseSpaceVectorTest.ArrayConstructor
|
2025
|
[ OK ] PhaseSpaceVectorTest.ArrayConstructor (0 ms)
|
2026
|
[ RUN ] PhaseSpaceVectorTest.CopyConstructor
|
2027
|
[ OK ] PhaseSpaceVectorTest.CopyConstructor (0 ms)
|
2028
|
[ RUN ] PhaseSpaceVectorTest.ParameterConstructor
|
2029
|
[ OK ] PhaseSpaceVectorTest.ParameterConstructor (0 ms)
|
2030
|
[ RUN ] PhaseSpaceVectorTest.Accessors
|
2031
|
[ OK ] PhaseSpaceVectorTest.Accessors (0 ms)
|
2032
|
[ RUN ] PhaseSpaceVectorTest.Mutators
|
2033
|
[ OK ] PhaseSpaceVectorTest.Mutators (0 ms)
|
2034
|
[----------] 7 tests from PhaseSpaceVectorTest (1 ms total)
|
2035
|
|
2036
|
[----------] 6 tests from CovarianceMatrixTest
|
2037
|
[ RUN ] CovarianceMatrixTest.DefaultConstructor
|
2038
|
Seed for HepJamesRandom must be non-negative
|
2039
|
Seed value supplied was -1
|
2040
|
Using its absolute value instead
|
2041
|
[ OK ] CovarianceMatrixTest.DefaultConstructor (0 ms)
|
2042
|
[ RUN ] CovarianceMatrixTest.CopyConstructors
|
2043
|
Seed for HepJamesRandom must be non-negative
|
2044
|
Seed value supplied was -1
|
2045
|
Using its absolute value instead
|
2046
|
[ OK ] CovarianceMatrixTest.CopyConstructors (3 ms)
|
2047
|
[ RUN ] CovarianceMatrixTest.PennParametrization
|
2048
|
Seed for HepJamesRandom must be non-negative
|
2049
|
Seed value supplied was -1
|
2050
|
Using its absolute value instead
|
2051
|
[ OK ] CovarianceMatrixTest.PennParametrization (0 ms)
|
2052
|
[ RUN ] CovarianceMatrixTest.TwissParametrization
|
2053
|
Seed for HepJamesRandom must be non-negative
|
2054
|
Seed value supplied was -1
|
2055
|
Using its absolute value instead
|
2056
|
[ OK ] CovarianceMatrixTest.TwissParametrization (0 ms)
|
2057
|
[ RUN ] CovarianceMatrixTest.PositiveDefiniteness
|
2058
|
Seed for HepJamesRandom must be non-negative
|
2059
|
Seed value supplied was -1
|
2060
|
Using its absolute value instead
|
2061
|
[ OK ] CovarianceMatrixTest.PositiveDefiniteness (0 ms)
|
2062
|
[ RUN ] CovarianceMatrixTest.RotateEllipse
|
2063
|
Seed for HepJamesRandom must be non-negative
|
2064
|
Seed value supplied was -1
|
2065
|
Using its absolute value instead
|
2066
|
[ OK ] CovarianceMatrixTest.RotateEllipse (0 ms)
|
2067
|
[----------] 6 tests from CovarianceMatrixTest (3 ms total)
|
2068
|
|
2069
|
[----------] 15 tests from VectorTest
|
2070
|
[ RUN ] VectorTest.Size
|
2071
|
[ OK ] VectorTest.Size (0 ms)
|
2072
|
[ RUN ] VectorTest.Subvector
|
2073
|
[ OK ] VectorTest.Subvector (2 ms)
|
2074
|
[ RUN ] VectorTest.Indexing
|
2075
|
[ OK ] VectorTest.Indexing (5 ms)
|
2076
|
[ RUN ] VectorTest.Equals
|
2077
|
[ OK ] VectorTest.Equals (0 ms)
|
2078
|
[ RUN ] VectorTest.NotEquals
|
2079
|
[ OK ] VectorTest.NotEquals (0 ms)
|
2080
|
[ RUN ] VectorTest.StdVectorConstructor
|
2081
|
[ OK ] VectorTest.StdVectorConstructor (0 ms)
|
2082
|
[ RUN ] VectorTest.HepVectorConstructor
|
2083
|
[ OK ] VectorTest.HepVectorConstructor (1 ms)
|
2084
|
[ RUN ] VectorTest.Assignment
|
2085
|
[ OK ] VectorTest.Assignment (2 ms)
|
2086
|
[ RUN ] VectorTest.Multiplication
|
2087
|
[ OK ] VectorTest.Multiplication (4 ms)
|
2088
|
[ RUN ] VectorTest.Division
|
2089
|
[ OK ] VectorTest.Division (4 ms)
|
2090
|
[ RUN ] VectorTest.Addition
|
2091
|
[ OK ] VectorTest.Addition (0 ms)
|
2092
|
[ RUN ] VectorTest.Inversion
|
2093
|
[ OK ] VectorTest.Inversion (0 ms)
|
2094
|
[ RUN ] VectorTest.Subtraction
|
2095
|
[ OK ] VectorTest.Subtraction (0 ms)
|
2096
|
[ RUN ] VectorTest.ComplexDecomposition
|
2097
|
[ OK ] VectorTest.ComplexDecomposition (0 ms)
|
2098
|
[ RUN ] VectorTest.Streaming
|
2099
|
[ OK ] VectorTest.Streaming (0 ms)
|
2100
|
[----------] 15 tests from VectorTest (18 ms total)
|
2101
|
|
2102
|
[----------] 16 tests from SymmetricMatrixTest
|
2103
|
[ RUN ] SymmetricMatrixTest.DefaultConstructor
|
2104
|
[ OK ] SymmetricMatrixTest.DefaultConstructor (0 ms)
|
2105
|
[ RUN ] SymmetricMatrixTest.CopyConstructor
|
2106
|
[ OK ] SymmetricMatrixTest.CopyConstructor (0 ms)
|
2107
|
[ RUN ] SymmetricMatrixTest.HepSymMatrixConstructor
|
2108
|
[ OK ] SymmetricMatrixTest.HepSymMatrixConstructor (0 ms)
|
2109
|
[ RUN ] SymmetricMatrixTest.ConstructorSizeOnly
|
2110
|
[ OK ] SymmetricMatrixTest.ConstructorSizeOnly (0 ms)
|
2111
|
[ RUN ] SymmetricMatrixTest.ConstructorFill
|
2112
|
[ OK ] SymmetricMatrixTest.ConstructorFill (0 ms)
|
2113
|
[ RUN ] SymmetricMatrixTest.ConstructorFromArray
|
2114
|
[ OK ] SymmetricMatrixTest.ConstructorFromArray (0 ms)
|
2115
|
[ RUN ] SymmetricMatrixTest.Set
|
2116
|
[ OK ] SymmetricMatrixTest.Set (0 ms)
|
2117
|
[ RUN ] SymmetricMatrixTest.Assignment
|
2118
|
[ OK ] SymmetricMatrixTest.Assignment (0 ms)
|
2119
|
[ RUN ] SymmetricMatrixTest.Addition
|
2120
|
[ OK ] SymmetricMatrixTest.Addition (0 ms)
|
2121
|
[ RUN ] SymmetricMatrixTest.Subtraction
|
2122
|
[ OK ] SymmetricMatrixTest.Subtraction (0 ms)
|
2123
|
[ RUN ] SymmetricMatrixTest.ScalarMultiplication
|
2124
|
[ OK ] SymmetricMatrixTest.ScalarMultiplication (0 ms)
|
2125
|
[ RUN ] SymmetricMatrixTest.ScalarDivision
|
2126
|
[ OK ] SymmetricMatrixTest.ScalarDivision (0 ms)
|
2127
|
[ RUN ] SymmetricMatrixTest.Inverse
|
2128
|
[ OK ] SymmetricMatrixTest.Inverse (0 ms)
|
2129
|
[ RUN ] SymmetricMatrixTest.HepSymMatrix
|
2130
|
[ OK ] SymmetricMatrixTest.HepSymMatrix (0 ms)
|
2131
|
[ RUN ] SymmetricMatrixTest.Eigen
|
2132
|
[ OK ] SymmetricMatrixTest.Eigen (0 ms)
|
2133
|
[ RUN ] SymmetricMatrixTest.Negation
|
2134
|
[ OK ] SymmetricMatrixTest.Negation (0 ms)
|
2135
|
[----------] 16 tests from SymmetricMatrixTest (0 ms total)
|
2136
|
|
2137
|
[----------] 10 tests from PolynomialVectorTest
|
2138
|
[ RUN ] PolynomialVectorTest.Constructor
|
2139
|
[ OK ] PolynomialVectorTest.Constructor (0 ms)
|
2140
|
[ RUN ] PolynomialVectorTest.Clone
|
2141
|
[ OK ] PolynomialVectorTest.Clone (0 ms)
|
2142
|
[ RUN ] PolynomialVectorTest.MapEvaluation
|
2143
|
[ OK ] PolynomialVectorTest.MapEvaluation (0 ms)
|
2144
|
[ RUN ] PolynomialVectorTest.IterableEquality
|
2145
|
[ OK ] PolynomialVectorTest.IterableEquality (0 ms)
|
2146
|
[ RUN ] PolynomialVectorTest.PointBox
|
2147
|
[ OK ] PolynomialVectorTest.PointBox (0 ms)
|
2148
|
[ RUN ] PolynomialVectorTest.GetAvgChi2OfDifference
|
2149
|
[ OK ] PolynomialVectorTest.GetAvgChi2OfDifference (3 ms)
|
2150
|
[ RUN ] PolynomialVectorTest.Means
|
2151
|
[ OK ] PolynomialVectorTest.Means (0 ms)
|
2152
|
[ RUN ] PolynomialVectorTest.Covariances
|
2153
|
[ OK ] PolynomialVectorTest.Covariances (0 ms)
|
2154
|
[ RUN ] PolynomialVectorTest.LeastSquaresFitting
|
2155
|
[ OK ] PolynomialVectorTest.LeastSquaresFitting (824 ms)
|
2156
|
[ RUN ] PolynomialVectorTest.SpaceTransform
|
2157
|
[ OK ] PolynomialVectorTest.SpaceTransform (1 ms)
|
2158
|
[----------] 10 tests from PolynomialVectorTest (829 ms total)
|
2159
|
|
2160
|
[----------] 31 tests from MatrixTest
|
2161
|
[ RUN ] MatrixTest.DefaultConstructor
|
2162
|
[ OK ] MatrixTest.DefaultConstructor (0 ms)
|
2163
|
[ RUN ] MatrixTest.SingleElementValueConstructor
|
2164
|
[ OK ] MatrixTest.SingleElementValueConstructor (1 ms)
|
2165
|
[ RUN ] MatrixTest.ConstructorFromArray
|
2166
|
[ OK ] MatrixTest.ConstructorFromArray (0 ms)
|
2167
|
[ RUN ] MatrixTest.IndexingElements
|
2168
|
[ OK ] MatrixTest.IndexingElements (8 ms)
|
2169
|
[ RUN ] MatrixTest.CopyConstructor
|
2170
|
[ OK ] MatrixTest.CopyConstructor (0 ms)
|
2171
|
[ RUN ] MatrixTest.HepMatrixConstructor
|
2172
|
[ OK ] MatrixTest.HepMatrixConstructor (0 ms)
|
2173
|
[ RUN ] MatrixTest.ConstructorSizeOnly
|
2174
|
[ OK ] MatrixTest.ConstructorSizeOnly (0 ms)
|
2175
|
[ RUN ] MatrixTest.ConstructorFill
|
2176
|
[ OK ] MatrixTest.ConstructorFill (0 ms)
|
2177
|
[ RUN ] MatrixTest.IndexingRows
|
2178
|
[ OK ] MatrixTest.IndexingRows (3 ms)
|
2179
|
[ RUN ] MatrixTest.IndexingColumns
|
2180
|
[ OK ] MatrixTest.IndexingColumns (2 ms)
|
2181
|
[ RUN ] MatrixTest.Submatrix
|
2182
|
[ OK ] MatrixTest.Submatrix (0 ms)
|
2183
|
[ RUN ] MatrixTest.Comparison
|
2184
|
[ OK ] MatrixTest.Comparison (0 ms)
|
2185
|
[ RUN ] MatrixTest.Assignment
|
2186
|
[ OK ] MatrixTest.Assignment (1 ms)
|
2187
|
[ RUN ] MatrixTest.Addition
|
2188
|
[ OK ] MatrixTest.Addition (3 ms)
|
2189
|
[ RUN ] MatrixTest.Subtraction
|
2190
|
[ OK ] MatrixTest.Subtraction (2 ms)
|
2191
|
[ RUN ] MatrixTest.Multiplication
|
2192
|
[ OK ] MatrixTest.Multiplication (1 ms)
|
2193
|
[ RUN ] MatrixTest.ScalarMultiplication
|
2194
|
[ OK ] MatrixTest.ScalarMultiplication (0 ms)
|
2195
|
[ RUN ] MatrixTest.ScalarDivision
|
2196
|
[ OK ] MatrixTest.ScalarDivision (0 ms)
|
2197
|
[ RUN ] MatrixTest.ComplexComposition
|
2198
|
[ OK ] MatrixTest.ComplexComposition (1 ms)
|
2199
|
[ RUN ] MatrixTest.ComplexDecomposition
|
2200
|
[ OK ] MatrixTest.ComplexDecomposition (0 ms)
|
2201
|
[ RUN ] MatrixTest.ComplexConjugation
|
2202
|
[ OK ] MatrixTest.ComplexConjugation (0 ms)
|
2203
|
[ RUN ] MatrixTest.Determinant
|
2204
|
[ OK ] MatrixTest.Determinant (1 ms)
|
2205
|
[ RUN ] MatrixTest.Inverse
|
2206
|
[ OK ] MatrixTest.Inverse (1 ms)
|
2207
|
[ RUN ] MatrixTest.Trace
|
2208
|
[ OK ] MatrixTest.Trace (0 ms)
|
2209
|
[ RUN ] MatrixTest.Transpose
|
2210
|
[ OK ] MatrixTest.Transpose (0 ms)
|
2211
|
[ RUN ] MatrixTest.Dagger
|
2212
|
[ OK ] MatrixTest.Dagger (0 ms)
|
2213
|
[ RUN ] MatrixTest.HepMatrix
|
2214
|
[ OK ] MatrixTest.HepMatrix (0 ms)
|
2215
|
[ RUN ] MatrixTest.Eigen
|
2216
|
[ OK ] MatrixTest.Eigen (2 ms)
|
2217
|
[ RUN ] MatrixTest.Negation
|
2218
|
[ OK ] MatrixTest.Negation (0 ms)
|
2219
|
[ RUN ] MatrixTest.VectorMultiplication
|
2220
|
[ OK ] MatrixTest.VectorMultiplication (0 ms)
|
2221
|
[ RUN ] MatrixTest.Streaming
|
2222
|
[ OK ] MatrixTest.Streaming (0 ms)
|
2223
|
[----------] 31 tests from MatrixTest (29 ms total)
|
2224
|
|
2225
|
[----------] 13 tests from HermitianMatrixTest
|
2226
|
[ RUN ] HermitianMatrixTest.DefaultConstructor
|
2227
|
[ OK ] HermitianMatrixTest.DefaultConstructor (0 ms)
|
2228
|
[ RUN ] HermitianMatrixTest.CopyConstructor
|
2229
|
[ OK ] HermitianMatrixTest.CopyConstructor (0 ms)
|
2230
|
[ RUN ] HermitianMatrixTest.ConstructorSizeOnly
|
2231
|
[ OK ] HermitianMatrixTest.ConstructorSizeOnly (0 ms)
|
2232
|
[ RUN ] HermitianMatrixTest.ConstructorFill
|
2233
|
[ OK ] HermitianMatrixTest.ConstructorFill (0 ms)
|
2234
|
[ RUN ] HermitianMatrixTest.ConstructorFromArray
|
2235
|
[ OK ] HermitianMatrixTest.ConstructorFromArray (0 ms)
|
2236
|
[ RUN ] HermitianMatrixTest.Set
|
2237
|
[ OK ] HermitianMatrixTest.Set (0 ms)
|
2238
|
[ RUN ] HermitianMatrixTest.Assignment
|
2239
|
[ OK ] HermitianMatrixTest.Assignment (0 ms)
|
2240
|
[ RUN ] HermitianMatrixTest.Addition
|
2241
|
[ OK ] HermitianMatrixTest.Addition (0 ms)
|
2242
|
[ RUN ] HermitianMatrixTest.Subtraction
|
2243
|
[ OK ] HermitianMatrixTest.Subtraction (0 ms)
|
2244
|
[ RUN ] HermitianMatrixTest.Inverse
|
2245
|
[ OK ] HermitianMatrixTest.Inverse (0 ms)
|
2246
|
[ RUN ] HermitianMatrixTest.ComplexDecomposition
|
2247
|
[ OK ] HermitianMatrixTest.ComplexDecomposition (0 ms)
|
2248
|
[ RUN ] HermitianMatrixTest.Eigen
|
2249
|
[ OK ] HermitianMatrixTest.Eigen (1 ms)
|
2250
|
[ RUN ] HermitianMatrixTest.Negation
|
2251
|
[ OK ] HermitianMatrixTest.Negation (0 ms)
|
2252
|
[----------] 13 tests from HermitianMatrixTest (1 ms total)
|
2253
|
|
2254
|
[----------] 22 tests from ComplexTest
|
2255
|
[ RUN ] ComplexTest.PseudoConstructor
|
2256
|
[ OK ] ComplexTest.PseudoConstructor (0 ms)
|
2257
|
[ RUN ] ComplexTest.Equals
|
2258
|
[ OK ] ComplexTest.Equals (0 ms)
|
2259
|
[ RUN ] ComplexTest.NotEquals
|
2260
|
[ OK ] ComplexTest.NotEquals (0 ms)
|
2261
|
[ RUN ] ComplexTest.Components
|
2262
|
[ OK ] ComplexTest.Components (0 ms)
|
2263
|
[ RUN ] ComplexTest.Double
|
2264
|
[ OK ] ComplexTest.Double (0 ms)
|
2265
|
[ RUN ] ComplexTest.Conjugate
|
2266
|
[ OK ] ComplexTest.Conjugate (0 ms)
|
2267
|
[ RUN ] ComplexTest.Assignment
|
2268
|
[ OK ] ComplexTest.Assignment (0 ms)
|
2269
|
[ RUN ] ComplexTest.Multiplication
|
2270
|
[ OK ] ComplexTest.Multiplication (0 ms)
|
2271
|
[ RUN ] ComplexTest.Division
|
2272
|
[ OK ] ComplexTest.Division (0 ms)
|
2273
|
[ RUN ] ComplexTest.Addition
|
2274
|
[ OK ] ComplexTest.Addition (0 ms)
|
2275
|
[ RUN ] ComplexTest.Negation
|
2276
|
[ OK ] ComplexTest.Negation (0 ms)
|
2277
|
[ RUN ] ComplexTest.Subtraction
|
2278
|
[ OK ] ComplexTest.Subtraction (0 ms)
|
2279
|
[ RUN ] ComplexTest.Polar
|
2280
|
[ OK ] ComplexTest.Polar (0 ms)
|
2281
|
[ RUN ] ComplexTest.Magnitude
|
2282
|
[ OK ] ComplexTest.Magnitude (0 ms)
|
2283
|
[ RUN ] ComplexTest.Arg
|
2284
|
[ OK ] ComplexTest.Arg (0 ms)
|
2285
|
[ RUN ] ComplexTest.Exponential
|
2286
|
[ OK ] ComplexTest.Exponential (0 ms)
|
2287
|
[ RUN ] ComplexTest.Logarithms
|
2288
|
[ OK ] ComplexTest.Logarithms (0 ms)
|
2289
|
[ RUN ] ComplexTest.Pow
|
2290
|
[ OK ] ComplexTest.Pow (0 ms)
|
2291
|
[ RUN ] ComplexTest.SquareRoot
|
2292
|
[ OK ] ComplexTest.SquareRoot (0 ms)
|
2293
|
[ RUN ] ComplexTest.TrigonometricFunctions
|
2294
|
[ OK ] ComplexTest.TrigonometricFunctions (0 ms)
|
2295
|
[ RUN ] ComplexTest.HyperbolicTrigonometricFunctions
|
2296
|
[ OK ] ComplexTest.HyperbolicTrigonometricFunctions (0 ms)
|
2297
|
[ RUN ] ComplexTest.Streaming
|
2298
|
[ OK ] ComplexTest.Streaming (0 ms)
|
2299
|
[----------] 22 tests from ComplexTest (0 ms total)
|
2300
|
|
2301
|
[----------] 1 test from MapCppSimulationTest
|
2302
|
[ RUN ] MapCppSimulationTest.DoesNothingTest
|
2303
|
[ OK ] MapCppSimulationTest.DoesNothingTest (0 ms)
|
2304
|
[----------] 1 test from MapCppSimulationTest (0 ms total)
|
2305
|
|
2306
|
[----------] 4 tests from RStreamTest
|
2307
|
[ RUN ] RStreamTest.TestConstructor
|
2308
|
[ OK ] RStreamTest.TestConstructor (6 ms)
|
2309
|
[ RUN ] RStreamTest.TestIsOpen
|
2310
|
[ OK ] RStreamTest.TestIsOpen (2 ms)
|
2311
|
[ RUN ] RStreamTest.TestSetBranch
|
2312
|
[ OK ] RStreamTest.TestSetBranch (2 ms)
|
2313
|
[ RUN ] RStreamTest.TestAttachBranch
|
2314
|
No branch name set
|
2315
|
Branch not found
|
2316
|
Branch not found
|
2317
|
No branch name set
|
2318
|
Branch not found
|
2319
|
Branch not found
|
2320
|
[ OK ] RStreamTest.TestAttachBranch (41 ms)
|
2321
|
[----------] 4 tests from RStreamTest (51 ms total)
|
2322
|
|
2323
|
[----------] 4 tests from ORStreamTest
|
2324
|
[ RUN ] ORStreamTest.TestConstructor
|
2325
|
[ OK ] ORStreamTest.TestConstructor (2 ms)
|
2326
|
[ RUN ] ORStreamTest.TestFileOpen
|
2327
|
[ OK ] ORStreamTest.TestFileOpen (5 ms)
|
2328
|
[ RUN ] ORStreamTest.TestFileClose
|
2329
|
[ OK ] ORStreamTest.TestFileClose (58 ms)
|
2330
|
[ RUN ] ORStreamTest.TestFillEvent
|
2331
|
[ OK ] ORStreamTest.TestFillEvent (7 ms)
|
2332
|
[----------] 4 tests from ORStreamTest (72 ms total)
|
2333
|
|
2334
|
[----------] 5 tests from IRStreamTest
|
2335
|
[ RUN ] IRStreamTest.TestConstructor
|
2336
|
[ OK ] IRStreamTest.TestConstructor (5 ms)
|
2337
|
[ RUN ] IRStreamTest.TestFileOpen
|
2338
|
[ OK ] IRStreamTest.TestFileOpen (5 ms)
|
2339
|
[ RUN ] IRStreamTest.TestFileClose
|
2340
|
[ OK ] IRStreamTest.TestFileClose (5 ms)
|
2341
|
[ RUN ] IRStreamTest.TestReadEvent
|
2342
|
[ OK ] IRStreamTest.TestReadEvent (5 ms)
|
2343
|
[ RUN ] IRStreamTest.TestSetCurrentEvent
|
2344
|
[ OK ] IRStreamTest.TestSetCurrentEvent (5 ms)
|
2345
|
[----------] 5 tests from IRStreamTest (25 ms total)
|
2346
|
|
2347
|
[----------] 3 tests from OneArgManipTest
|
2348
|
[ RUN ] OneArgManipTest.TestConstructor
|
2349
|
[ OK ] OneArgManipTest.TestConstructor (0 ms)
|
2350
|
[ RUN ] OneArgManipTest.TestOperator
|
2351
|
[ OK ] OneArgManipTest.TestOperator (2 ms)
|
2352
|
[ RUN ] OneArgManipTest.TestBranchName
|
2353
|
[ OK ] OneArgManipTest.TestBranchName (0 ms)
|
2354
|
[----------] 3 tests from OneArgManipTest (2 ms total)
|
2355
|
|
2356
|
[----------] 14 tests from SpillProcessorTest
|
2357
|
[ RUN ] SpillProcessorTest.ThreeVectorProcessorTest
|
2358
|
[ OK ] SpillProcessorTest.ThreeVectorProcessorTest (0 ms)
|
2359
|
[ RUN ] SpillProcessorTest.StepProcessorTest
|
2360
|
[ OK ] SpillProcessorTest.StepProcessorTest (0 ms)
|
2361
|
[ RUN ] SpillProcessorTest.TrackProcessorTest
|
2362
|
[ OK ] SpillProcessorTest.TrackProcessorTest (1 ms)
|
2363
|
[ RUN ] SpillProcessorTest.TOFChannelIdProcessorTest
|
2364
|
[ OK ] SpillProcessorTest.TOFChannelIdProcessorTest (0 ms)
|
2365
|
[ RUN ] SpillProcessorTest.SciFiChannelIdProcessorTest
|
2366
|
[ OK ] SpillProcessorTest.SciFiChannelIdProcessorTest (0 ms)
|
2367
|
[ RUN ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest
|
2368
|
[ OK ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest (0 ms)
|
2369
|
[ RUN ] SpillProcessorTest.SciFiHitProcessorTest
|
2370
|
[ OK ] SpillProcessorTest.SciFiHitProcessorTest (0 ms)
|
2371
|
[ RUN ] SpillProcessorTest.TOFHitProcessorTest
|
2372
|
[ OK ] SpillProcessorTest.TOFHitProcessorTest (1 ms)
|
2373
|
[ RUN ] SpillProcessorTest.SpecialVirtualHitProcessorTest
|
2374
|
[ OK ] SpillProcessorTest.SpecialVirtualHitProcessorTest (0 ms)
|
2375
|
[ RUN ] SpillProcessorTest.VirtualHitProcessorTest
|
2376
|
[ OK ] SpillProcessorTest.VirtualHitProcessorTest (1 ms)
|
2377
|
[ RUN ] SpillProcessorTest.PrimaryProcessorTest
|
2378
|
[ OK ] SpillProcessorTest.PrimaryProcessorTest (0 ms)
|
2379
|
[ RUN ] SpillProcessorTest.MCEventProcessorTest
|
2380
|
[ OK ] SpillProcessorTest.MCEventProcessorTest (4 ms)
|
2381
|
[ RUN ] SpillProcessorTest.ReconEventProcessorTest
|
2382
|
[ OK ] SpillProcessorTest.ReconEventProcessorTest (1 ms)
|
2383
|
[ RUN ] SpillProcessorTest.SpillProcessorTest
|
2384
|
[ OK ] SpillProcessorTest.SpillProcessorTest (1 ms)
|
2385
|
[----------] 14 tests from SpillProcessorTest (11 ms total)
|
2386
|
|
2387
|
[----------] 10 tests from PrimitivesProcessorsTest
|
2388
|
[ RUN ] PrimitivesProcessorsTest.DoubleJsonToCpp
|
2389
|
[ OK ] PrimitivesProcessorsTest.DoubleJsonToCpp (2 ms)
|
2390
|
[ RUN ] PrimitivesProcessorsTest.DoubleCppToJson
|
2391
|
[ OK ] PrimitivesProcessorsTest.DoubleCppToJson (0 ms)
|
2392
|
[ RUN ] PrimitivesProcessorsTest.BoolJsonToCpp
|
2393
|
[ OK ] PrimitivesProcessorsTest.BoolJsonToCpp (1 ms)
|
2394
|
[ RUN ] PrimitivesProcessorsTest.BoolCppToJson
|
2395
|
[ OK ] PrimitivesProcessorsTest.BoolCppToJson (0 ms)
|
2396
|
[ RUN ] PrimitivesProcessorsTest.StringJsonToCpp
|
2397
|
[ OK ] PrimitivesProcessorsTest.StringJsonToCpp (1 ms)
|
2398
|
[ RUN ] PrimitivesProcessorsTest.StringCppToJson
|
2399
|
[ OK ] PrimitivesProcessorsTest.StringCppToJson (0 ms)
|
2400
|
[ RUN ] PrimitivesProcessorsTest.IntJsonToCpp
|
2401
|
[ OK ] PrimitivesProcessorsTest.IntJsonToCpp (1 ms)
|
2402
|
[ RUN ] PrimitivesProcessorsTest.IntCppToJson
|
2403
|
[ OK ] PrimitivesProcessorsTest.IntCppToJson (0 ms)
|
2404
|
[ RUN ] PrimitivesProcessorsTest.UIntJsonToCpp
|
2405
|
[ OK ] PrimitivesProcessorsTest.UIntJsonToCpp (1 ms)
|
2406
|
[ RUN ] PrimitivesProcessorsTest.UIntCppToJson
|
2407
|
[ OK ] PrimitivesProcessorsTest.UIntCppToJson (0 ms)
|
2408
|
[----------] 10 tests from PrimitivesProcessorsTest (6 ms total)
|
2409
|
|
2410
|
[----------] 5 tests from ObjectProcessorTest
|
2411
|
[ RUN ] ObjectProcessorTest.HasUnknownBranches
|
2412
|
[ OK ] ObjectProcessorTest.HasUnknownBranches (1 ms)
|
2413
|
[ RUN ] ObjectProcessorTest.JsonToCppRequiredTest
|
2414
|
[ OK ] ObjectProcessorTest.JsonToCppRequiredTest (5 ms)
|
2415
|
[ RUN ] ObjectProcessorTest.JsonToCppNotRequiredTest
|
2416
|
[ OK ] ObjectProcessorTest.JsonToCppNotRequiredTest (2 ms)
|
2417
|
[ RUN ] ObjectProcessorTest.CppToJsonRequiredTest
|
2418
|
[ OK ] ObjectProcessorTest.CppToJsonRequiredTest (1 ms)
|
2419
|
[ RUN ] ObjectProcessorTest.CppToJsonNotRequiredTest
|
2420
|
[ OK ] ObjectProcessorTest.CppToJsonNotRequiredTest (0 ms)
|
2421
|
[----------] 5 tests from ObjectProcessorTest (9 ms total)
|
2422
|
|
2423
|
[----------] 6 tests from ObjectMapProcessorsTest
|
2424
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest
|
2425
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest (0 ms)
|
2426
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest
|
2427
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest (0 ms)
|
2428
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest
|
2429
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest (1 ms)
|
2430
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest
|
2431
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest (0 ms)
|
2432
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest
|
2433
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest (0 ms)
|
2434
|
[ RUN ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest
|
2435
|
[ OK ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest (0 ms)
|
2436
|
[----------] 6 tests from ObjectMapProcessorsTest (1 ms total)
|
2437
|
|
2438
|
[----------] 4 tests from HeaderFooterProcessorTest
|
2439
|
[ RUN ] HeaderFooterProcessorTest.JobHeaderProcessorTest
|
2440
|
[ OK ] HeaderFooterProcessorTest.JobHeaderProcessorTest (1 ms)
|
2441
|
[ RUN ] HeaderFooterProcessorTest.JobFooterProcessorTest
|
2442
|
[ OK ] HeaderFooterProcessorTest.JobFooterProcessorTest (0 ms)
|
2443
|
[ RUN ] HeaderFooterProcessorTest.RunHeaderProcessorTest
|
2444
|
[ OK ] HeaderFooterProcessorTest.RunHeaderProcessorTest (0 ms)
|
2445
|
[ RUN ] HeaderFooterProcessorTest.RunFooterProcessorTest
|
2446
|
[ OK ] HeaderFooterProcessorTest.RunFooterProcessorTest (0 ms)
|
2447
|
[----------] 4 tests from HeaderFooterProcessorTest (1 ms total)
|
2448
|
|
2449
|
[----------] 16 tests from ArrayProcessorsTest
|
2450
|
[ RUN ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest
|
2451
|
[ OK ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest (0 ms)
|
2452
|
[ RUN ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest
|
2453
|
[ OK ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest (0 ms)
|
2454
|
[ RUN ] ArrayProcessorsTest.PointerArrayJsonToCppTest
|
2455
|
[ OK ] ArrayProcessorsTest.PointerArrayJsonToCppTest (0 ms)
|
2456
|
[ RUN ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest
|
2457
|
[ OK ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest (1 ms)
|
2458
|
[ RUN ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest
|
2459
|
[ OK ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest (0 ms)
|
2460
|
[ RUN ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest
|
2461
|
[ OK ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest (0 ms)
|
2462
|
[ RUN ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest
|
2463
|
[ OK ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest (0 ms)
|
2464
|
[ RUN ] ArrayProcessorsTest.PointerArrayCppToJsonTest
|
2465
|
[ OK ] ArrayProcessorsTest.PointerArrayCppToJsonTest (0 ms)
|
2466
|
[ RUN ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest
|
2467
|
[ OK ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest (0 ms)
|
2468
|
[ RUN ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest
|
2469
|
[ OK ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest (0 ms)
|
2470
|
[ RUN ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest
|
2471
|
[ OK ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest (0 ms)
|
2472
|
[ RUN ] ArrayProcessorsTest.ValueArrayJsonToCppTest
|
2473
|
[ OK ] ArrayProcessorsTest.ValueArrayJsonToCppTest (0 ms)
|
2474
|
[ RUN ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest
|
2475
|
[ OK ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest (1 ms)
|
2476
|
[ RUN ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest
|
2477
|
[ OK ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest (1 ms)
|
2478
|
[ RUN ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest
|
2479
|
[ OK ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest (0 ms)
|
2480
|
[ RUN ] ArrayProcessorsTest.ValueArrayCppToJsonTest
|
2481
|
[ OK ] ArrayProcessorsTest.ValueArrayCppToJsonTest (0 ms)
|
2482
|
[----------] 16 tests from ArrayProcessorsTest (3 ms total)
|
2483
|
|
2484
|
[----------] 1 test from TriangularMeshTest
|
2485
|
[ RUN ] TriangularMeshTest.DelaunayConstructorTest
|
2486
|
[ OK ] TriangularMeshTest.DelaunayConstructorTest (1 ms)
|
2487
|
[----------] 1 test from TriangularMeshTest (1 ms total)
|
2488
|
|
2489
|
[----------] 1 test from MeshTest
|
2490
|
[ RUN ] MeshTest.testAll
|
2491
|
[ OK ] MeshTest.testAll (132 ms)
|
2492
|
[----------] 1 test from MeshTest (132 ms total)
|
2493
|
|
2494
|
[----------] 1 test from MathUtils
|
2495
|
[ RUN ] MathUtils.CompactVectorTest
|
2496
|
[ OK ] MathUtils.CompactVectorTest (0 ms)
|
2497
|
[----------] 1 test from MathUtils (0 ms total)
|
2498
|
|
2499
|
[----------] 1 test from Mathutils
|
2500
|
[ RUN ] Mathutils.GreaterThanTest
|
2501
|
[ OK ] Mathutils.GreaterThanTest (0 ms)
|
2502
|
[----------] 1 test from Mathutils (0 ms total)
|
2503
|
|
2504
|
[----------] 7 tests from EngeTest
|
2505
|
[ RUN ] EngeTest.EngeConstructorTest
|
2506
|
[ OK ] EngeTest.EngeConstructorTest (5 ms)
|
2507
|
[ RUN ] EngeTest.MutatorAccessorTest
|
2508
|
[ OK ] EngeTest.MutatorAccessorTest (0 ms)
|
2509
|
[ RUN ] EngeTest.SetEngeDiffIndicesTest
|
2510
|
[ OK ] EngeTest.SetEngeDiffIndicesTest (0 ms)
|
2511
|
[ RUN ] EngeTest.HNTest
|
2512
|
[ OK ] EngeTest.HNTest (0 ms)
|
2513
|
[ RUN ] EngeTest.GNTest
|
2514
|
[ OK ] EngeTest.GNTest (4 ms)
|
2515
|
[ RUN ] EngeTest.GetEngeTest
|
2516
|
[ OK ] EngeTest.GetEngeTest (151 ms)
|
2517
|
[ RUN ] EngeTest.GetDoubleEngeTest
|
2518
|
[ OK ] EngeTest.GetDoubleEngeTest (303 ms)
|
2519
|
[----------] 7 tests from EngeTest (463 ms total)
|
2520
|
|
2521
|
[----------] 6 tests from TanhTest
|
2522
|
[ RUN ] TanhTest.TanhConstructorTest
|
2523
|
[ OK ] TanhTest.TanhConstructorTest (0 ms)
|
2524
|
[ RUN ] TanhTest.TanhMutatorAccessorTest
|
2525
|
[ OK ] TanhTest.TanhMutatorAccessorTest (0 ms)
|
2526
|
[ RUN ] TanhTest.TanhGetTanhDiffIndicesTest
|
2527
|
[ OK ] TanhTest.TanhGetTanhDiffIndicesTest (0 ms)
|
2528
|
[ RUN ] TanhTest.GetTanhTest
|
2529
|
[ OK ] TanhTest.GetTanhTest (0 ms)
|
2530
|
[ RUN ] TanhTest.GetNegTanhTest
|
2531
|
[ OK ] TanhTest.GetNegTanhTest (0 ms)
|
2532
|
[ RUN ] TanhTest.GetDoubleTanhTest
|
2533
|
[ OK ] TanhTest.GetDoubleTanhTest (0 ms)
|
2534
|
[----------] 6 tests from TanhTest (0 ms total)
|
2535
|
|
2536
|
[----------] 1 test from dataCardsTest
|
2537
|
[ RUN ] dataCardsTest.readKeysTest
|
2538
|
[ OK ] dataCardsTest.readKeysTest (1 ms)
|
2539
|
[----------] 1 test from dataCardsTest (1 ms total)
|
2540
|
|
2541
|
[----------] 3 tests from STLUtilsTest
|
2542
|
[ RUN ] STLUtilsTest.IterableEqualityTest
|
2543
|
[ OK ] STLUtilsTest.IterableEqualityTest (0 ms)
|
2544
|
[ RUN ] STLUtilsTest.ToStringTest
|
2545
|
[ OK ] STLUtilsTest.ToStringTest (0 ms)
|
2546
|
[ RUN ] STLUtilsTest.ReplaceVariablesTest
|
2547
|
[ OK ] STLUtilsTest.ReplaceVariablesTest (3 ms)
|
2548
|
[----------] 3 tests from STLUtilsTest (3 ms total)
|
2549
|
|
2550
|
[----------] 1 test from SquealTest
|
2551
|
[ RUN ] SquealTest.SquealTest
|
2552
|
[ OK ] SquealTest.SquealTest (0 ms)
|
2553
|
[----------] 1 test from SquealTest (0 ms total)
|
2554
|
|
2555
|
[----------] 8 tests from SqueakTest
|
2556
|
[ RUN ] SqueakTest.SqueakSetOutputMoutErrorLevelTest
|
2557
|
[ OK ] SqueakTest.SqueakSetOutputMoutErrorLevelTest (0 ms)
|
2558
|
[ RUN ] SqueakTest.SqueakMoutExceptionTest
|
2559
|
[ OK ] SqueakTest.SqueakMoutExceptionTest (0 ms)
|
2560
|
[ RUN ] SqueakTest.SqueakMoutDefaultTest
|
2561
|
[ OK ] SqueakTest.SqueakMoutDefaultTest (0 ms)
|
2562
|
[ RUN ] SqueakTest.ActivateCoutTest
|
2563
|
[ OK ] SqueakTest.ActivateCoutTest (0 ms)
|
2564
|
[ RUN ] SqueakTest.ActivateClogTest
|
2565
|
[ OK ] SqueakTest.ActivateClogTest (0 ms)
|
2566
|
[ RUN ] SqueakTest.ActivateCerrTest
|
2567
|
[ OK ] SqueakTest.ActivateCerrTest (0 ms)
|
2568
|
[ RUN ] SqueakTest.SetStandardOutputsTest
|
2569
|
[ OK ] SqueakTest.SetStandardOutputsTest (0 ms)
|
2570
|
[ RUN ] SqueakTest.SetOutputsTest
|
2571
|
[ OK ] SqueakTest.SetOutputsTest (0 ms)
|
2572
|
[----------] 8 tests from SqueakTest (0 ms total)
|
2573
|
|
2574
|
[----------] 1 test from DifferentiatorTest
|
2575
|
[ RUN ] DifferentiatorTest.old_unit_tests
|
2576
|
|
2577
|
1 2 3 4 5 6
|
2578
|
0 1 4 9 16 25
|
2579
|
-1 -2 -3 -4 -5 -6
|
2580
|
|
2581
|
Diff, Clone ~Diff: 1
|
2582
|
FunctionMap: 1
|
2583
|
PointDimension: 1
|
2584
|
NumberOfDiffRows: 1
|
2585
|
ValueDim: 1
|
2586
|
Y: 31 80 -31 * 1
|
2587
|
PolyFromDiffs: 31 80 -31 * 1
|
2588
|
3 6
|
2589
|
1 2 3 4 5 6
|
2590
|
7.27596e-12 1 4 9 16 25
|
2591
|
-1 -2 -3 -4 -5 -6
|
2592
|
PolyMap1: 1
|
2593
|
3 6
|
2594
|
1 2 3 4 5 6
|
2595
|
0 1 4 9 16 25
|
2596
|
-1 -2 -3 -4 -5 -6
|
2597
|
PolyMap2: 1
|
2598
|
3 6
|
2599
|
1 2 3 4 5 6
|
2600
|
0 1 4 9 16 25
|
2601
|
-1 -2 -3 -4 -5 -6
|
2602
|
CentredPolyMap1: 1
|
2603
|
3 6
|
2604
|
31 16 -6 4 5 6
|
2605
|
80 23 -48 9 16 25
|
2606
|
-31 -16 6 -4 -5 -6
|
2607
|
CentredPolyMap2: 1
|
2608
|
3 6
|
2609
|
31 16 -6 8 5 12
|
2610
|
80 23 -48 18 16 50
|
2611
|
-31 -16 6 -8 -5 -12
|
2612
|
|
2613
|
F: 1
|
2614
|
[ OK ] DifferentiatorTest.old_unit_tests (1 ms)
|
2615
|
[----------] 1 test from DifferentiatorTest (1 ms total)
|
2616
|
|
2617
|
[----------] 3 tests from GlobalsTest
|
2618
|
[ RUN ] GlobalsTest.TestInitialiseDestruct
|
2619
|
[ OK ] GlobalsTest.TestInitialiseDestruct (31 ms)
|
2620
|
[ RUN ] GlobalsTest.TestHasInstance
|
2621
|
[ OK ] GlobalsTest.TestHasInstance (18 ms)
|
2622
|
[ RUN ] GlobalsTest.TestAccessors
|
2623
|
[ OK ] GlobalsTest.TestAccessors (18 ms)
|
2624
|
[----------] 3 tests from GlobalsTest (67 ms total)
|
2625
|
|
2626
|
[----------] 5 tests from SectorMagneticFieldMapTest
|
2627
|
[ RUN ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry
|
2628
|
[ OK ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry (27 ms)
|
2629
|
[ RUN ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry
|
2630
|
[ OK ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry (23 ms)
|
2631
|
[ RUN ] SectorMagneticFieldMapTest.TestFieldMapCache
|
2632
|
[ OK ] SectorMagneticFieldMapTest.TestFieldMapCache (46 ms)
|
2633
|
[ RUN ] SectorMagneticFieldMapTest.TestGetFieldValuePolar
|
2634
|
[ OK ] SectorMagneticFieldMapTest.TestGetFieldValuePolar (23 ms)
|
2635
|
[ RUN ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian
|
2636
|
[ OK ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian (23 ms)
|
2637
|
[----------] 5 tests from SectorMagneticFieldMapTest (142 ms total)
|
2638
|
|
2639
|
[----------] 4 tests from SectorFieldTest
|
2640
|
[ RUN ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest
|
2641
|
[ OK ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest (0 ms)
|
2642
|
[ RUN ] SectorFieldTest.ConvertValueToPolarAndCartesianTest
|
2643
|
[ OK ] SectorFieldTest.ConvertValueToPolarAndCartesianTest (0 ms)
|
2644
|
[ RUN ] SectorFieldTest.SetPolarBoundingBoxTest
|
2645
|
[ OK ] SectorFieldTest.SetPolarBoundingBoxTest (0 ms)
|
2646
|
[ RUN ] SectorFieldTest.SetPolarBoundingBoxThrowTest
|
2647
|
[ OK ] SectorFieldTest.SetPolarBoundingBoxThrowTest (5 ms)
|
2648
|
[----------] 4 tests from SectorFieldTest (5 ms total)
|
2649
|
|
2650
|
[----------] 6 tests from DerivativesSolenoidTest
|
2651
|
[ RUN ] DerivativesSolenoidTest.TestConstructorDestructor
|
2652
|
[ OK ] DerivativesSolenoidTest.TestConstructorDestructor (0 ms)
|
2653
|
[ RUN ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality
|
2654
|
[ OK ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality (0 ms)
|
2655
|
[ RUN ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality
|
2656
|
[ OK ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality (0 ms)
|
2657
|
[ RUN ] DerivativesSolenoidTest.TestBoundingBox
|
2658
|
[ OK ] DerivativesSolenoidTest.TestBoundingBox (0 ms)
|
2659
|
[ RUN ] DerivativesSolenoidTest.TestFieldOnAxis
|
2660
|
[ OK ] DerivativesSolenoidTest.TestFieldOnAxis (0 ms)
|
2661
|
[ RUN ] DerivativesSolenoidTest.TestFieldMaxwellianness
|
2662
|
[ OK ] DerivativesSolenoidTest.TestFieldMaxwellianness (2 ms)
|
2663
|
[----------] 6 tests from DerivativesSolenoidTest (2 ms total)
|
2664
|
|
2665
|
[----------] 11 tests from MiceModToG4SolidTest
|
2666
|
[ RUN ] MiceModToG4SolidTest.checkDimTest
|
2667
|
[ OK ] MiceModToG4SolidTest.checkDimTest (1 ms)
|
2668
|
[ RUN ] MiceModToG4SolidTest.buildWedgeTest
|
2669
|
[ OK ] MiceModToG4SolidTest.buildWedgeTest (4 ms)
|
2670
|
[ RUN ] MiceModToG4SolidTest.buildTrapezoidTest
|
2671
|
[ OK ] MiceModToG4SolidTest.buildTrapezoidTest (0 ms)
|
2672
|
[ RUN ] MiceModToG4SolidTest.buildBoxTest
|
2673
|
[ OK ] MiceModToG4SolidTest.buildBoxTest (3 ms)
|
2674
|
[ RUN ] MiceModToG4SolidTest.buildCylinderTest
|
2675
|
[ OK ] MiceModToG4SolidTest.buildCylinderTest (2 ms)
|
2676
|
[ RUN ] MiceModToG4SolidTest.buildTubeTest
|
2677
|
[ OK ] MiceModToG4SolidTest.buildTubeTest (4 ms)
|
2678
|
[ RUN ] MiceModToG4SolidTest.buildSphereTest
|
2679
|
[ OK ] MiceModToG4SolidTest.buildSphereTest (9 ms)
|
2680
|
[ RUN ] MiceModToG4SolidTest.buildPolyconeTest
|
2681
|
[ OK ] MiceModToG4SolidTest.buildPolyconeTest (1 ms)
|
2682
|
[ RUN ] MiceModToG4SolidTest.buildMultipoleTest
|
2683
|
[ OK ] MiceModToG4SolidTest.buildMultipoleTest (1 ms)
|
2684
|
[ RUN ] MiceModToG4SolidTest.buildTorusTest
|
2685
|
[ OK ] MiceModToG4SolidTest.buildTorusTest (6 ms)
|
2686
|
[ RUN ] MiceModToG4SolidTest.buildEllipticalConeTest
|
2687
|
[ OK ] MiceModToG4SolidTest.buildEllipticalConeTest (4 ms)
|
2688
|
[----------] 11 tests from MiceModToG4SolidTest (36 ms total)
|
2689
|
|
2690
|
[----------] 1 test from SciFiPlaneTest
|
2691
|
[ RUN ] SciFiPlaneTest.Test_num_fibres_in_all_planes
|
2692
|
[ OK ] SciFiPlaneTest.Test_num_fibres_in_all_planes (456 ms)
|
2693
|
[----------] 1 test from SciFiPlaneTest (456 ms total)
|
2694
|
|
2695
|
[----------] 3 tests from DoubletFiberParamTest
|
2696
|
[ RUN ] DoubletFiberParamTest.test_fiber_parameters
|
2697
|
[ OK ] DoubletFiberParamTest.test_fiber_parameters (288 ms)
|
2698
|
[ RUN ] DoubletFiberParamTest.test_compute_transformation
|
2699
|
[ OK ] DoubletFiberParamTest.test_compute_transformation (288 ms)
|
2700
|
[ RUN ] DoubletFiberParamTest.test_compute_dimension
|
2701
|
[ OK ] DoubletFiberParamTest.test_compute_dimension (295 ms)
|
2702
|
[----------] 3 tests from DoubletFiberParamTest (871 ms total)
|
2703
|
|
2704
|
[----------] 2 tests from SpillTest
|
2705
|
[ RUN ] SpillTest.DataTest
|
2706
|
[ OK ] SpillTest.DataTest (0 ms)
|
2707
|
[ RUN ] SpillTest.SpillTest
|
2708
|
[ OK ] SpillTest.SpillTest (0 ms)
|
2709
|
[----------] 2 tests from SpillTest (0 ms total)
|
2710
|
|
2711
|
[----------] 4 tests from SimpleLineTestDS
|
2712
|
[ RUN ] SimpleLineTestDS.test_default_constructor
|
2713
|
[ OK ] SimpleLineTestDS.test_default_constructor (0 ms)
|
2714
|
[ RUN ] SimpleLineTestDS.test_first_parameter_constructor
|
2715
|
[ OK ] SimpleLineTestDS.test_first_parameter_constructor (0 ms)
|
2716
|
[ RUN ] SimpleLineTestDS.test_second_parameter_constructor
|
2717
|
[ OK ] SimpleLineTestDS.test_second_parameter_constructor (0 ms)
|
2718
|
[ RUN ] SimpleLineTestDS.test_getters_setters_clear
|
2719
|
[ OK ] SimpleLineTestDS.test_getters_setters_clear (0 ms)
|
2720
|
[----------] 4 tests from SimpleLineTestDS (0 ms total)
|
2721
|
|
2722
|
[----------] 3 tests from SimpleHelixTestDS
|
2723
|
[ RUN ] SimpleHelixTestDS.test_default_constructor
|
2724
|
[ OK ] SimpleHelixTestDS.test_default_constructor (0 ms)
|
2725
|
[ RUN ] SimpleHelixTestDS.test_parameter_constructor
|
2726
|
[ OK ] SimpleHelixTestDS.test_parameter_constructor (0 ms)
|
2727
|
[ RUN ] SimpleHelixTestDS.test_getters_setters_clear
|
2728
|
[ OK ] SimpleHelixTestDS.test_getters_setters_clear (1 ms)
|
2729
|
[----------] 3 tests from SimpleHelixTestDS (1 ms total)
|
2730
|
|
2731
|
[----------] 4 tests from SimpleCircleTestDS
|
2732
|
[ RUN ] SimpleCircleTestDS.test_default_constructor
|
2733
|
[ OK ] SimpleCircleTestDS.test_default_constructor (0 ms)
|
2734
|
[ RUN ] SimpleCircleTestDS.test_first_parameter_constructor
|
2735
|
[ OK ] SimpleCircleTestDS.test_first_parameter_constructor (0 ms)
|
2736
|
[ RUN ] SimpleCircleTestDS.test_second_parameter_constructor
|
2737
|
[ OK ] SimpleCircleTestDS.test_second_parameter_constructor (0 ms)
|
2738
|
[ RUN ] SimpleCircleTestDS.test_getters_setters_clear
|
2739
|
[ OK ] SimpleCircleTestDS.test_getters_setters_clear (0 ms)
|
2740
|
[----------] 4 tests from SimpleCircleTestDS (0 ms total)
|
2741
|
|
2742
|
[----------] 6 tests from SciFiStraightPRTrackTestDS
|
2743
|
[ RUN ] SciFiStraightPRTrackTestDS.test_default_constructor
|
2744
|
[ OK ] SciFiStraightPRTrackTestDS.test_default_constructor (0 ms)
|
2745
|
[ RUN ] SciFiStraightPRTrackTestDS.test_parameter_constructor
|
2746
|
[ OK ] SciFiStraightPRTrackTestDS.test_parameter_constructor (0 ms)
|
2747
|
[ RUN ] SciFiStraightPRTrackTestDS.test_simpleline_constructor
|
2748
|
[ OK ] SciFiStraightPRTrackTestDS.test_simpleline_constructor (0 ms)
|
2749
|
[ RUN ] SciFiStraightPRTrackTestDS.test_copy_constructor
|
2750
|
[ OK ] SciFiStraightPRTrackTestDS.test_copy_constructor (0 ms)
|
2751
|
[ RUN ] SciFiStraightPRTrackTestDS.test_equality_operator
|
2752
|
[ OK ] SciFiStraightPRTrackTestDS.test_equality_operator (0 ms)
|
2753
|
[ RUN ] SciFiStraightPRTrackTestDS.test_setters_getters
|
2754
|
[ OK ] SciFiStraightPRTrackTestDS.test_setters_getters (0 ms)
|
2755
|
[----------] 6 tests from SciFiStraightPRTrackTestDS (0 ms total)
|
2756
|
|
2757
|
[----------] 6 tests from SciFiSpacePointTestDS
|
2758
|
[ RUN ] SciFiSpacePointTestDS.test_getters_setters
|
2759
|
[ OK ] SciFiSpacePointTestDS.test_getters_setters (0 ms)
|
2760
|
[ RUN ] SciFiSpacePointTestDS.test_default_constructor
|
2761
|
[ OK ] SciFiSpacePointTestDS.test_default_constructor (0 ms)
|
2762
|
[ RUN ] SciFiSpacePointTestDS.test_copy_constructor
|
2763
|
[ OK ] SciFiSpacePointTestDS.test_copy_constructor (0 ms)
|
2764
|
[ RUN ] SciFiSpacePointTestDS.test_two_cluster_constructor
|
2765
|
[ OK ] SciFiSpacePointTestDS.test_two_cluster_constructor (0 ms)
|
2766
|
[ RUN ] SciFiSpacePointTestDS.test_three_cluster_constructor
|
2767
|
[ OK ] SciFiSpacePointTestDS.test_three_cluster_constructor (0 ms)
|
2768
|
[ RUN ] SciFiSpacePointTestDS.test_assignment_operator
|
2769
|
[ OK ] SciFiSpacePointTestDS.test_assignment_operator (0 ms)
|
2770
|
[----------] 6 tests from SciFiSpacePointTestDS (0 ms total)
|
2771
|
|
2772
|
[----------] 7 tests from SciFiHelicalPRTrackTestDS
|
2773
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_default_constructor
|
2774
|
[ OK ] SciFiHelicalPRTrackTestDS.test_default_constructor (0 ms)
|
2775
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_parameter_constructor
|
2776
|
[ OK ] SciFiHelicalPRTrackTestDS.test_parameter_constructor (0 ms)
|
2777
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_simplefit_constructor
|
2778
|
[ OK ] SciFiHelicalPRTrackTestDS.test_simplefit_constructor (0 ms)
|
2779
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_copy_constructor
|
2780
|
[ OK ] SciFiHelicalPRTrackTestDS.test_copy_constructor (0 ms)
|
2781
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_helix_constructor
|
2782
|
[ OK ] SciFiHelicalPRTrackTestDS.test_helix_constructor (0 ms)
|
2783
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_assignment_operator
|
2784
|
[ OK ] SciFiHelicalPRTrackTestDS.test_assignment_operator (0 ms)
|
2785
|
[ RUN ] SciFiHelicalPRTrackTestDS.test_setters_getters
|
2786
|
[ OK ] SciFiHelicalPRTrackTestDS.test_setters_getters (0 ms)
|
2787
|
[----------] 7 tests from SciFiHelicalPRTrackTestDS (0 ms total)
|
2788
|
|
2789
|
[----------] 12 tests from SciFiEventTestDS
|
2790
|
[ RUN ] SciFiEventTestDS.test_default_contructor
|
2791
|
[ OK ] SciFiEventTestDS.test_default_contructor (0 ms)
|
2792
|
[ RUN ] SciFiEventTestDS.test_copy_constructor
|
2793
|
[ OK ] SciFiEventTestDS.test_copy_constructor (0 ms)
|
2794
|
[ RUN ] SciFiEventTestDS.test_assignment_operator
|
2795
|
[ OK ] SciFiEventTestDS.test_assignment_operator (0 ms)
|
2796
|
[ RUN ] SciFiEventTestDS.test_digit_getters_setters
|
2797
|
[ OK ] SciFiEventTestDS.test_digit_getters_setters (0 ms)
|
2798
|
[ RUN ] SciFiEventTestDS.test_cluster_getters_setters
|
2799
|
[ OK ] SciFiEventTestDS.test_cluster_getters_setters (0 ms)
|
2800
|
[ RUN ] SciFiEventTestDS.test_spoint_getters_setters
|
2801
|
[ OK ] SciFiEventTestDS.test_spoint_getters_setters (0 ms)
|
2802
|
[ RUN ] SciFiEventTestDS.test_spoint_set_used_flag
|
2803
|
[ OK ] SciFiEventTestDS.test_spoint_set_used_flag (0 ms)
|
2804
|
[ RUN ] SciFiEventTestDS.test_seed_getters_setters
|
2805
|
[ OK ] SciFiEventTestDS.test_seed_getters_setters (0 ms)
|
2806
|
[ RUN ] SciFiEventTestDS.test_add_straightprtrack_getters_setters
|
2807
|
[ OK ] SciFiEventTestDS.test_add_straightprtrack_getters_setters (0 ms)
|
2808
|
[ RUN ] SciFiEventTestDS.test_straightprtrack_getters_setters
|
2809
|
[ OK ] SciFiEventTestDS.test_straightprtrack_getters_setters (0 ms)
|
2810
|
[ RUN ] SciFiEventTestDS.test_add_helicalprtrack
|
2811
|
[ OK ] SciFiEventTestDS.test_add_helicalprtrack (0 ms)
|
2812
|
[ RUN ] SciFiEventTestDS.test_helicalprtrack_getters_setters
|
2813
|
[ OK ] SciFiEventTestDS.test_helicalprtrack_getters_setters (0 ms)
|
2814
|
[----------] 12 tests from SciFiEventTestDS (0 ms total)
|
2815
|
|
2816
|
[----------] 6 tests from SciFiDigitTestDS
|
2817
|
[ RUN ] SciFiDigitTestDS.test_default_constructor
|
2818
|
[ OK ] SciFiDigitTestDS.test_default_constructor (0 ms)
|
2819
|
[ RUN ] SciFiDigitTestDS.test_parameter_constructor
|
2820
|
[ OK ] SciFiDigitTestDS.test_parameter_constructor (0 ms)
|
2821
|
[ RUN ] SciFiDigitTestDS.test_copy_constructor
|
2822
|
[ OK ] SciFiDigitTestDS.test_copy_constructor (0 ms)
|
2823
|
[ RUN ] SciFiDigitTestDS.test_assignment_operator
|
2824
|
[ OK ] SciFiDigitTestDS.test_assignment_operator (0 ms)
|
2825
|
[ RUN ] SciFiDigitTestDS.test_setters_getters
|
2826
|
[ OK ] SciFiDigitTestDS.test_setters_getters (0 ms)
|
2827
|
[ RUN ] SciFiDigitTestDS.test_used_flag
|
2828
|
[ OK ] SciFiDigitTestDS.test_used_flag (0 ms)
|
2829
|
[----------] 6 tests from SciFiDigitTestDS (0 ms total)
|
2830
|
|
2831
|
[----------] 7 tests from SciFiClusterTestDS
|
2832
|
[ RUN ] SciFiClusterTestDS.test_from_default_constructor
|
2833
|
[ OK ] SciFiClusterTestDS.test_from_default_constructor (0 ms)
|
2834
|
[ RUN ] SciFiClusterTestDS.test_from_copy_constructor
|
2835
|
[ OK ] SciFiClusterTestDS.test_from_copy_constructor (0 ms)
|
2836
|
[ RUN ] SciFiClusterTestDS.test_from_digit_constructor
|
2837
|
[ OK ] SciFiClusterTestDS.test_from_digit_constructor (0 ms)
|
2838
|
[ RUN ] SciFiClusterTestDS.test_assignment_operator
|
2839
|
[ OK ] SciFiClusterTestDS.test_assignment_operator (0 ms)
|
2840
|
[ RUN ] SciFiClusterTestDS.test_setters_getters
|
2841
|
[ OK ] SciFiClusterTestDS.test_setters_getters (0 ms)
|
2842
|
[ RUN ] SciFiClusterTestDS.test_used_flag
|
2843
|
[ OK ] SciFiClusterTestDS.test_used_flag (0 ms)
|
2844
|
[ RUN ] SciFiClusterTestDS.test_add_digit
|
2845
|
[ OK ] SciFiClusterTestDS.test_add_digit (0 ms)
|
2846
|
[----------] 7 tests from SciFiClusterTestDS (0 ms total)
|
2847
|
|
2848
|
[----------] 1 test from ReconEventTest
|
2849
|
[ RUN ] ReconEventTest.ReconEventTest
|
2850
|
[ OK ] ReconEventTest.ReconEventTest (1 ms)
|
2851
|
[----------] 1 test from ReconEventTest (1 ms total)
|
2852
|
|
2853
|
[----------] 9 tests from MCEventTest
|
2854
|
[ RUN ] MCEventTest.StepTest
|
2855
|
[ OK ] MCEventTest.StepTest (0 ms)
|
2856
|
[ RUN ] MCEventTest.TrackTest
|
2857
|
[ OK ] MCEventTest.TrackTest (0 ms)
|
2858
|
[ RUN ] MCEventTest.VirtualHitTest
|
2859
|
[ OK ] MCEventTest.VirtualHitTest (0 ms)
|
2860
|
[ RUN ] MCEventTest.PrimaryTest
|
2861
|
[ OK ] MCEventTest.PrimaryTest (0 ms)
|
2862
|
[ RUN ] MCEventTest.HitTest
|
2863
|
[ OK ] MCEventTest.HitTest (0 ms)
|
2864
|
[ RUN ] MCEventTest.MCEventTest
|
2865
|
[ OK ] MCEventTest.MCEventTest (0 ms)
|
2866
|
[ RUN ] MCEventTest.SciFiChannelIdTest
|
2867
|
[ OK ] MCEventTest.SciFiChannelIdTest (0 ms)
|
2868
|
[ RUN ] MCEventTest.TOFChannelIdTest
|
2869
|
[ OK ] MCEventTest.TOFChannelIdTest (0 ms)
|
2870
|
[ RUN ] MCEventTest.SpecialVirtualChannelIdTest
|
2871
|
[ OK ] MCEventTest.SpecialVirtualChannelIdTest (0 ms)
|
2872
|
[----------] 9 tests from MCEventTest (0 ms total)
|
2873
|
|
2874
|
[----------] 4 tests from DateTimeTest
|
2875
|
[ RUN ] DateTimeTest.TestCheck
|
2876
|
[ OK ] DateTimeTest.TestCheck (3 ms)
|
2877
|
[ RUN ] DateTimeTest.TestDefaultConstructor
|
2878
|
[ OK ] DateTimeTest.TestDefaultConstructor (0 ms)
|
2879
|
[ RUN ] DateTimeTest.TestGetSet
|
2880
|
[ OK ] DateTimeTest.TestGetSet (0 ms)
|
2881
|
[ RUN ] DateTimeTest.TestCopyConstructors
|
2882
|
[ OK ] DateTimeTest.TestCopyConstructors (0 ms)
|
2883
|
[----------] 4 tests from DateTimeTest (3 ms total)
|
2884
|
|
2885
|
[----------] 2 tests from ConverterExceptionsTest
|
2886
|
[ RUN ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor
|
2887
|
[ OK ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor (0 ms)
|
2888
|
[ RUN ] ConverterExceptionsTest.TestConverterNotFoundException_What
|
2889
|
[ OK ] ConverterExceptionsTest.TestConverterNotFoundException_What (0 ms)
|
2890
|
[----------] 2 tests from ConverterExceptionsTest (0 ms total)
|
2891
|
|
2892
|
[----------] 10 tests from MiceModuleTest
|
2893
|
[ RUN ] MiceModuleTest.ReadModuleTest
|
2894
|
[ OK ] MiceModuleTest.ReadModuleTest (1 ms)
|
2895
|
[ RUN ] MiceModuleTest.GetBoolTest
|
2896
|
[ OK ] MiceModuleTest.GetBoolTest (1 ms)
|
2897
|
[ RUN ] MiceModuleTest.GetIntTest
|
2898
|
[ OK ] MiceModuleTest.GetIntTest (0 ms)
|
2899
|
[ RUN ] MiceModuleTest.GetStringTest
|
2900
|
[ OK ] MiceModuleTest.GetStringTest (1 ms)
|
2901
|
[ RUN ] MiceModuleTest.GetDoubleTest
|
2902
|
[ OK ] MiceModuleTest.GetDoubleTest (1 ms)
|
2903
|
[ RUN ] MiceModuleTest.Get3VecTest
|
2904
|
[ OK ] MiceModuleTest.Get3VecTest (1 ms)
|
2905
|
[ RUN ] MiceModuleTest.propertyDoubleAccessors
|
2906
|
[ OK ] MiceModuleTest.propertyDoubleAccessors (3 ms)
|
2907
|
[ RUN ] MiceModuleTest.propertyHep3VecAccessors
|
2908
|
[ OK ] MiceModuleTest.propertyHep3VecAccessors (5 ms)
|
2909
|
[ RUN ] MiceModuleTest.printTree
|
2910
|
[ OK ] MiceModuleTest.printTree (1 ms)
|
2911
|
[ RUN ] MiceModuleTest.DumpMiceModule
|
2912
|
[ OK ] MiceModuleTest.DumpMiceModule (0 ms)
|
2913
|
[----------] 10 tests from MiceModuleTest (14 ms total)
|
2914
|
|
2915
|
[----------] 6 tests from BTTrackerTest
|
2916
|
[ RUN ] BTTrackerTest.SolenoidTest_z
|
2917
|
[ OK ] BTTrackerTest.SolenoidTest_z (4655 ms)
|
2918
|
[ RUN ] BTTrackerTest.SolenoidTest_u
|
2919
|
[ OK ] BTTrackerTest.SolenoidTest_u (4 ms)
|
2920
|
[ RUN ] BTTrackerTest.SolenoidTest_t
|
2921
|
[ OK ] BTTrackerTest.SolenoidTest_t (2 ms)
|
2922
|
[ RUN ] BTTrackerTest.PillBoxTest_z
|
2923
|
[ OK ] BTTrackerTest.PillBoxTest_z (2 ms)
|
2924
|
[ RUN ] BTTrackerTest.PillBoxTest_u
|
2925
|
[ OK ] BTTrackerTest.PillBoxTest_u (6 ms)
|
2926
|
[ RUN ] BTTrackerTest.PillBoxTest_t
|
2927
|
[ OK ] BTTrackerTest.PillBoxTest_t (11 ms)
|
2928
|
[----------] 6 tests from BTTrackerTest (4681 ms total)
|
2929
|
|
2930
|
[----------] 2 tests from BTSolenoidTest
|
2931
|
[ RUN ] BTSolenoidTest.AccessorsTest
|
2932
|
[ OK ] BTSolenoidTest.AccessorsTest (2 ms)
|
2933
|
[ RUN ] BTSolenoidTest.ReadWriteTest
|
2934
|
[ OK ] BTSolenoidTest.ReadWriteTest (2 ms)
|
2935
|
[----------] 2 tests from BTSolenoidTest (4 ms total)
|
2936
|
|
2937
|
[----------] 9 tests from BTMultipoleTest
|
2938
|
[ RUN ] BTMultipoleTest.BTMultipoleEndFieldTest
|
2939
|
[ OK ] BTMultipoleTest.BTMultipoleEndFieldTest (1 ms)
|
2940
|
[ RUN ] BTMultipoleTest.BTMultipoleConstructorTest
|
2941
|
[ OK ] BTMultipoleTest.BTMultipoleConstructorTest (0 ms)
|
2942
|
[ RUN ] BTMultipoleTest.BTMultipoleTransformToRotated
|
2943
|
[ OK ] BTMultipoleTest.BTMultipoleTransformToRotated (15 ms)
|
2944
|
[ RUN ] BTMultipoleTest.GetFieldValueTest_HardEdged
|
2945
|
[ OK ] BTMultipoleTest.GetFieldValueTest_HardEdged (0 ms)
|
2946
|
[ RUN ] BTMultipoleTest.BTMultipoleGetConstTest
|
2947
|
[ OK ] BTMultipoleTest.BTMultipoleGetConstTest (0 ms)
|
2948
|
[ RUN ] BTMultipoleTest.GetFieldValueTest_TanhDipole
|
2949
|
[ OK ] BTMultipoleTest.GetFieldValueTest_TanhDipole (2 ms)
|
2950
|
[ RUN ] BTMultipoleTest.GetFieldValueTest_TanhQuad
|
2951
|
[ OK ] BTMultipoleTest.GetFieldValueTest_TanhQuad (4 ms)
|
2952
|
[ RUN ] BTMultipoleTest.GetFieldValueTest_Enge
|
2953
|
[ OK ] BTMultipoleTest.GetFieldValueTest_Enge (1 ms)
|
2954
|
[ RUN ] BTMultipoleTest.PrintTest
|
2955
|
[ OK ] BTMultipoleTest.PrintTest (0 ms)
|
2956
|
[----------] 9 tests from BTMultipoleTest (24 ms total)
|
2957
|
|
2958
|
[----------] 5 tests from BTFieldConstructorTest
|
2959
|
[ RUN ] BTFieldConstructorTest.EndFieldTest
|
2960
|
DELETE field
|
2961
|
[ OK ] BTFieldConstructorTest.EndFieldTest (5 ms)
|
2962
|
[ RUN ] BTFieldConstructorTest.GetMultipoleTest
|
2963
|
DELETE field
|
2964
|
[ OK ] BTFieldConstructorTest.GetMultipoleTest (3 ms)
|
2965
|
[ RUN ] BTFieldConstructorTest.GetCombinedFunctionTest
|
2966
|
DELETE field
|
2967
|
[ OK ] BTFieldConstructorTest.GetCombinedFunctionTest (5 ms)
|
2968
|
[ RUN ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest
|
2969
|
DELETE field
|
2970
|
[ OK ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest (48 ms)
|
2971
|
[ RUN ] BTFieldConstructorTest.GetDerivativesSolenoidTest
|
2972
|
DELETE field
|
2973
|
[ OK ] BTFieldConstructorTest.GetDerivativesSolenoidTest (1 ms)
|
2974
|
[----------] 5 tests from BTFieldConstructorTest (63 ms total)
|
2975
|
|
2976
|
[----------] 5 tests from ReduceBaseTest
|
2977
|
[ RUN ] ReduceBaseTest.TestConstructor
|
2978
|
[ OK ] ReduceBaseTest.TestConstructor (0 ms)
|
2979
|
[ RUN ] ReduceBaseTest.TestCopyConstructor
|
2980
|
[ OK ] ReduceBaseTest.TestCopyConstructor (0 ms)
|
2981
|
[ RUN ] ReduceBaseTest.TestBirth
|
2982
|
[ OK ] ReduceBaseTest.TestBirth (0 ms)
|
2983
|
[ RUN ] ReduceBaseTest.TestDeath
|
2984
|
[ OK ] ReduceBaseTest.TestDeath (0 ms)
|
2985
|
[ RUN ] ReduceBaseTest.TestProcess
|
2986
|
Traceback (most recent call last):
|
2987
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
2988
|
raise(CppError(error_message))
|
2989
|
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(int* t) const
|
2990
|
Traceback (most recent call last):
|
2991
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
2992
|
raise(CppError(error_message))
|
2993
|
ErrorHandler.CppError: St9exception
|
2994
|
[ OK ] ReduceBaseTest.TestProcess (1 ms)
|
2995
|
[----------] 5 tests from ReduceBaseTest (1 ms total)
|
2996
|
|
2997
|
[----------] 5 tests from OutputBaseTest
|
2998
|
[ RUN ] OutputBaseTest.TestConstructor
|
2999
|
[ OK ] OutputBaseTest.TestConstructor (0 ms)
|
3000
|
[ RUN ] OutputBaseTest.TestCopyConstructor
|
3001
|
[ OK ] OutputBaseTest.TestCopyConstructor (0 ms)
|
3002
|
[ RUN ] OutputBaseTest.TestBirth
|
3003
|
[ OK ] OutputBaseTest.TestBirth (0 ms)
|
3004
|
[ RUN ] OutputBaseTest.TestDeath
|
3005
|
[ OK ] OutputBaseTest.TestDeath (0 ms)
|
3006
|
[ RUN ] OutputBaseTest.TestSaveSpill
|
3007
|
Traceback (most recent call last):
|
3008
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3009
|
raise(CppError(error_message))
|
3010
|
ErrorHandler.CppError: The input to 'TestClass' was a null pointer
|
3011
|
Traceback (most recent call last):
|
3012
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3013
|
raise(CppError(error_message))
|
3014
|
ErrorHandler.CppError: Expected Test Squeal in _save at int* _save(int* t) const
|
3015
|
Traceback (most recent call last):
|
3016
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3017
|
raise(CppError(error_message))
|
3018
|
ErrorHandler.CppError: St9exception
|
3019
|
[ OK ] OutputBaseTest.TestSaveSpill (2 ms)
|
3020
|
[----------] 5 tests from OutputBaseTest (2 ms total)
|
3021
|
|
3022
|
[----------] 4 tests from ModuleBaseTest
|
3023
|
[ RUN ] ModuleBaseTest.TestConstructor
|
3024
|
[ OK ] ModuleBaseTest.TestConstructor (0 ms)
|
3025
|
[ RUN ] ModuleBaseTest.TestCopyConstructor
|
3026
|
[ OK ] ModuleBaseTest.TestCopyConstructor (0 ms)
|
3027
|
[ RUN ] ModuleBaseTest.TestBirth
|
3028
|
Traceback (most recent call last):
|
3029
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3030
|
raise(CppError(error_message))
|
3031
|
ErrorHandler.CppError: Expected Test Squeal in _birth at void _birth (const std::string&)
|
3032
|
Traceback (most recent call last):
|
3033
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3034
|
raise(CppError(error_message))
|
3035
|
ErrorHandler.CppError: St9exception
|
3036
|
[ OK ] ModuleBaseTest.TestBirth (1 ms)
|
3037
|
[ RUN ] ModuleBaseTest.TestDeath
|
3038
|
Traceback (most recent call last):
|
3039
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3040
|
raise(CppError(error_message))
|
3041
|
ErrorHandler.CppError: Expected Test Squeal in _death at void _death ()
|
3042
|
Traceback (most recent call last):
|
3043
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3044
|
raise(CppError(error_message))
|
3045
|
ErrorHandler.CppError: St9exception
|
3046
|
[ OK ] ModuleBaseTest.TestDeath (1 ms)
|
3047
|
[----------] 4 tests from ModuleBaseTest (2 ms total)
|
3048
|
|
3049
|
[----------] 3 tests from MAUSExceptionBaseTest
|
3050
|
[ RUN ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor
|
3051
|
[ OK ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor (0 ms)
|
3052
|
[ RUN ] MAUSExceptionBaseTest.TestMausExceptionBase_What
|
3053
|
[ OK ] MAUSExceptionBaseTest.TestMausExceptionBase_What (0 ms)
|
3054
|
[ RUN ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat
|
3055
|
[ OK ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat (0 ms)
|
3056
|
[----------] 3 tests from MAUSExceptionBaseTest (0 ms total)
|
3057
|
|
3058
|
[----------] 6 tests from MapBaseTest
|
3059
|
[ RUN ] MapBaseTest.TestConstructor
|
3060
|
[ OK ] MapBaseTest.TestConstructor (0 ms)
|
3061
|
[ RUN ] MapBaseTest.TestCopyConstructor
|
3062
|
[ OK ] MapBaseTest.TestCopyConstructor (0 ms)
|
3063
|
[ RUN ] MapBaseTest.TestBirth
|
3064
|
[ OK ] MapBaseTest.TestBirth (0 ms)
|
3065
|
[ RUN ] MapBaseTest.TestDeath
|
3066
|
[ OK ] MapBaseTest.TestDeath (0 ms)
|
3067
|
[ RUN ] MapBaseTest.TestSameTypeProcess
|
3068
|
Traceback (most recent call last):
|
3069
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3070
|
raise(CppError(error_message))
|
3071
|
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(double* t) const
|
3072
|
Traceback (most recent call last):
|
3073
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3074
|
raise(CppError(error_message))
|
3075
|
ErrorHandler.CppError: St9exception
|
3076
|
[ OK ] MapBaseTest.TestSameTypeProcess (1 ms)
|
3077
|
[ RUN ] MapBaseTest.TestOtherTypeProcess
|
3078
|
[ OK ] MapBaseTest.TestOtherTypeProcess (1 ms)
|
3079
|
[----------] 6 tests from MapBaseTest (2 ms total)
|
3080
|
|
3081
|
[----------] 5 tests from InputBaseTest
|
3082
|
[ RUN ] InputBaseTest.TestConstructor
|
3083
|
[ OK ] InputBaseTest.TestConstructor (0 ms)
|
3084
|
[ RUN ] InputBaseTest.TestCopyConstructor
|
3085
|
[ OK ] InputBaseTest.TestCopyConstructor (0 ms)
|
3086
|
[ RUN ] InputBaseTest.TestBirth
|
3087
|
[ OK ] InputBaseTest.TestBirth (0 ms)
|
3088
|
[ RUN ] InputBaseTest.TestDeath
|
3089
|
[ OK ] InputBaseTest.TestDeath (0 ms)
|
3090
|
[ RUN ] InputBaseTest.TestEmitter
|
3091
|
Traceback (most recent call last):
|
3092
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3093
|
raise(CppError(error_message))
|
3094
|
ErrorHandler.CppError: Expected Test Squeal in _emitter_cpp at int* _emitter_cpp()
|
3095
|
Traceback (most recent call last):
|
3096
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3097
|
raise(CppError(error_message))
|
3098
|
ErrorHandler.CppError: St9exception
|
3099
|
[ OK ] InputBaseTest.TestEmitter (1 ms)
|
3100
|
[----------] 5 tests from InputBaseTest (1 ms total)
|
3101
|
|
3102
|
[----------] 4 tests from APIExceptionsTest
|
3103
|
[ RUN ] APIExceptionsTest.TestNullInputExceptionConstructor
|
3104
|
[ OK ] APIExceptionsTest.TestNullInputExceptionConstructor (0 ms)
|
3105
|
[ RUN ] APIExceptionsTest.TestNullInputException_What
|
3106
|
[ OK ] APIExceptionsTest.TestNullInputException_What (0 ms)
|
3107
|
[ RUN ] APIExceptionsTest.TestUnhandledExceptionConstructor
|
3108
|
[ OK ] APIExceptionsTest.TestUnhandledExceptionConstructor (1 ms)
|
3109
|
[ RUN ] APIExceptionsTest.TestUnhandledException_What
|
3110
|
[ OK ] APIExceptionsTest.TestUnhandledException_What (0 ms)
|
3111
|
[----------] 4 tests from APIExceptionsTest (1 ms total)
|
3112
|
|
3113
|
[----------] Global test environment tear-down
|
3114
|
[==========] 500 tests from 80 test cases ran. (12652 ms total)
|
3115
|
[ PASSED ] 500 tests.
|
3116
|
ok
|
3117
|
Invoke constructor and check values. ... ok
|
3118
|
Test create_collection, has_collection and collection_names. ... ok
|
3119
|
Test connect with no parameters. ... ok
|
3120
|
Test delete_collection. ... ok
|
3121
|
Test delete_document. ... ok
|
3122
|
Test count, get_ids, get and delete_document on an empty ... ok
|
3123
|
Test get_since with a datetime. ... ok
|
3124
|
Test get_since with no datetime and check that results are ... ok
|
3125
|
Test put and get, and also get_ids and count. ... ok
|
3126
|
Test put then another with the same ID. ... ok
|
3127
|
Test error handler setup from configuration ... ok
|
3128
|
Test CppError type works okay ... ok
|
3129
|
Check default handler calls correctly ... ok
|
3130
|
Test initialisation of the error handler ... ok
|
3131
|
Check we send error to json correctly ... ok
|
3132
|
Check that we send errors to sys.stderr if required ... ok
|
3133
|
Check the flag that controls sending errors to json works ... Traceback (most recent call last):
|
3134
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 81, in test_handle_exception_json
|
3135
|
raise RuntimeError("Test error 1")
|
3136
|
RuntimeError: Test error 1
|
3137
|
Traceback (most recent call last):
|
3138
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 89, in test_handle_exception_json
|
3139
|
raise RuntimeError("Test error 2")
|
3140
|
RuntimeError: Test error 2
|
3141
|
Traceback (most recent call last):
|
3142
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 97, in test_handle_exception_json
|
3143
|
raise RuntimeError("Test error 3")
|
3144
|
RuntimeError: Test error 3
|
3145
|
ok
|
3146
|
Check that we handle the exception correctly (raise, halt, etc) ... Traceback (most recent call last):
|
3147
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 133, in test_handle_exception_on_error
|
3148
|
raise RuntimeError("Test error 1")
|
3149
|
RuntimeError: Test error 1
|
3150
|
Traceback (most recent call last):
|
3151
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 141, in test_handle_exception_on_error
|
3152
|
raise RuntimeError("Test error 1")
|
3153
|
RuntimeError: Test error 1
|
3154
|
Traceback (most recent call last):
|
3155
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 149, in test_handle_exception_on_error
|
3156
|
raise RuntimeError("Test error 1")
|
3157
|
RuntimeError: Test error 1
|
3158
|
Traceback (most recent call last):
|
3159
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_error_handler.py", line 154, in test_handle_exception_on_error
|
3160
|
raise RuntimeError("Test error 1")
|
3161
|
RuntimeError: Test error 1
|
3162
|
ok
|
3163
|
Check the flag that controls sending errors to stderr ... ok
|
3164
|
Test we can do interface with Cpp correctly ... ok
|
3165
|
Test we can evaluate expressions okay ... ok
|
3166
|
Test evaluator initialises with math functions ... ok
|
3167
|
Test we can reset okay ... ok
|
3168
|
Test we can set evaluator variables ... ok
|
3169
|
Invoke constructor and check values. ... ok
|
3170
|
Invoke constructor with some node_status and check values. ... ok
|
3171
|
Test with list of OK node statuses. ... ok
|
3172
|
Test with empty list of node statuses. ... ok
|
3173
|
Test with list mixing OK and error statuses. ... ok
|
3174
|
Test buffer input where N inputs are requested from an ... ok
|
3175
|
Test buffer input where N + 1 inputs are requested from an ... ok
|
3176
|
Test where 0 inputs are requested from an emitter of length ... ok
|
3177
|
Test with a spill that has a "run_number". ... ok
|
3178
|
Test with a spill that has a no "run_number". ... ok
|
3179
|
Test with a spill no "daq_event_type". ... ok
|
3180
|
Test with a spill with "daq_event_type":"end_of_run". ... ok
|
3181
|
Test with a spill with "daq_event_type" not equal ... ok
|
3182
|
Test with a spill no "daq_event_type". ... ok
|
3183
|
Test with a spill with "daq_event_type":"start_of_run". ... ok
|
3184
|
Test with a spill with "daq_event_type" not equal ... ok
|
3185
|
Test where arguments are valid. ... ok
|
3186
|
Test where document store throws an exception. ... ok
|
3187
|
Test where arguments are valid. ... ok
|
3188
|
Test where "doc_store_class" specifies a non-existant ... ok
|
3189
|
Test where "doc_store_class" specifies a non-existant ... ok
|
3190
|
Test where "doc_store_class" specifies a class whose ... Traceback (most recent call last):
|
3191
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/framework/utilities.py", line 159, in setup_doc_store
|
3192
|
doc_store.connect(config)
|
3193
|
File "/opt/ppd/mice/heidt/geant_test/merge/build/test_framework/test_utilities.py", line 284, in connect
|
3194
|
raise ValueError("Test")
|
3195
|
ValueError: Test
|
3196
|
ok
|
3197
|
Test with no "doc_store_class" entry in JSON configuration. ... ok
|
3198
|
Test where "doc_store_class" specifies a class but ... ok
|
3199
|
Test where "doc_store_class" specifies a class that does ... ok
|
3200
|
Invoke constructor and check values. ... ok
|
3201
|
Invoke constructor and check values. ... ok
|
3202
|
Invoke constructor and check values. ... ok
|
3203
|
Invoke constructor and check values. ... ok
|
3204
|
Invoke constructor and check values. ... ok
|
3205
|
Invoke constructor and check values. ... ok
|
3206
|
Invoke constructor and check values. ... ok
|
3207
|
Test get_create_transform("MapPyDoNothing") returns MapPyDoNothing. ... ok
|
3208
|
Test get_create_transform([]) returns an empty MapPyGroup. ... ok
|
3209
|
Test get_create_transform, when given a list of transform names ... ok
|
3210
|
Test get_create_transform(123) throws an error. ... ok
|
3211
|
Test get_create_transform([123]) throws an error. ... ok
|
3212
|
Test get_create_transform(None) throws an error. ... ok
|
3213
|
Test get_create_transform([None]) throws an error. ... ok
|
3214
|
Test get_create_transform(u"MapPyDoNothing") returns MapPyDoNothing. ... ok
|
3215
|
Test get_create_transform("UnknownTransform") throws an error. ... ok
|
3216
|
Test get_create_transform(["UnknownTransform"]) throws an error. ... ok
|
3217
|
Test get_worker_names(worker) where worker has no sub-workers. ... ok
|
3218
|
Test get_worker_names(worker) where worker is a MapPyGroup that ... ok
|
3219
|
Test get_worker_names(None). ... ok
|
3220
|
Test get_worker_names(worker) where worker is a MapPyGroup that ... ok
|
3221
|
Test get_validate_transform("MapPyDoNothing") is OK. ... ok
|
3222
|
Test get_validate_transform([]) is OK. ... ok
|
3223
|
Test get_validate_transform, when given a list of transform names ... ok
|
3224
|
Test get_validate_transform(123) throws an error. ... ok
|
3225
|
Test get_validate_transform([123]) throws an error. ... ok
|
3226
|
Test get_validate_transform(None) throws an error. ... ok
|
3227
|
Test get_validate_transform([None]) throws an error. ... ok
|
3228
|
Test get_validate_transform(u"MapPyDoNothing") is OK. ... ok
|
3229
|
Test get_validate_transform("UnknownTransform") throws an error. ... ok
|
3230
|
Test get_validate_transform(["UnknownTransform"]) throws an error. ... ok
|
3231
|
TestCADImport::test_constructor ... ok
|
3232
|
TestCADImport::test_parse_xslt ... I/O warning : failed to load external entity "/home/matt/StepFiles/GDML_fastradModel/fastradModel_materials.xml"
|
3233
|
ok
|
3234
|
test_config_reader::test_readconfig ... ok
|
3235
|
TestGDMLFormatter::test_constructor ... ok
|
3236
|
TestGDMLFormatter::test_format ... ok
|
3237
|
TestGDMLFormatter::test_format_check ... ok
|
3238
|
TestGDMLFormatter::test_format_materials ... ok
|
3239
|
TestGDMLFormatter::test_format_schema_location ... ok
|
3240
|
TestGDMLFormatter::test_insert_materials_ref ... ok
|
3241
|
TestGDMLFormatter::test_merge_maus_info ... ok
|
3242
|
TestGDMLFormatter::test_merge_run_info ... ok
|
3243
|
TestPacker::test_constructor ... ok
|
3244
|
TestPacker::test_zipfile ... ok
|
3245
|
TestUnpacker::test_constructor ... ok
|
3246
|
TestUnpacker::test_unzip_file ... ok
|
3247
|
TestDownloader::test_beamline_geomtry_for_run ... ok
|
3248
|
TestDownloader::test_download_current ... ok
|
3249
|
TestDownloader::test_download_geomtry_for_id ... ok
|
3250
|
TestDownloader::test_get_ids ... ok
|
3251
|
TestUploader::test_check_file_list ... ok
|
3252
|
TestUploader::test_constructor ... ok
|
3253
|
TestUploader::test_create_file_list ... ok
|
3254
|
TestUploader::test_is_filetype ... ok
|
3255
|
TestUploader::test_set_upserver ... ok
|
3256
|
TestUploader::test_upload_to_cdb ... ok
|
3257
|
TestGDMLToMausModule::test_constructor ... ok
|
3258
|
TestGDMLToMausModule::test_convert_to_maus ... ok
|
3259
|
Check can handle nonsense json input data ... ok
|
3260
|
Test to make sure death occurs ... ok
|
3261
|
Check can handle empty configuration and empty data ... ok
|
3262
|
Test of the process function ... ok
|
3263
|
Test to make sure death occurs ... ok
|
3264
|
Test of the process function ... Bad json document
|
3265
|
MC event array not initialised, aborting digitisation for this spill
|
3266
|
ok
|
3267
|
Test maus_cpp.Field.get_field_value(...) ... Setting the phase
|
3268
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3269
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3270
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3271
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3272
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3273
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3274
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3275
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3276
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3277
|
ok
|
3278
|
Test maus_cpp.globals.birth() and maus_cpp.globals.death() ... Setting the phase
|
3279
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3280
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3281
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3282
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3283
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3284
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3285
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3286
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3287
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3288
|
ok
|
3289
|
Test maus_cpp.globals.has_instance() ... Setting the phase
|
3290
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3291
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3292
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3293
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3294
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3295
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3296
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3297
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3298
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3299
|
Setting the phase
|
3300
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3301
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3302
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3303
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3304
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3305
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3306
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3307
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3308
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3309
|
ok
|
3310
|
Test maus_cpp.run_action_manager.start_of_run(...) ... Setting the phase
|
3311
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3312
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3313
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3314
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3315
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3316
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3317
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3318
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3319
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3320
|
ok
|
3321
|
Invoke process_birth. ... ok
|
3322
|
Invoke process_birth where birth throws an exception. ... ok
|
3323
|
Invoke process_birth where birth throws a ... ok
|
3324
|
Invoke process_birth with a config ID that matches ... ok
|
3325
|
Invoke process_birth where death of existing transform throws ... ok
|
3326
|
Invoke process_death. ... ok
|
3327
|
Invoke process_death where death throws an exception. ... ok
|
3328
|
Invoke worker_process_init_callback - check globals are not created with ... ok
|
3329
|
Check worker_process_init_callback constructs globals okay ... Setting the phase
|
3330
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3331
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3332
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3333
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3334
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3335
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3336
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3337
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3338
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3339
|
ok
|
3340
|
Test birth. ... ok
|
3341
|
Test birth with an invalid JSON configuration document. ... ok
|
3342
|
Test birth with a mismatched MAUS version. ... ok
|
3343
|
Test birth where birth throws an exception. ... ok
|
3344
|
Test birth where the pool throws an exception. ... ok
|
3345
|
Test death. ... ok
|
3346
|
Test death where death throws an exception. ... ok
|
3347
|
Test death where the pool throws an exception. ... ok
|
3348
|
Test get_maus_configuration. ... ok
|
3349
|
Invoke worker_process_callback. ... ok
|
3350
|
Invoke birth ... ok
|
3351
|
Invoke birth when a ValueError is thrown by birth. ... ok
|
3352
|
Invoke birth when WorkerBirthFailedException is thrown. ... ok
|
3353
|
Invoke death. ... ok
|
3354
|
Invoke death when a ValueError is thrown by death. ... ok
|
3355
|
Invoke death when WorkerDeathFailedException is thrown. ... ok
|
3356
|
Test birth when current transform death returns False. ... ok
|
3357
|
Invoke initialize. ... ok
|
3358
|
Invoke initialize with an unknown transform. ... ok
|
3359
|
Test initialize when current transform death returns False. ... ok
|
3360
|
Invoke process. ... ok
|
3361
|
Invoke death when WorkerDeathFailedException is thrown. ... ok
|
3362
|
Invoke process when a ValueError is thrown by process. ... ok
|
3363
|
Invoke execute_transform. ... [2012-11-09 16:25:38,867: INFO/MainProcess] None[None]: Task invoked by Unknown
|
3364
|
ok
|
3365
|
Invoke execute_transform when a ValueError is thrown by ... [2012-11-09 16:25:38,869: INFO/MainProcess] None[None]: Task invoked by Unknown
|
3366
|
ok
|
3367
|
test_numpy_exists (test_numpy.NumpyTestCase) ... ok
|
3368
|
@brief walk up from $MAUS_ROOT_DIR and run pylint looking for errors ... ok
|
3369
|
test_geometries (test_root_plot.RootPlotTestCase) ... ok
|
3370
|
Check we can import libxml2 ... ok
|
3371
|
Check we can import libxslt ... ok
|
3372
|
|
3373
|
----------------------------------------------------------------------
|
3374
|
Ran 411 tests in 447.881s
|
3375
|
|
3376
|
OK
|
3377
|
Check that the default parameters produce sensible output ... Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
3378
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
3379
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
3380
|
Setting the phase
|
3381
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3382
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3383
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3384
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3385
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3386
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3387
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3388
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3389
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3390
|
Written 0 event(s) to file.
|
3391
|
WARNING : The first event is not a START_OF_RUN. Spill count and Event count not accurate.
|
3392
|
Written 1 event(s) to file.
|
3393
|
Written 1 event(s) to file.
|
3394
|
Written 26 event(s) to file.
|
3395
|
Written 1 event(s) to file.
|
3396
|
Written 1 event(s) to file.
|
3397
|
Welcome to MAUS:
|
3398
|
Process ID (PID): 9578
|
3399
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/analyze_data_offline.py', '-output_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_analyze_data_offline.root']
|
3400
|
Version: MAUS release version 0.3.3
|
3401
|
Initialising Globals
|
3402
|
Initiating Execution
|
3403
|
OUTPUT: Setting up outputer
|
3404
|
Writing JobHeader...
|
3405
|
INPUT: Setting up input
|
3406
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
3407
|
HINT: MAUS will process 1 event only at first...
|
3408
|
MERGE: Setting up merger
|
3409
|
TRANSFORM: Setting up transformer
|
3410
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
3411
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
3412
|
TRANSFORM/MERGE/OUTPUT: Processed 3 events so far, 1 events in buffer.
|
3413
|
TRANSFORM/MERGE/OUTPUT: Processed 4 events so far, 1 events in buffer.
|
3414
|
TRANSFORM/MERGE/OUTPUT: Processed 5 events so far, 1 events in buffer.
|
3415
|
TRANSFORM/MERGE/OUTPUT: Processed 6 events so far, 1 events in buffer.
|
3416
|
TRANSFORM/MERGE/OUTPUT: Processed 7 events so far, 1 events in buffer.
|
3417
|
TRANSFORM/MERGE/OUTPUT: Processed 8 events so far, 1 events in buffer.
|
3418
|
TRANSFORM/MERGE/OUTPUT: Processed 9 events so far, 1 events in buffer.
|
3419
|
TRANSFORM/MERGE/OUTPUT: Processed 10 events so far, 1 events in buffer.
|
3420
|
TRANSFORM/MERGE/OUTPUT: Processed 11 events so far, 1 events in buffer.
|
3421
|
TRANSFORM/MERGE/OUTPUT: Processed 12 events so far, 1 events in buffer.
|
3422
|
TRANSFORM/MERGE/OUTPUT: Processed 13 events so far, 1 events in buffer.
|
3423
|
TRANSFORM/MERGE/OUTPUT: Processed 14 events so far, 1 events in buffer.
|
3424
|
TRANSFORM/MERGE/OUTPUT: Processed 15 events so far, 1 events in buffer.
|
3425
|
TRANSFORM/MERGE/OUTPUT: Processed 16 events so far, 1 events in buffer.
|
3426
|
TRANSFORM/MERGE/OUTPUT: Processed 17 events so far, 1 events in buffer.
|
3427
|
TRANSFORM/MERGE/OUTPUT: Processed 18 events so far, 1 events in buffer.
|
3428
|
TRANSFORM/MERGE/OUTPUT: Processed 19 events so far, 1 events in buffer.
|
3429
|
TRANSFORM/MERGE/OUTPUT: Processed 20 events so far, 1 events in buffer.
|
3430
|
TRANSFORM/MERGE/OUTPUT: Processed 21 events so far, 1 events in buffer.
|
3431
|
TRANSFORM/MERGE/OUTPUT: Processed 22 events so far, 1 events in buffer.
|
3432
|
TRANSFORM/MERGE/OUTPUT: Processed 23 events so far, 1 events in buffer.
|
3433
|
TRANSFORM/MERGE/OUTPUT: Processed 24 events so far, 1 events in buffer.
|
3434
|
TRANSFORM/MERGE/OUTPUT: Processed 25 events so far, 1 events in buffer.
|
3435
|
TRANSFORM/MERGE/OUTPUT: Processed 26 events so far, 0 events in buffer.
|
3436
|
TRANSFORM: Shutting down transformer
|
3437
|
MERGE: Shutting down merger
|
3438
|
INPUT: Shutting down inputer
|
3439
|
OUTPUT: Shutting down outputer
|
3440
|
Clearing Globals
|
3441
|
DONE
|
3442
|
Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
3443
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
3444
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
3445
|
Setting the phase
|
3446
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3447
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
3448
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
3449
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
3450
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
3451
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
3452
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
3453
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
3454
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
3455
|
Failed to find event 1 in file.
|
3456
|
Failed to find event 1 in file.
|
3457
|
Failed to find event 26 in file.
|
3458
|
Failed to find event 1 in file.
|
3459
|
Failed to find event 1 in file.
|
3460
|
Welcome to MAUS:
|
3461
|
Process ID (PID): 9614
|
3462
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/utilities/root_to_json.py', '-input_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_analyze_data_offline.root', '-output_json_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_analyze_data_offline.json']
|
3463
|
Version: MAUS release version 0.3.3
|
3464
|
Initialising Globals
|
3465
|
Initiating Execution
|
3466
|
OUTPUT: Setting up outputer
|
3467
|
Writing JobHeader...
|
3468
|
INPUT: Setting up input
|
3469
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
3470
|
HINT: MAUS will process 1 event only at first...
|
3471
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
3472
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
3473
|
MERGE: Setting up merger
|
3474
|
TRANSFORM: Setting up transformer
|
3475
|
TRANSFORM/MERGE/OUTPUT: Processed 3 events so far, 1 events in buffer.
|
3476
|
TRANSFORM/MERGE/OUTPUT: Processed 4 events so far, 1 events in buffer.
|
3477
|
TRANSFORM/MERGE/OUTPUT: Processed 5 events so far, 1 events in buffer.
|
3478
|
TRANSFORM/MERGE/OUTPUT: Processed 6 events so far, 1 events in buffer.
|
3479
|
TRANSFORM/MERGE/OUTPUT: Processed 7 events so far, 1 events in buffer.
|
3480
|
TRANSFORM/MERGE/OUTPUT: Processed 8 events so far, 1 events in buffer.
|
3481
|
TRANSFORM/MERGE/OUTPUT: Processed 9 events so far, 1 events in buffer.
|
3482
|
TRANSFORM/MERGE/OUTPUT: Processed 10 events so far, 1 events in buffer.
|
3483
|
TRANSFORM/MERGE/OUTPUT: Processed 11 events so far, 1 events in buffer.
|
3484
|
TRANSFORM/MERGE/OUTPUT: Processed 12 events so far, 1 events in buffer.
|
3485
|
TRANSFORM/MERGE/OUTPUT: Processed 13 events so far, 1 events in buffer.
|
3486
|
TRANSFORM/MERGE/OUTPUT: Processed 14 events so far, 1 events in buffer.
|
3487
|
TRANSFORM/MERGE/OUTPUT: Processed 15 events so far, 1 events in buffer.
|
3488
|
TRANSFORM/MERGE/OUTPUT: Processed 16 events so far, 1 events in buffer.
|
3489
|
TRANSFORM/MERGE/OUTPUT: Processed 17 events so far, 1 events in buffer.
|
3490
|
TRANSFORM/MERGE/OUTPUT: Processed 18 events so far, 1 events in buffer.
|
3491
|
TRANSFORM/MERGE/OUTPUT: Processed 19 events so far, 1 events in buffer.
|
3492
|
TRANSFORM/MERGE/OUTPUT: Processed 20 events so far, 1 events in buffer.
|
3493
|
TRANSFORM/MERGE/OUTPUT: Processed 21 events so far, 1 events in buffer.
|
3494
|
TRANSFORM/MERGE/OUTPUT: Processed 22 events so far, 1 events in buffer.
|
3495
|
TRANSFORM/MERGE/OUTPUT: Processed 23 events so far, 1 events in buffer.
|
3496
|
TRANSFORM/MERGE/OUTPUT: Processed 24 events so far, 1 events in buffer.
|
3497
|
TRANSFORM/MERGE/OUTPUT: Processed 25 events so far, 1 events in buffer.
|
3498
|
TRANSFORM/MERGE/OUTPUT: Processed 26 events so far, 1 events in buffer.
|
3499
|
TRANSFORM/MERGE/OUTPUT: Processed 27 events so far, 1 events in buffer.
|
3500
|
TRANSFORM/MERGE/OUTPUT: Processed 28 events so far, 1 events in buffer.
|
3501
|
TRANSFORM/MERGE/OUTPUT: Processed 29 events so far, 1 events in buffer.
|
3502
|
TRANSFORM/MERGE/OUTPUT: Processed 30 events so far, 0 events in buffer.
|
3503
|
TRANSFORM: Shutting down transformer
|
3504
|
MERGE: Shutting down merger
|
3505
|
INPUT: Shutting down inputer
|
3506
|
OUTPUT: Shutting down outputer
|
3507
|
Clearing Globals
|
3508
|
DONE
|
3509
|
ok
|
3510
|
Test birth broadcast command. ... SKIP: Skip - RabbitMQ seems to be down
|
3511
|
Test birth broadcast command with an invalid JSON ... SKIP: Skip - RabbitMQ seems to be down
|
3512
|
Test birth broadcast command with an invalid transform name. ... SKIP: Skip - RabbitMQ seems to be down
|
3513
|
Test birth broadcast command with a mismatched MAUS version. ... SKIP: Skip - RabbitMQ seems to be down
|
3514
|
Test birth broadcast command where the transform returns ... SKIP: Skip - RabbitMQ seems to be down
|
3515
|
Test death broadcast command. ... SKIP: Skip - RabbitMQ seems to be down
|
3516
|
Test death broadcast command where the transform returns ... SKIP: Skip - RabbitMQ seems to be down
|
3517
|
Test death broadcast command where the transform throws ... SKIP: Skip - RabbitMQ seems to be down
|
3518
|
Test get_maus_configuration broadcast command. ... SKIP: Skip - RabbitMQ seems to be down
|
3519
|
Test process command. ... SKIP: Skip - RabbitMQ seems to be down
|
3520
|
Test process command fails after death has been called. ... SKIP: Skip - RabbitMQ seems to be down
|
3521
|
Test create_collection, has_collection and collection_names. ... SKIP: MongoDB server is not accessible
|
3522
|
Test connect with a bad host throws an AutoReconnect error as ... SKIP: MongoDB server is not accessible
|
3523
|
Test connect with a bad port throws an AutoReconnect error as ... SKIP: MongoDB server is not accessible
|
3524
|
Test connect with no database name parameter throws a KeyError. ... SKIP: MongoDB server is not accessible
|
3525
|
Test connect with no parameters throws a KeyError as a host ... SKIP: MongoDB server is not accessible
|
3526
|
Test delete_collection. ... SKIP: MongoDB server is not accessible
|
3527
|
Test delete_document. ... SKIP: MongoDB server is not accessible
|
3528
|
Test count, get_ids, get and delete_document on an empty ... SKIP: MongoDB server is not accessible
|
3529
|
Test get_since with a datetime. ... SKIP: MongoDB server is not accessible
|
3530
|
Test get_since with no datetime and check that results are ... SKIP: MongoDB server is not accessible
|
3531
|
Test put and get, and also get_ids and count. ... SKIP: MongoDB server is not accessible
|
3532
|
Test put then another with the same ID. ... SKIP: MongoDB server is not accessible
|
3533
|
Run the simulation and check that certain data in each tree is the same ... SKIP: Skip - RabbitMQ seems to be down
|
3534
|
Get everything in bin/examples and check it runs with returncode 0 ... Traceback (most recent call last):
|
3535
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 27, in move_images
|
3536
|
os.mkdir(plot_dir)
|
3537
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples'
|
3538
|
Traceback (most recent call last):
|
3539
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 33, in move_images
|
3540
|
os.mkdir(plot_dir)
|
3541
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples/configuration_db_example'
|
3542
|
Traceback (most recent call last):
|
3543
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 27, in move_images
|
3544
|
os.mkdir(plot_dir)
|
3545
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples'
|
3546
|
Traceback (most recent call last):
|
3547
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 33, in move_images
|
3548
|
os.mkdir(plot_dir)
|
3549
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples/load_json_file'
|
3550
|
Traceback (most recent call last):
|
3551
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 27, in move_images
|
3552
|
os.mkdir(plot_dir)
|
3553
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples'
|
3554
|
Traceback (most recent call last):
|
3555
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 33, in move_images
|
3556
|
os.mkdir(plot_dir)
|
3557
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples/load_root_file'
|
3558
|
Traceback (most recent call last):
|
3559
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 27, in move_images
|
3560
|
os.mkdir(plot_dir)
|
3561
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples'
|
3562
|
Traceback (most recent call last):
|
3563
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 33, in move_images
|
3564
|
os.mkdir(plot_dir)
|
3565
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples/make_field_map'
|
3566
|
Traceback (most recent call last):
|
3567
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 27, in move_images
|
3568
|
os.mkdir(plot_dir)
|
3569
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples'
|
3570
|
Traceback (most recent call last):
|
3571
|
File "/opt/ppd/mice/heidt/geant_test/merge/tests/integration/test_examples/test_examples.py", line 33, in move_images
|
3572
|
os.mkdir(plot_dir)
|
3573
|
OSError: [Errno 17] File exists: '/opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/examples/simple_scalers_example'
|
3574
|
ok
|
3575
|
Check that we can calculate optics beta function correctly; plot output ... Setting the phase
|
3576
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3577
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-5250) rotationVector: (0,0,1) angle: 0 name: Field1
|
3578
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-4500) rotationVector: (0,0,1) angle: 0 name: Field2
|
3579
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-3750) rotationVector: (0,0,1) angle: 0 name: Field3
|
3580
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-3000) rotationVector: (0,0,1) angle: 0 name: Field4
|
3581
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-2250) rotationVector: (0,0,1) angle: 0 name: Field5
|
3582
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-1500) rotationVector: (0,0,1) angle: 0 name: Field6
|
3583
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-750) rotationVector: (0,0,1) angle: 0 name: Field7
|
3584
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,0) rotationVector: (0,0,1) angle: 0 name: Field8
|
3585
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,750) rotationVector: (0,0,1) angle: 0 name: Field9
|
3586
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,1500) rotationVector: (0,0,1) angle: 0 name: Field10
|
3587
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,2250) rotationVector: (0,0,1) angle: 0 name: Field11
|
3588
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,3000) rotationVector: (0,0,1) angle: 0 name: Field12
|
3589
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,3750) rotationVector: (0,0,1) angle: 0 name: Field13
|
3590
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,4500) rotationVector: (0,0,1) angle: 0 name: Field14
|
3591
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,5250) rotationVector: (0,0,1) angle: 0 name: Field15
|
3592
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,6000) rotationVector: (0,0,1) angle: 0 name: Field16
|
3593
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,6750) rotationVector: (0,0,1) angle: 0 name: Field17
|
3594
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,7500) rotationVector: (0,0,1) angle: 0 name: Field18
|
3595
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,8250) rotationVector: (0,0,1) angle: 0 name: Field19
|
3596
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,9000) rotationVector: (0,0,1) angle: 0 name: Field20
|
3597
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,9750) rotationVector: (0,0,1) angle: 0 name: Field21
|
3598
|
Building geometry
|
3599
|
Looking for optimisation requests
|
3600
|
Running beam envelope through
|
3601
|
Finding TrackingDerivative envelope functions
|
3602
|
Setting the phase
|
3603
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3604
|
done
|
3605
|
Info in <TCanvas::Print>: file /opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/optics/mapping_optics.png has been created
|
3606
|
Setting the phase
|
3607
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3608
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-5250) rotationVector: (0,0,1) angle: 0 name: Field1
|
3609
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-4500) rotationVector: (0,0,1) angle: 0 name: Field2
|
3610
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-3750) rotationVector: (0,0,1) angle: 0 name: Field3
|
3611
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-3000) rotationVector: (0,0,1) angle: 0 name: Field4
|
3612
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-2250) rotationVector: (0,0,1) angle: 0 name: Field5
|
3613
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,-1500) rotationVector: (0,0,1) angle: 0 name: Field6
|
3614
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,-750) rotationVector: (0,0,1) angle: 0 name: Field7
|
3615
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,0) rotationVector: (0,0,1) angle: 0 name: Field8
|
3616
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,750) rotationVector: (0,0,1) angle: 0 name: Field9
|
3617
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,1500) rotationVector: (0,0,1) angle: 0 name: Field10
|
3618
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,2250) rotationVector: (0,0,1) angle: 0 name: Field11
|
3619
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,3000) rotationVector: (0,0,1) angle: 0 name: Field12
|
3620
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,3750) rotationVector: (0,0,1) angle: 0 name: Field13
|
3621
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,4500) rotationVector: (0,0,1) angle: 0 name: Field14
|
3622
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,5250) rotationVector: (0,0,1) angle: 0 name: Field15
|
3623
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,6000) rotationVector: (0,0,1) angle: 0 name: Field16
|
3624
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,6750) rotationVector: (0,0,1) angle: 0 name: Field17
|
3625
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,7500) rotationVector: (0,0,1) angle: 0 name: Field18
|
3626
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,8250) rotationVector: (0,0,1) angle: 0 name: Field19
|
3627
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: -106.66 position: (0,0,9000) rotationVector: (0,0,1) angle: 0 name: Field20
|
3628
|
Solenoid Length: 150 Inner Radius: 350 Thickness: 150 Current Density: 1 scaleFactor: 106.66 position: (0,0,9750) rotationVector: (0,0,1) angle: 0 name: Field21
|
3629
|
Building geometry
|
3630
|
Looking for optimisation requests
|
3631
|
Setting the phase
|
3632
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3633
|
@Beta_T: 750 ** Score1: 28272.8 Score2: 100.169 ** Total: 28373
|
3634
|
@Beta_T: 759.978 ** Score1: 33951.2 Score2: 120.214 ** Total: 34071.4
|
3635
|
@Beta_T: 745.997 ** Score1: 26123.7 Score2: 92.5806 ** Total: 26216.2
|
3636
|
@Beta_T: 733.946 ** Score1: 20114.7 Score2: 71.3575 ** Total: 20186.1
|
3637
|
@Beta_T: 697.482 ** Score1: 6413.14 Score2: 22.8962 ** Total: 6436.03
|
3638
|
@Beta_T: 586.504 ** Score1: 16716.6 Score2: 58.267 ** Total: 16774.8
|
3639
|
@Beta_T: 644.214 ** Score1: 250.374 Score2: 0.816131 ** Total: 251.19
|
3640
|
@Beta_T: 590.627 ** Score1: 14591.8 Score2: 50.8282 ** Total: 14642.6
|
3641
|
@Beta_T: 590.627 ** Score1: 14591.8 Score2: 50.8282 ** Total: 14642.6
|
3642
|
@Beta_T: 670.915 ** Score1: 1100.67 Score2: 4.01148 ** Total: 1104.68
|
3643
|
@Beta_T: 617.433 ** Score1: 4500 Score2: 15.552 ** Total: 4515.55
|
3644
|
@Beta_T: 657.578 ** Score1: 80.0663 Score2: 0.320156 ** Total: 80.3865
|
3645
|
@Beta_T: 670.915 ** Score1: 1100.67 Score2: 4.01148 ** Total: 1104.68
|
3646
|
@Beta_T: 650.898 ** Score1: 11.3465 Score2: 0.0271223 ** Total: 11.3737
|
3647
|
@Beta_T: 644.214 ** Score1: 250.374 Score2: 0.816131 ** Total: 251.19
|
3648
|
@Beta_T: 654.239 ** Score1: 7.87857 Score2: 0.0406356 ** Total: 7.9192
|
3649
|
@Beta_T: 657.578 ** Score1: 80.0663 Score2: 0.320156 ** Total: 80.3865
|
3650
|
@Beta_T: 652.569 ** Score1: 0.0764471 Score2: 0.000349768 ** Total: 0.0767969
|
3651
|
@Beta_T: 650.898 ** Score1: 11.3465 Score2: 0.0271223 ** Total: 11.3737
|
3652
|
@Beta_T: 653.404 ** Score1: 1.60343 Score2: 0.0121453 ** Total: 1.61558
|
3653
|
@Beta_T: 651.734 ** Score1: 3.31749 Score2: 0.00531868 ** Total: 3.32281
|
3654
|
@Beta_T: 652.986 ** Score1: 0.24518 Score2: 0.00415637 ** Total: 0.249336
|
3655
|
@Beta_T: 652.151 ** Score1: 1.09972 Score2: 0.000734282 ** Total: 1.10045
|
3656
|
@Beta_T: 652.778 ** Score1: 0.0119683 Score2: 0.00172973 ** Total: 0.0136981
|
3657
|
@Beta_T: 652.986 ** Score1: 0.24518 Score2: 0.00415637 ** Total: 0.249336
|
3658
|
@Beta_T: 652.673 ** Score1: 0.00697703 Score2: 0.000908843 ** Total: 0.00788587
|
3659
|
@Beta_T: 652.569 ** Score1: 0.0764471 Score2: 0.000349768 ** Total: 0.0767969
|
3660
|
@Beta_T: 652.725 ** Score1: 0.00016744 Score2: 0.00128657 ** Total: 0.00145401
|
3661
|
@Beta_T: 652.778 ** Score1: 0.0119683 Score2: 0.00172973 ** Total: 0.0136981
|
3662
|
@Beta_T: 652.699 ** Score1: 0.00124562 Score2: 0.00108952 ** Total: 0.00233514
|
3663
|
@Beta_T: 652.751 ** Score1: 0.00374189 Score2: 0.00149997 ** Total: 0.00524185
|
3664
|
@Beta_T: 652.712 ** Score1: 0.000124913 Score2: 0.001186 ** Total: 0.00131091
|
3665
|
@Beta_T: 652.712 ** Score1: 0.000124913 Score2: 0.001186 ** Total: 0.00131091
|
3666
|
Running beam envelope through
|
3667
|
Finding TrackingDerivative envelope functions
|
3668
|
Setting the phase
|
3669
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3670
|
done
|
3671
|
Info in <TCanvas::Print>: file /opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/optics/optimiser_optics.png has been created
|
3672
|
ok
|
3673
|
Check that we have coloured particles ... ok
|
3674
|
Check that we have accumulated particles ... ok
|
3675
|
Check that we can generate a binomial distribution for event number ... Setting the phase
|
3676
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3677
|
Traceback (most recent call last):
|
3678
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3679
|
raise(CppError(error_message))
|
3680
|
ErrorHandler.CppError: Particle is outside world volume at MAUSPrimaryGeneratorAction::GeneratePrimaries
|
3681
|
Bad json document
|
3682
|
MC event array not initialised, aborting digitisation for this spill
|
3683
|
Illegal application state - BeamOn() ignored.
|
3684
|
Illegal application state - BeamOn() ignored.
|
3685
|
Illegal application state - BeamOn() ignored.
|
3686
|
Illegal application state - BeamOn() ignored.
|
3687
|
Illegal application state - BeamOn() ignored.
|
3688
|
Illegal application state - BeamOn() ignored.
|
3689
|
Illegal application state - BeamOn() ignored.
|
3690
|
Illegal application state - BeamOn() ignored.
|
3691
|
Illegal application state - BeamOn() ignored.
|
3692
|
Illegal application state - BeamOn() ignored.
|
3693
|
Illegal application state - BeamOn() ignored.
|
3694
|
Illegal application state - BeamOn() ignored.
|
3695
|
Illegal application state - BeamOn() ignored.
|
3696
|
Illegal application state - BeamOn() ignored.
|
3697
|
Illegal application state - BeamOn() ignored.
|
3698
|
Illegal application state - BeamOn() ignored.
|
3699
|
Illegal application state - BeamOn() ignored.
|
3700
|
Illegal application state - BeamOn() ignored.
|
3701
|
Illegal application state - BeamOn() ignored.
|
3702
|
Illegal application state - BeamOn() ignored.
|
3703
|
Illegal application state - BeamOn() ignored.
|
3704
|
Illegal application state - BeamOn() ignored.
|
3705
|
Illegal application state - BeamOn() ignored.
|
3706
|
Illegal application state - BeamOn() ignored.
|
3707
|
Illegal application state - BeamOn() ignored.
|
3708
|
Illegal application state - BeamOn() ignored.
|
3709
|
Illegal application state - BeamOn() ignored.
|
3710
|
Illegal application state - BeamOn() ignored.
|
3711
|
Illegal application state - BeamOn() ignored.
|
3712
|
Illegal application state - BeamOn() ignored.
|
3713
|
Illegal application state - BeamOn() ignored.
|
3714
|
Illegal application state - BeamOn() ignored.
|
3715
|
Illegal application state - BeamOn() ignored.
|
3716
|
Illegal application state - BeamOn() ignored.
|
3717
|
Illegal application state - BeamOn() ignored.
|
3718
|
Illegal application state - BeamOn() ignored.
|
3719
|
Illegal application state - BeamOn() ignored.
|
3720
|
Illegal application state - BeamOn() ignored.
|
3721
|
Illegal application state - BeamOn() ignored.
|
3722
|
Illegal application state - BeamOn() ignored.
|
3723
|
Illegal application state - BeamOn() ignored.
|
3724
|
Illegal application state - BeamOn() ignored.
|
3725
|
Illegal application state - BeamOn() ignored.
|
3726
|
Illegal application state - BeamOn() ignored.
|
3727
|
Illegal application state - BeamOn() ignored.
|
3728
|
Illegal application state - BeamOn() ignored.
|
3729
|
Illegal application state - BeamOn() ignored.
|
3730
|
Illegal application state - BeamOn() ignored.
|
3731
|
Illegal application state - BeamOn() ignored.
|
3732
|
Illegal application state - BeamOn() ignored.
|
3733
|
Illegal application state - BeamOn() ignored.
|
3734
|
Illegal application state - BeamOn() ignored.
|
3735
|
Illegal application state - BeamOn() ignored.
|
3736
|
Illegal application state - BeamOn() ignored.
|
3737
|
Illegal application state - BeamOn() ignored.
|
3738
|
Illegal application state - BeamOn() ignored.
|
3739
|
Illegal application state - BeamOn() ignored.
|
3740
|
Illegal application state - BeamOn() ignored.
|
3741
|
Illegal application state - BeamOn() ignored.
|
3742
|
Illegal application state - BeamOn() ignored.
|
3743
|
Illegal application state - BeamOn() ignored.
|
3744
|
Illegal application state - BeamOn() ignored.
|
3745
|
Illegal application state - BeamOn() ignored.
|
3746
|
Illegal application state - BeamOn() ignored.
|
3747
|
Illegal application state - BeamOn() ignored.
|
3748
|
Illegal application state - BeamOn() ignored.
|
3749
|
Illegal application state - BeamOn() ignored.
|
3750
|
Illegal application state - BeamOn() ignored.
|
3751
|
Illegal application state - BeamOn() ignored.
|
3752
|
Illegal application state - BeamOn() ignored.
|
3753
|
Illegal application state - BeamOn() ignored.
|
3754
|
Illegal application state - BeamOn() ignored.
|
3755
|
Illegal application state - BeamOn() ignored.
|
3756
|
Illegal application state - BeamOn() ignored.
|
3757
|
Illegal application state - BeamOn() ignored.
|
3758
|
Illegal application state - BeamOn() ignored.
|
3759
|
Illegal application state - BeamOn() ignored.
|
3760
|
Illegal application state - BeamOn() ignored.
|
3761
|
Illegal application state - BeamOn() ignored.
|
3762
|
Illegal application state - BeamOn() ignored.
|
3763
|
Illegal application state - BeamOn() ignored.
|
3764
|
Illegal application state - BeamOn() ignored.
|
3765
|
Illegal application state - BeamOn() ignored.
|
3766
|
Illegal application state - BeamOn() ignored.
|
3767
|
Illegal application state - BeamOn() ignored.
|
3768
|
Illegal application state - BeamOn() ignored.
|
3769
|
Illegal application state - BeamOn() ignored.
|
3770
|
Illegal application state - BeamOn() ignored.
|
3771
|
Illegal application state - BeamOn() ignored.
|
3772
|
Illegal application state - BeamOn() ignored.
|
3773
|
Illegal application state - BeamOn() ignored.
|
3774
|
Illegal application state - BeamOn() ignored.
|
3775
|
Illegal application state - BeamOn() ignored.
|
3776
|
Illegal application state - BeamOn() ignored.
|
3777
|
Illegal application state - BeamOn() ignored.
|
3778
|
Illegal application state - BeamOn() ignored.
|
3779
|
Illegal application state - BeamOn() ignored.
|
3780
|
Illegal application state - BeamOn() ignored.
|
3781
|
Illegal application state - BeamOn() ignored.
|
3782
|
Setting the phase
|
3783
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3784
|
Failed to find event 1 in file.
|
3785
|
Failed to find event 1 in file.
|
3786
|
Failed to find event 2 in file.
|
3787
|
Failed to find event 1 in file.
|
3788
|
Failed to find event 1 in file.
|
3789
|
Setting the phase
|
3790
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
3791
|
Traceback (most recent call last):
|
3792
|
File "/opt/ppd/mice/heidt/geant_test/merge/src/common_py/ErrorHandler.py", line 159, in HandleCppException
|
3793
|
raise(CppError(error_message))
|
3794
|
ErrorHandler.CppError: Particle is outside world volume at MAUSPrimaryGeneratorAction::GeneratePrimaries
|
3795
|
Bad json document
|
3796
|
MC event array not initialised, aborting digitisation for this spill
|
3797
|
Illegal application state - BeamOn() ignored.
|
3798
|
Illegal application state - BeamOn() ignored.
|
3799
|
Illegal application state - BeamOn() ignored.
|
3800
|
Illegal application state - BeamOn() ignored.
|
3801
|
Illegal application state - BeamOn() ignored.
|
3802
|
Illegal application state - BeamOn() ignored.
|
3803
|
Illegal application state - BeamOn() ignored.
|
3804
|
Illegal application state - BeamOn() ignored.
|
3805
|
Illegal application state - BeamOn() ignored.
|
3806
|
Illegal application state - BeamOn() ignored.
|
3807
|
Illegal application state - BeamOn() ignored.
|
3808
|
Illegal application state - BeamOn() ignored.
|
3809
|
Illegal application state - BeamOn() ignored.
|
3810
|
Illegal application state - BeamOn() ignored.
|
3811
|
Illegal application state - BeamOn() ignored.
|
3812
|
Illegal application state - BeamOn() ignored.
|
3813
|
Illegal application state - BeamOn() ignored.
|
3814
|
Illegal application state - BeamOn() ignored.
|
3815
|
Illegal application state - BeamOn() ignored.
|
3816
|
Illegal application state - BeamOn() ignored.
|
3817
|
Illegal application state - BeamOn() ignored.
|
3818
|
Illegal application state - BeamOn() ignored.
|
3819
|
Illegal application state - BeamOn() ignored.
|
3820
|
Illegal application state - BeamOn() ignored.
|
3821
|
Illegal application state - BeamOn() ignored.
|
3822
|
Illegal application state - BeamOn() ignored.
|
3823
|
Illegal application state - BeamOn() ignored.
|
3824
|
Illegal application state - BeamOn() ignored.
|
3825
|
Illegal application state - BeamOn() ignored.
|
3826
|
Illegal application state - BeamOn() ignored.
|
3827
|
Illegal application state - BeamOn() ignored.
|
3828
|
Illegal application state - BeamOn() ignored.
|
3829
|
Illegal application state - BeamOn() ignored.
|
3830
|
Illegal application state - BeamOn() ignored.
|
3831
|
Illegal application state - BeamOn() ignored.
|
3832
|
Illegal application state - BeamOn() ignored.
|
3833
|
Illegal application state - BeamOn() ignored.
|
3834
|
Illegal application state - BeamOn() ignored.
|
3835
|
Illegal application state - BeamOn() ignored.
|
3836
|
Illegal application state - BeamOn() ignored.
|
3837
|
Illegal application state - BeamOn() ignored.
|
3838
|
Illegal application state - BeamOn() ignored.
|
3839
|
Illegal application state - BeamOn() ignored.
|
3840
|
Illegal application state - BeamOn() ignored.
|
3841
|
Illegal application state - BeamOn() ignored.
|
3842
|
Illegal application state - BeamOn() ignored.
|
3843
|
Illegal application state - BeamOn() ignored.
|
3844
|
Illegal application state - BeamOn() ignored.
|
3845
|
Illegal application state - BeamOn() ignored.
|
3846
|
Illegal application state - BeamOn() ignored.
|
3847
|
Illegal application state - BeamOn() ignored.
|
3848
|
Illegal application state - BeamOn() ignored.
|
3849
|
Illegal application state - BeamOn() ignored.
|
3850
|
Illegal application state - BeamOn() ignored.
|
3851
|
Illegal application state - BeamOn() ignored.
|
3852
|
Illegal application state - BeamOn() ignored.
|
3853
|
Illegal application state - BeamOn() ignored.
|
3854
|
Illegal application state - BeamOn() ignored.
|
3855
|
Illegal application state - BeamOn() ignored.
|
3856
|
Illegal application state - BeamOn() ignored.
|
3857
|
Illegal application state - BeamOn() ignored.
|
3858
|
Illegal application state - BeamOn() ignored.
|
3859
|
Illegal application state - BeamOn() ignored.
|
3860
|
Illegal application state - BeamOn() ignored.
|
3861
|
Illegal application state - BeamOn() ignored.
|
3862
|
Illegal application state - BeamOn() ignored.
|
3863
|
Illegal application state - BeamOn() ignored.
|
3864
|
Illegal application state - BeamOn() ignored.
|
3865
|
Illegal application state - BeamOn() ignored.
|
3866
|
Illegal application state - BeamOn() ignored.
|
3867
|
Illegal application state - BeamOn() ignored.
|
3868
|
Illegal application state - BeamOn() ignored.
|
3869
|
Illegal application state - BeamOn() ignored.
|
3870
|
Illegal application state - BeamOn() ignored.
|
3871
|
Illegal application state - BeamOn() ignored.
|
3872
|
Illegal application state - BeamOn() ignored.
|
3873
|
Illegal application state - BeamOn() ignored.
|
3874
|
Illegal application state - BeamOn() ignored.
|
3875
|
Illegal application state - BeamOn() ignored.
|
3876
|
Illegal application state - BeamOn() ignored.
|
3877
|
Illegal application state - BeamOn() ignored.
|
3878
|
Illegal application state - BeamOn() ignored.
|
3879
|
Illegal application state - BeamOn() ignored.
|
3880
|
Illegal application state - BeamOn() ignored.
|
3881
|
Illegal application state - BeamOn() ignored.
|
3882
|
Illegal application state - BeamOn() ignored.
|
3883
|
Illegal application state - BeamOn() ignored.
|
3884
|
Illegal application state - BeamOn() ignored.
|
3885
|
Illegal application state - BeamOn() ignored.
|
3886
|
Illegal application state - BeamOn() ignored.
|
3887
|
Illegal application state - BeamOn() ignored.
|
3888
|
Illegal application state - BeamOn() ignored.
|
3889
|
Illegal application state - BeamOn() ignored.
|
3890
|
Illegal application state - BeamOn() ignored.
|
3891
|
Illegal application state - BeamOn() ignored.
|
3892
|
Illegal application state - BeamOn() ignored.
|
3893
|
Illegal application state - BeamOn() ignored.
|
3894
|
Illegal application state - BeamOn() ignored.
|
3895
|
Illegal application state - BeamOn() ignored.
|
3896
|
Illegal application state - BeamOn() ignored.
|
3897
|
Illegal application state - BeamOn() ignored.
|
3898
|
Illegal application state - BeamOn() ignored.
|
3899
|
Illegal application state - BeamOn() ignored.
|
3900
|
Illegal application state - BeamOn() ignored.
|
3901
|
Illegal application state - BeamOn() ignored.
|
3902
|
Illegal application state - BeamOn() ignored.
|
3903
|
Illegal application state - BeamOn() ignored.
|
3904
|
Illegal application state - BeamOn() ignored.
|
3905
|
Illegal application state - BeamOn() ignored.
|
3906
|
Illegal application state - BeamOn() ignored.
|
3907
|
Illegal application state - BeamOn() ignored.
|
3908
|
Illegal application state - BeamOn() ignored.
|
3909
|
Illegal application state - BeamOn() ignored.
|
3910
|
Illegal application state - BeamOn() ignored.
|
3911
|
Illegal application state - BeamOn() ignored.
|
3912
|
Illegal application state - BeamOn() ignored.
|
3913
|
Illegal application state - BeamOn() ignored.
|
3914
|
Illegal application state - BeamOn() ignored.
|
3915
|
Illegal application state - BeamOn() ignored.
|
3916
|
Illegal application state - BeamOn() ignored.
|
3917
|
Illegal application state - BeamOn() ignored.
|
3918
|
Illegal application state - BeamOn() ignored.
|
3919
|
Illegal application state - BeamOn() ignored.
|
3920
|
Illegal application state - BeamOn() ignored.
|
3921
|
Illegal application state - BeamOn() ignored.
|
3922
|
Illegal application state - BeamOn() ignored.
|
3923
|
Illegal application state - BeamOn() ignored.
|
3924
|
Illegal application state - BeamOn() ignored.
|
3925
|
Illegal application state - BeamOn() ignored.
|
3926
|
Illegal application state - BeamOn() ignored.
|
3927
|
Illegal application state - BeamOn() ignored.
|
3928
|
Illegal application state - BeamOn() ignored.
|
3929
|
Illegal application state - BeamOn() ignored.
|
3930
|
Illegal application state - BeamOn() ignored.
|
3931
|
Illegal application state - BeamOn() ignored.
|
3932
|
Illegal application state - BeamOn() ignored.
|
3933
|
Illegal application state - BeamOn() ignored.
|
3934
|
Illegal application state - BeamOn() ignored.
|
3935
|
Illegal application state - BeamOn() ignored.
|
3936
|
Illegal application state - BeamOn() ignored.
|
3937
|
Illegal application state - BeamOn() ignored.
|
3938
|
Illegal application state - BeamOn() ignored.
|
3939
|
Illegal application state - BeamOn() ignored.
|
3940
|
Illegal application state - BeamOn() ignored.
|
3941
|
Illegal application state - BeamOn() ignored.
|
3942
|
Illegal application state - BeamOn() ignored.
|
3943
|
Illegal application state - BeamOn() ignored.
|
3944
|
Illegal application state - BeamOn() ignored.
|
3945
|
Illegal application state - BeamOn() ignored.
|
3946
|
Illegal application state - BeamOn() ignored.
|
3947
|
Illegal application state - BeamOn() ignored.
|
3948
|
Illegal application state - BeamOn() ignored.
|
3949
|
Illegal application state - BeamOn() ignored.
|
3950
|
Illegal application state - BeamOn() ignored.
|
3951
|
Illegal application state - BeamOn() ignored.
|
3952
|
Illegal application state - BeamOn() ignored.
|
3953
|
Illegal application state - BeamOn() ignored.
|
3954
|
Illegal application state - BeamOn() ignored.
|
3955
|
Illegal application state - BeamOn() ignored.
|
3956
|
Illegal application state - BeamOn() ignored.
|
3957
|
Illegal application state - BeamOn() ignored.
|
3958
|
Illegal application state - BeamOn() ignored.
|
3959
|
Illegal application state - BeamOn() ignored.
|
3960
|
Illegal application state - BeamOn() ignored.
|
3961
|
Illegal application state - BeamOn() ignored.
|
3962
|
Illegal application state - BeamOn() ignored.
|
3963
|
Illegal application state - BeamOn() ignored.
|
3964
|
Illegal application state - BeamOn() ignored.
|
3965
|
Illegal application state - BeamOn() ignored.
|
3966
|
Illegal application state - BeamOn() ignored.
|
3967
|
Illegal application state - BeamOn() ignored.
|
3968
|
Illegal application state - BeamOn() ignored.
|
3969
|
Illegal application state - BeamOn() ignored.
|
3970
|
Illegal application state - BeamOn() ignored.
|
3971
|
Illegal application state - BeamOn() ignored.
|
3972
|
Illegal application state - BeamOn() ignored.
|
3973
|
Illegal application state - BeamOn() ignored.
|
3974
|
Illegal application state - BeamOn() ignored.
|
3975
|
Illegal application state - BeamOn() ignored.
|
3976
|
Illegal application state - BeamOn() ignored.
|
3977
|
Illegal application state - BeamOn() ignored.
|
3978
|
Illegal application state - BeamOn() ignored.
|
3979
|
Illegal application state - BeamOn() ignored.
|
3980
|
Illegal application state - BeamOn() ignored.
|
3981
|
Illegal application state - BeamOn() ignored.
|
3982
|
Illegal application state - BeamOn() ignored.
|
3983
|
Illegal application state - BeamOn() ignored.
|
3984
|
Illegal application state - BeamOn() ignored.
|
3985
|
Illegal application state - BeamOn() ignored.
|
3986
|
Illegal application state - BeamOn() ignored.
|
3987
|
Illegal application state - BeamOn() ignored.
|
3988
|
Illegal application state - BeamOn() ignored.
|
3989
|
Illegal application state - BeamOn() ignored.
|
3990
|
Illegal application state - BeamOn() ignored.
|
3991
|
Illegal application state - BeamOn() ignored.
|
3992
|
Illegal application state - BeamOn() ignored.
|
3993
|
Illegal application state - BeamOn() ignored.
|
3994
|
Illegal application state - BeamOn() ignored.
|
3995
|
Illegal application state - BeamOn() ignored.
|
3996
|
Illegal application state - BeamOn() ignored.
|
3997
|
Illegal application state - BeamOn() ignored.
|
3998
|
Illegal application state - BeamOn() ignored.
|
3999
|
Illegal application state - BeamOn() ignored.
|
4000
|
Illegal application state - BeamOn() ignored.
|
4001
|
Illegal application state - BeamOn() ignored.
|
4002
|
Illegal application state - BeamOn() ignored.
|
4003
|
Illegal application state - BeamOn() ignored.
|
4004
|
Illegal application state - BeamOn() ignored.
|
4005
|
Illegal application state - BeamOn() ignored.
|
4006
|
Illegal application state - BeamOn() ignored.
|
4007
|
Illegal application state - BeamOn() ignored.
|
4008
|
Illegal application state - BeamOn() ignored.
|
4009
|
Illegal application state - BeamOn() ignored.
|
4010
|
Illegal application state - BeamOn() ignored.
|
4011
|
Illegal application state - BeamOn() ignored.
|
4012
|
Illegal application state - BeamOn() ignored.
|
4013
|
Illegal application state - BeamOn() ignored.
|
4014
|
Illegal application state - BeamOn() ignored.
|
4015
|
Illegal application state - BeamOn() ignored.
|
4016
|
Illegal application state - BeamOn() ignored.
|
4017
|
Illegal application state - BeamOn() ignored.
|
4018
|
Illegal application state - BeamOn() ignored.
|
4019
|
Illegal application state - BeamOn() ignored.
|
4020
|
Illegal application state - BeamOn() ignored.
|
4021
|
Illegal application state - BeamOn() ignored.
|
4022
|
Illegal application state - BeamOn() ignored.
|
4023
|
Illegal application state - BeamOn() ignored.
|
4024
|
Illegal application state - BeamOn() ignored.
|
4025
|
Illegal application state - BeamOn() ignored.
|
4026
|
Illegal application state - BeamOn() ignored.
|
4027
|
Illegal application state - BeamOn() ignored.
|
4028
|
Illegal application state - BeamOn() ignored.
|
4029
|
Illegal application state - BeamOn() ignored.
|
4030
|
Illegal application state - BeamOn() ignored.
|
4031
|
Illegal application state - BeamOn() ignored.
|
4032
|
Illegal application state - BeamOn() ignored.
|
4033
|
Illegal application state - BeamOn() ignored.
|
4034
|
Illegal application state - BeamOn() ignored.
|
4035
|
Illegal application state - BeamOn() ignored.
|
4036
|
Illegal application state - BeamOn() ignored.
|
4037
|
Illegal application state - BeamOn() ignored.
|
4038
|
Illegal application state - BeamOn() ignored.
|
4039
|
Illegal application state - BeamOn() ignored.
|
4040
|
Illegal application state - BeamOn() ignored.
|
4041
|
Illegal application state - BeamOn() ignored.
|
4042
|
Illegal application state - BeamOn() ignored.
|
4043
|
Illegal application state - BeamOn() ignored.
|
4044
|
Illegal application state - BeamOn() ignored.
|
4045
|
Illegal application state - BeamOn() ignored.
|
4046
|
Illegal application state - BeamOn() ignored.
|
4047
|
Illegal application state - BeamOn() ignored.
|
4048
|
Illegal application state - BeamOn() ignored.
|
4049
|
Illegal application state - BeamOn() ignored.
|
4050
|
Illegal application state - BeamOn() ignored.
|
4051
|
Illegal application state - BeamOn() ignored.
|
4052
|
Illegal application state - BeamOn() ignored.
|
4053
|
Illegal application state - BeamOn() ignored.
|
4054
|
Illegal application state - BeamOn() ignored.
|
4055
|
Illegal application state - BeamOn() ignored.
|
4056
|
Illegal application state - BeamOn() ignored.
|
4057
|
Illegal application state - BeamOn() ignored.
|
4058
|
Illegal application state - BeamOn() ignored.
|
4059
|
Illegal application state - BeamOn() ignored.
|
4060
|
Illegal application state - BeamOn() ignored.
|
4061
|
Illegal application state - BeamOn() ignored.
|
4062
|
Illegal application state - BeamOn() ignored.
|
4063
|
Illegal application state - BeamOn() ignored.
|
4064
|
Illegal application state - BeamOn() ignored.
|
4065
|
Illegal application state - BeamOn() ignored.
|
4066
|
Illegal application state - BeamOn() ignored.
|
4067
|
Illegal application state - BeamOn() ignored.
|
4068
|
Illegal application state - BeamOn() ignored.
|
4069
|
Illegal application state - BeamOn() ignored.
|
4070
|
Illegal application state - BeamOn() ignored.
|
4071
|
Illegal application state - BeamOn() ignored.
|
4072
|
Illegal application state - BeamOn() ignored.
|
4073
|
Illegal application state - BeamOn() ignored.
|
4074
|
Illegal application state - BeamOn() ignored.
|
4075
|
Illegal application state - BeamOn() ignored.
|
4076
|
Illegal application state - BeamOn() ignored.
|
4077
|
Illegal application state - BeamOn() ignored.
|
4078
|
Illegal application state - BeamOn() ignored.
|
4079
|
Illegal application state - BeamOn() ignored.
|
4080
|
Illegal application state - BeamOn() ignored.
|
4081
|
Illegal application state - BeamOn() ignored.
|
4082
|
Illegal application state - BeamOn() ignored.
|
4083
|
Illegal application state - BeamOn() ignored.
|
4084
|
Illegal application state - BeamOn() ignored.
|
4085
|
Illegal application state - BeamOn() ignored.
|
4086
|
Illegal application state - BeamOn() ignored.
|
4087
|
Illegal application state - BeamOn() ignored.
|
4088
|
Illegal application state - BeamOn() ignored.
|
4089
|
Illegal application state - BeamOn() ignored.
|
4090
|
Illegal application state - BeamOn() ignored.
|
4091
|
Illegal application state - BeamOn() ignored.
|
4092
|
Illegal application state - BeamOn() ignored.
|
4093
|
Illegal application state - BeamOn() ignored.
|
4094
|
Illegal application state - BeamOn() ignored.
|
4095
|
Illegal application state - BeamOn() ignored.
|
4096
|
Illegal application state - BeamOn() ignored.
|
4097
|
Illegal application state - BeamOn() ignored.
|
4098
|
Illegal application state - BeamOn() ignored.
|
4099
|
Illegal application state - BeamOn() ignored.
|
4100
|
Illegal application state - BeamOn() ignored.
|
4101
|
Illegal application state - BeamOn() ignored.
|
4102
|
Illegal application state - BeamOn() ignored.
|
4103
|
Illegal application state - BeamOn() ignored.
|
4104
|
Illegal application state - BeamOn() ignored.
|
4105
|
Illegal application state - BeamOn() ignored.
|
4106
|
Illegal application state - BeamOn() ignored.
|
4107
|
Illegal application state - BeamOn() ignored.
|
4108
|
Illegal application state - BeamOn() ignored.
|
4109
|
Illegal application state - BeamOn() ignored.
|
4110
|
Illegal application state - BeamOn() ignored.
|
4111
|
Illegal application state - BeamOn() ignored.
|
4112
|
Illegal application state - BeamOn() ignored.
|
4113
|
Illegal application state - BeamOn() ignored.
|
4114
|
Illegal application state - BeamOn() ignored.
|
4115
|
Illegal application state - BeamOn() ignored.
|
4116
|
Illegal application state - BeamOn() ignored.
|
4117
|
Illegal application state - BeamOn() ignored.
|
4118
|
Illegal application state - BeamOn() ignored.
|
4119
|
Illegal application state - BeamOn() ignored.
|
4120
|
Illegal application state - BeamOn() ignored.
|
4121
|
Illegal application state - BeamOn() ignored.
|
4122
|
Illegal application state - BeamOn() ignored.
|
4123
|
Illegal application state - BeamOn() ignored.
|
4124
|
Illegal application state - BeamOn() ignored.
|
4125
|
Illegal application state - BeamOn() ignored.
|
4126
|
Illegal application state - BeamOn() ignored.
|
4127
|
Illegal application state - BeamOn() ignored.
|
4128
|
Illegal application state - BeamOn() ignored.
|
4129
|
Illegal application state - BeamOn() ignored.
|
4130
|
Illegal application state - BeamOn() ignored.
|
4131
|
Illegal application state - BeamOn() ignored.
|
4132
|
Illegal application state - BeamOn() ignored.
|
4133
|
Illegal application state - BeamOn() ignored.
|
4134
|
Illegal application state - BeamOn() ignored.
|
4135
|
Illegal application state - BeamOn() ignored.
|
4136
|
Illegal application state - BeamOn() ignored.
|
4137
|
Illegal application state - BeamOn() ignored.
|
4138
|
Illegal application state - BeamOn() ignored.
|
4139
|
Illegal application state - BeamOn() ignored.
|
4140
|
Illegal application state - BeamOn() ignored.
|
4141
|
Illegal application state - BeamOn() ignored.
|
4142
|
Illegal application state - BeamOn() ignored.
|
4143
|
Illegal application state - BeamOn() ignored.
|
4144
|
Illegal application state - BeamOn() ignored.
|
4145
|
Illegal application state - BeamOn() ignored.
|
4146
|
Illegal application state - BeamOn() ignored.
|
4147
|
Illegal application state - BeamOn() ignored.
|
4148
|
Illegal application state - BeamOn() ignored.
|
4149
|
Illegal application state - BeamOn() ignored.
|
4150
|
Illegal application state - BeamOn() ignored.
|
4151
|
Illegal application state - BeamOn() ignored.
|
4152
|
Illegal application state - BeamOn() ignored.
|
4153
|
Illegal application state - BeamOn() ignored.
|
4154
|
Illegal application state - BeamOn() ignored.
|
4155
|
Illegal application state - BeamOn() ignored.
|
4156
|
Illegal application state - BeamOn() ignored.
|
4157
|
Illegal application state - BeamOn() ignored.
|
4158
|
Illegal application state - BeamOn() ignored.
|
4159
|
Illegal application state - BeamOn() ignored.
|
4160
|
Illegal application state - BeamOn() ignored.
|
4161
|
Illegal application state - BeamOn() ignored.
|
4162
|
Illegal application state - BeamOn() ignored.
|
4163
|
Illegal application state - BeamOn() ignored.
|
4164
|
Illegal application state - BeamOn() ignored.
|
4165
|
Illegal application state - BeamOn() ignored.
|
4166
|
Illegal application state - BeamOn() ignored.
|
4167
|
Illegal application state - BeamOn() ignored.
|
4168
|
Illegal application state - BeamOn() ignored.
|
4169
|
Illegal application state - BeamOn() ignored.
|
4170
|
Illegal application state - BeamOn() ignored.
|
4171
|
Illegal application state - BeamOn() ignored.
|
4172
|
Illegal application state - BeamOn() ignored.
|
4173
|
Illegal application state - BeamOn() ignored.
|
4174
|
Illegal application state - BeamOn() ignored.
|
4175
|
Illegal application state - BeamOn() ignored.
|
4176
|
Illegal application state - BeamOn() ignored.
|
4177
|
Illegal application state - BeamOn() ignored.
|
4178
|
Illegal application state - BeamOn() ignored.
|
4179
|
Illegal application state - BeamOn() ignored.
|
4180
|
Illegal application state - BeamOn() ignored.
|
4181
|
Illegal application state - BeamOn() ignored.
|
4182
|
Illegal application state - BeamOn() ignored.
|
4183
|
Illegal application state - BeamOn() ignored.
|
4184
|
Illegal application state - BeamOn() ignored.
|
4185
|
Illegal application state - BeamOn() ignored.
|
4186
|
Illegal application state - BeamOn() ignored.
|
4187
|
Illegal application state - BeamOn() ignored.
|
4188
|
Illegal application state - BeamOn() ignored.
|
4189
|
Illegal application state - BeamOn() ignored.
|
4190
|
Illegal application state - BeamOn() ignored.
|
4191
|
Illegal application state - BeamOn() ignored.
|
4192
|
Illegal application state - BeamOn() ignored.
|
4193
|
Illegal application state - BeamOn() ignored.
|
4194
|
Illegal application state - BeamOn() ignored.
|
4195
|
Illegal application state - BeamOn() ignored.
|
4196
|
Illegal application state - BeamOn() ignored.
|
4197
|
Illegal application state - BeamOn() ignored.
|
4198
|
Illegal application state - BeamOn() ignored.
|
4199
|
Illegal application state - BeamOn() ignored.
|
4200
|
Illegal application state - BeamOn() ignored.
|
4201
|
Illegal application state - BeamOn() ignored.
|
4202
|
Illegal application state - BeamOn() ignored.
|
4203
|
Illegal application state - BeamOn() ignored.
|
4204
|
Illegal application state - BeamOn() ignored.
|
4205
|
Illegal application state - BeamOn() ignored.
|
4206
|
Illegal application state - BeamOn() ignored.
|
4207
|
Illegal application state - BeamOn() ignored.
|
4208
|
Illegal application state - BeamOn() ignored.
|
4209
|
Illegal application state - BeamOn() ignored.
|
4210
|
Illegal application state - BeamOn() ignored.
|
4211
|
Illegal application state - BeamOn() ignored.
|
4212
|
Illegal application state - BeamOn() ignored.
|
4213
|
Illegal application state - BeamOn() ignored.
|
4214
|
Illegal application state - BeamOn() ignored.
|
4215
|
Illegal application state - BeamOn() ignored.
|
4216
|
Illegal application state - BeamOn() ignored.
|
4217
|
Illegal application state - BeamOn() ignored.
|
4218
|
Illegal application state - BeamOn() ignored.
|
4219
|
Illegal application state - BeamOn() ignored.
|
4220
|
Illegal application state - BeamOn() ignored.
|
4221
|
Illegal application state - BeamOn() ignored.
|
4222
|
Illegal application state - BeamOn() ignored.
|
4223
|
Illegal application state - BeamOn() ignored.
|
4224
|
Illegal application state - BeamOn() ignored.
|
4225
|
Illegal application state - BeamOn() ignored.
|
4226
|
Illegal application state - BeamOn() ignored.
|
4227
|
Illegal application state - BeamOn() ignored.
|
4228
|
Illegal application state - BeamOn() ignored.
|
4229
|
Illegal application state - BeamOn() ignored.
|
4230
|
Illegal application state - BeamOn() ignored.
|
4231
|
Illegal application state - BeamOn() ignored.
|
4232
|
Illegal application state - BeamOn() ignored.
|
4233
|
Illegal application state - BeamOn() ignored.
|
4234
|
Illegal application state - BeamOn() ignored.
|
4235
|
Illegal application state - BeamOn() ignored.
|
4236
|
Illegal application state - BeamOn() ignored.
|
4237
|
Illegal application state - BeamOn() ignored.
|
4238
|
Illegal application state - BeamOn() ignored.
|
4239
|
Illegal application state - BeamOn() ignored.
|
4240
|
Illegal application state - BeamOn() ignored.
|
4241
|
Illegal application state - BeamOn() ignored.
|
4242
|
Illegal application state - BeamOn() ignored.
|
4243
|
Illegal application state - BeamOn() ignored.
|
4244
|
Illegal application state - BeamOn() ignored.
|
4245
|
Illegal application state - BeamOn() ignored.
|
4246
|
Illegal application state - BeamOn() ignored.
|
4247
|
Illegal application state - BeamOn() ignored.
|
4248
|
Illegal application state - BeamOn() ignored.
|
4249
|
Illegal application state - BeamOn() ignored.
|
4250
|
Illegal application state - BeamOn() ignored.
|
4251
|
Illegal application state - BeamOn() ignored.
|
4252
|
Illegal application state - BeamOn() ignored.
|
4253
|
Illegal application state - BeamOn() ignored.
|
4254
|
Illegal application state - BeamOn() ignored.
|
4255
|
Illegal application state - BeamOn() ignored.
|
4256
|
Illegal application state - BeamOn() ignored.
|
4257
|
Illegal application state - BeamOn() ignored.
|
4258
|
Illegal application state - BeamOn() ignored.
|
4259
|
Illegal application state - BeamOn() ignored.
|
4260
|
Illegal application state - BeamOn() ignored.
|
4261
|
Illegal application state - BeamOn() ignored.
|
4262
|
Illegal application state - BeamOn() ignored.
|
4263
|
Illegal application state - BeamOn() ignored.
|
4264
|
Illegal application state - BeamOn() ignored.
|
4265
|
Illegal application state - BeamOn() ignored.
|
4266
|
Illegal application state - BeamOn() ignored.
|
4267
|
Illegal application state - BeamOn() ignored.
|
4268
|
Illegal application state - BeamOn() ignored.
|
4269
|
Illegal application state - BeamOn() ignored.
|
4270
|
Illegal application state - BeamOn() ignored.
|
4271
|
Illegal application state - BeamOn() ignored.
|
4272
|
Illegal application state - BeamOn() ignored.
|
4273
|
Illegal application state - BeamOn() ignored.
|
4274
|
Illegal application state - BeamOn() ignored.
|
4275
|
Illegal application state - BeamOn() ignored.
|
4276
|
Illegal application state - BeamOn() ignored.
|
4277
|
Illegal application state - BeamOn() ignored.
|
4278
|
Illegal application state - BeamOn() ignored.
|
4279
|
Illegal application state - BeamOn() ignored.
|
4280
|
Illegal application state - BeamOn() ignored.
|
4281
|
Illegal application state - BeamOn() ignored.
|
4282
|
Illegal application state - BeamOn() ignored.
|
4283
|
Illegal application state - BeamOn() ignored.
|
4284
|
Illegal application state - BeamOn() ignored.
|
4285
|
Illegal application state - BeamOn() ignored.
|
4286
|
Illegal application state - BeamOn() ignored.
|
4287
|
Illegal application state - BeamOn() ignored.
|
4288
|
Illegal application state - BeamOn() ignored.
|
4289
|
Illegal application state - BeamOn() ignored.
|
4290
|
Illegal application state - BeamOn() ignored.
|
4291
|
Illegal application state - BeamOn() ignored.
|
4292
|
Illegal application state - BeamOn() ignored.
|
4293
|
Illegal application state - BeamOn() ignored.
|
4294
|
Illegal application state - BeamOn() ignored.
|
4295
|
Illegal application state - BeamOn() ignored.
|
4296
|
Illegal application state - BeamOn() ignored.
|
4297
|
Illegal application state - BeamOn() ignored.
|
4298
|
Illegal application state - BeamOn() ignored.
|
4299
|
Illegal application state - BeamOn() ignored.
|
4300
|
Illegal application state - BeamOn() ignored.
|
4301
|
Illegal application state - BeamOn() ignored.
|
4302
|
Illegal application state - BeamOn() ignored.
|
4303
|
Illegal application state - BeamOn() ignored.
|
4304
|
Illegal application state - BeamOn() ignored.
|
4305
|
Illegal application state - BeamOn() ignored.
|
4306
|
Illegal application state - BeamOn() ignored.
|
4307
|
Illegal application state - BeamOn() ignored.
|
4308
|
Illegal application state - BeamOn() ignored.
|
4309
|
Illegal application state - BeamOn() ignored.
|
4310
|
Illegal application state - BeamOn() ignored.
|
4311
|
Illegal application state - BeamOn() ignored.
|
4312
|
Illegal application state - BeamOn() ignored.
|
4313
|
Illegal application state - BeamOn() ignored.
|
4314
|
Illegal application state - BeamOn() ignored.
|
4315
|
Illegal application state - BeamOn() ignored.
|
4316
|
Illegal application state - BeamOn() ignored.
|
4317
|
Illegal application state - BeamOn() ignored.
|
4318
|
Illegal application state - BeamOn() ignored.
|
4319
|
Illegal application state - BeamOn() ignored.
|
4320
|
Illegal application state - BeamOn() ignored.
|
4321
|
Illegal application state - BeamOn() ignored.
|
4322
|
Illegal application state - BeamOn() ignored.
|
4323
|
Illegal application state - BeamOn() ignored.
|
4324
|
Illegal application state - BeamOn() ignored.
|
4325
|
Illegal application state - BeamOn() ignored.
|
4326
|
Illegal application state - BeamOn() ignored.
|
4327
|
Illegal application state - BeamOn() ignored.
|
4328
|
Illegal application state - BeamOn() ignored.
|
4329
|
Illegal application state - BeamOn() ignored.
|
4330
|
Illegal application state - BeamOn() ignored.
|
4331
|
Illegal application state - BeamOn() ignored.
|
4332
|
Illegal application state - BeamOn() ignored.
|
4333
|
Illegal application state - BeamOn() ignored.
|
4334
|
Illegal application state - BeamOn() ignored.
|
4335
|
Illegal application state - BeamOn() ignored.
|
4336
|
Illegal application state - BeamOn() ignored.
|
4337
|
Illegal application state - BeamOn() ignored.
|
4338
|
Illegal application state - BeamOn() ignored.
|
4339
|
Illegal application state - BeamOn() ignored.
|
4340
|
Illegal application state - BeamOn() ignored.
|
4341
|
Illegal application state - BeamOn() ignored.
|
4342
|
Illegal application state - BeamOn() ignored.
|
4343
|
Illegal application state - BeamOn() ignored.
|
4344
|
Illegal application state - BeamOn() ignored.
|
4345
|
Illegal application state - BeamOn() ignored.
|
4346
|
Illegal application state - BeamOn() ignored.
|
4347
|
Illegal application state - BeamOn() ignored.
|
4348
|
Illegal application state - BeamOn() ignored.
|
4349
|
Illegal application state - BeamOn() ignored.
|
4350
|
Illegal application state - BeamOn() ignored.
|
4351
|
Illegal application state - BeamOn() ignored.
|
4352
|
Illegal application state - BeamOn() ignored.
|
4353
|
Illegal application state - BeamOn() ignored.
|
4354
|
Illegal application state - BeamOn() ignored.
|
4355
|
Illegal application state - BeamOn() ignored.
|
4356
|
Illegal application state - BeamOn() ignored.
|
4357
|
Illegal application state - BeamOn() ignored.
|
4358
|
Illegal application state - BeamOn() ignored.
|
4359
|
Illegal application state - BeamOn() ignored.
|
4360
|
Illegal application state - BeamOn() ignored.
|
4361
|
Illegal application state - BeamOn() ignored.
|
4362
|
Illegal application state - BeamOn() ignored.
|
4363
|
Illegal application state - BeamOn() ignored.
|
4364
|
Illegal application state - BeamOn() ignored.
|
4365
|
Illegal application state - BeamOn() ignored.
|
4366
|
Illegal application state - BeamOn() ignored.
|
4367
|
Illegal application state - BeamOn() ignored.
|
4368
|
Illegal application state - BeamOn() ignored.
|
4369
|
Illegal application state - BeamOn() ignored.
|
4370
|
Illegal application state - BeamOn() ignored.
|
4371
|
Illegal application state - BeamOn() ignored.
|
4372
|
Illegal application state - BeamOn() ignored.
|
4373
|
Illegal application state - BeamOn() ignored.
|
4374
|
Illegal application state - BeamOn() ignored.
|
4375
|
Illegal application state - BeamOn() ignored.
|
4376
|
Illegal application state - BeamOn() ignored.
|
4377
|
Illegal application state - BeamOn() ignored.
|
4378
|
Illegal application state - BeamOn() ignored.
|
4379
|
Illegal application state - BeamOn() ignored.
|
4380
|
Illegal application state - BeamOn() ignored.
|
4381
|
Illegal application state - BeamOn() ignored.
|
4382
|
Illegal application state - BeamOn() ignored.
|
4383
|
Illegal application state - BeamOn() ignored.
|
4384
|
Illegal application state - BeamOn() ignored.
|
4385
|
Illegal application state - BeamOn() ignored.
|
4386
|
Illegal application state - BeamOn() ignored.
|
4387
|
Illegal application state - BeamOn() ignored.
|
4388
|
Illegal application state - BeamOn() ignored.
|
4389
|
Illegal application state - BeamOn() ignored.
|
4390
|
Illegal application state - BeamOn() ignored.
|
4391
|
Illegal application state - BeamOn() ignored.
|
4392
|
Illegal application state - BeamOn() ignored.
|
4393
|
Illegal application state - BeamOn() ignored.
|
4394
|
Illegal application state - BeamOn() ignored.
|
4395
|
Illegal application state - BeamOn() ignored.
|
4396
|
Illegal application state - BeamOn() ignored.
|
4397
|
Illegal application state - BeamOn() ignored.
|
4398
|
Illegal application state - BeamOn() ignored.
|
4399
|
Illegal application state - BeamOn() ignored.
|
4400
|
Illegal application state - BeamOn() ignored.
|
4401
|
Illegal application state - BeamOn() ignored.
|
4402
|
Illegal application state - BeamOn() ignored.
|
4403
|
Illegal application state - BeamOn() ignored.
|
4404
|
Illegal application state - BeamOn() ignored.
|
4405
|
Illegal application state - BeamOn() ignored.
|
4406
|
Illegal application state - BeamOn() ignored.
|
4407
|
Illegal application state - BeamOn() ignored.
|
4408
|
Illegal application state - BeamOn() ignored.
|
4409
|
Illegal application state - BeamOn() ignored.
|
4410
|
Illegal application state - BeamOn() ignored.
|
4411
|
Illegal application state - BeamOn() ignored.
|
4412
|
Illegal application state - BeamOn() ignored.
|
4413
|
Illegal application state - BeamOn() ignored.
|
4414
|
Illegal application state - BeamOn() ignored.
|
4415
|
Illegal application state - BeamOn() ignored.
|
4416
|
Illegal application state - BeamOn() ignored.
|
4417
|
Illegal application state - BeamOn() ignored.
|
4418
|
Illegal application state - BeamOn() ignored.
|
4419
|
Illegal application state - BeamOn() ignored.
|
4420
|
Illegal application state - BeamOn() ignored.
|
4421
|
Illegal application state - BeamOn() ignored.
|
4422
|
Illegal application state - BeamOn() ignored.
|
4423
|
Illegal application state - BeamOn() ignored.
|
4424
|
Illegal application state - BeamOn() ignored.
|
4425
|
Illegal application state - BeamOn() ignored.
|
4426
|
Illegal application state - BeamOn() ignored.
|
4427
|
Illegal application state - BeamOn() ignored.
|
4428
|
Illegal application state - BeamOn() ignored.
|
4429
|
Illegal application state - BeamOn() ignored.
|
4430
|
Illegal application state - BeamOn() ignored.
|
4431
|
Illegal application state - BeamOn() ignored.
|
4432
|
Illegal application state - BeamOn() ignored.
|
4433
|
Illegal application state - BeamOn() ignored.
|
4434
|
Illegal application state - BeamOn() ignored.
|
4435
|
Illegal application state - BeamOn() ignored.
|
4436
|
Illegal application state - BeamOn() ignored.
|
4437
|
Illegal application state - BeamOn() ignored.
|
4438
|
Illegal application state - BeamOn() ignored.
|
4439
|
Illegal application state - BeamOn() ignored.
|
4440
|
Illegal application state - BeamOn() ignored.
|
4441
|
Illegal application state - BeamOn() ignored.
|
4442
|
Illegal application state - BeamOn() ignored.
|
4443
|
Illegal application state - BeamOn() ignored.
|
4444
|
Illegal application state - BeamOn() ignored.
|
4445
|
Illegal application state - BeamOn() ignored.
|
4446
|
Illegal application state - BeamOn() ignored.
|
4447
|
Illegal application state - BeamOn() ignored.
|
4448
|
Illegal application state - BeamOn() ignored.
|
4449
|
Illegal application state - BeamOn() ignored.
|
4450
|
Illegal application state - BeamOn() ignored.
|
4451
|
Illegal application state - BeamOn() ignored.
|
4452
|
Illegal application state - BeamOn() ignored.
|
4453
|
Illegal application state - BeamOn() ignored.
|
4454
|
Illegal application state - BeamOn() ignored.
|
4455
|
Illegal application state - BeamOn() ignored.
|
4456
|
Illegal application state - BeamOn() ignored.
|
4457
|
Illegal application state - BeamOn() ignored.
|
4458
|
Illegal application state - BeamOn() ignored.
|
4459
|
Illegal application state - BeamOn() ignored.
|
4460
|
Illegal application state - BeamOn() ignored.
|
4461
|
Illegal application state - BeamOn() ignored.
|
4462
|
Illegal application state - BeamOn() ignored.
|
4463
|
Illegal application state - BeamOn() ignored.
|
4464
|
Illegal application state - BeamOn() ignored.
|
4465
|
Illegal application state - BeamOn() ignored.
|
4466
|
Illegal application state - BeamOn() ignored.
|
4467
|
Illegal application state - BeamOn() ignored.
|
4468
|
Illegal application state - BeamOn() ignored.
|
4469
|
Illegal application state - BeamOn() ignored.
|
4470
|
Illegal application state - BeamOn() ignored.
|
4471
|
Illegal application state - BeamOn() ignored.
|
4472
|
Illegal application state - BeamOn() ignored.
|
4473
|
Illegal application state - BeamOn() ignored.
|
4474
|
Illegal application state - BeamOn() ignored.
|
4475
|
Illegal application state - BeamOn() ignored.
|
4476
|
Illegal application state - BeamOn() ignored.
|
4477
|
Illegal application state - BeamOn() ignored.
|
4478
|
Illegal application state - BeamOn() ignored.
|
4479
|
Illegal application state - BeamOn() ignored.
|
4480
|
Illegal application state - BeamOn() ignored.
|
4481
|
Illegal application state - BeamOn() ignored.
|
4482
|
Illegal application state - BeamOn() ignored.
|
4483
|
Illegal application state - BeamOn() ignored.
|
4484
|
Illegal application state - BeamOn() ignored.
|
4485
|
Illegal application state - BeamOn() ignored.
|
4486
|
Illegal application state - BeamOn() ignored.
|
4487
|
Illegal application state - BeamOn() ignored.
|
4488
|
Illegal application state - BeamOn() ignored.
|
4489
|
Illegal application state - BeamOn() ignored.
|
4490
|
Illegal application state - BeamOn() ignored.
|
4491
|
Illegal application state - BeamOn() ignored.
|
4492
|
Illegal application state - BeamOn() ignored.
|
4493
|
Illegal application state - BeamOn() ignored.
|
4494
|
Illegal application state - BeamOn() ignored.
|
4495
|
Illegal application state - BeamOn() ignored.
|
4496
|
Illegal application state - BeamOn() ignored.
|
4497
|
Illegal application state - BeamOn() ignored.
|
4498
|
Illegal application state - BeamOn() ignored.
|
4499
|
Illegal application state - BeamOn() ignored.
|
4500
|
Illegal application state - BeamOn() ignored.
|
4501
|
Illegal application state - BeamOn() ignored.
|
4502
|
Illegal application state - BeamOn() ignored.
|
4503
|
Illegal application state - BeamOn() ignored.
|
4504
|
Illegal application state - BeamOn() ignored.
|
4505
|
Illegal application state - BeamOn() ignored.
|
4506
|
Illegal application state - BeamOn() ignored.
|
4507
|
Illegal application state - BeamOn() ignored.
|
4508
|
Illegal application state - BeamOn() ignored.
|
4509
|
Illegal application state - BeamOn() ignored.
|
4510
|
Illegal application state - BeamOn() ignored.
|
4511
|
Illegal application state - BeamOn() ignored.
|
4512
|
Illegal application state - BeamOn() ignored.
|
4513
|
Illegal application state - BeamOn() ignored.
|
4514
|
Illegal application state - BeamOn() ignored.
|
4515
|
Illegal application state - BeamOn() ignored.
|
4516
|
Illegal application state - BeamOn() ignored.
|
4517
|
Illegal application state - BeamOn() ignored.
|
4518
|
Illegal application state - BeamOn() ignored.
|
4519
|
Illegal application state - BeamOn() ignored.
|
4520
|
Illegal application state - BeamOn() ignored.
|
4521
|
Illegal application state - BeamOn() ignored.
|
4522
|
Illegal application state - BeamOn() ignored.
|
4523
|
Illegal application state - BeamOn() ignored.
|
4524
|
Illegal application state - BeamOn() ignored.
|
4525
|
Illegal application state - BeamOn() ignored.
|
4526
|
Illegal application state - BeamOn() ignored.
|
4527
|
Illegal application state - BeamOn() ignored.
|
4528
|
Illegal application state - BeamOn() ignored.
|
4529
|
Illegal application state - BeamOn() ignored.
|
4530
|
Illegal application state - BeamOn() ignored.
|
4531
|
Illegal application state - BeamOn() ignored.
|
4532
|
Illegal application state - BeamOn() ignored.
|
4533
|
Illegal application state - BeamOn() ignored.
|
4534
|
Illegal application state - BeamOn() ignored.
|
4535
|
Illegal application state - BeamOn() ignored.
|
4536
|
Illegal application state - BeamOn() ignored.
|
4537
|
Illegal application state - BeamOn() ignored.
|
4538
|
Illegal application state - BeamOn() ignored.
|
4539
|
Illegal application state - BeamOn() ignored.
|
4540
|
Illegal application state - BeamOn() ignored.
|
4541
|
Illegal application state - BeamOn() ignored.
|
4542
|
Illegal application state - BeamOn() ignored.
|
4543
|
Illegal application state - BeamOn() ignored.
|
4544
|
Illegal application state - BeamOn() ignored.
|
4545
|
Illegal application state - BeamOn() ignored.
|
4546
|
Illegal application state - BeamOn() ignored.
|
4547
|
Illegal application state - BeamOn() ignored.
|
4548
|
Illegal application state - BeamOn() ignored.
|
4549
|
Illegal application state - BeamOn() ignored.
|
4550
|
Illegal application state - BeamOn() ignored.
|
4551
|
Illegal application state - BeamOn() ignored.
|
4552
|
Illegal application state - BeamOn() ignored.
|
4553
|
Illegal application state - BeamOn() ignored.
|
4554
|
Illegal application state - BeamOn() ignored.
|
4555
|
Illegal application state - BeamOn() ignored.
|
4556
|
Illegal application state - BeamOn() ignored.
|
4557
|
Illegal application state - BeamOn() ignored.
|
4558
|
Illegal application state - BeamOn() ignored.
|
4559
|
Illegal application state - BeamOn() ignored.
|
4560
|
Illegal application state - BeamOn() ignored.
|
4561
|
Illegal application state - BeamOn() ignored.
|
4562
|
Illegal application state - BeamOn() ignored.
|
4563
|
Illegal application state - BeamOn() ignored.
|
4564
|
Illegal application state - BeamOn() ignored.
|
4565
|
Illegal application state - BeamOn() ignored.
|
4566
|
Illegal application state - BeamOn() ignored.
|
4567
|
Illegal application state - BeamOn() ignored.
|
4568
|
Illegal application state - BeamOn() ignored.
|
4569
|
Illegal application state - BeamOn() ignored.
|
4570
|
Illegal application state - BeamOn() ignored.
|
4571
|
Illegal application state - BeamOn() ignored.
|
4572
|
Illegal application state - BeamOn() ignored.
|
4573
|
Illegal application state - BeamOn() ignored.
|
4574
|
Illegal application state - BeamOn() ignored.
|
4575
|
Illegal application state - BeamOn() ignored.
|
4576
|
Illegal application state - BeamOn() ignored.
|
4577
|
Illegal application state - BeamOn() ignored.
|
4578
|
Illegal application state - BeamOn() ignored.
|
4579
|
Illegal application state - BeamOn() ignored.
|
4580
|
Illegal application state - BeamOn() ignored.
|
4581
|
Illegal application state - BeamOn() ignored.
|
4582
|
Illegal application state - BeamOn() ignored.
|
4583
|
Illegal application state - BeamOn() ignored.
|
4584
|
Illegal application state - BeamOn() ignored.
|
4585
|
Illegal application state - BeamOn() ignored.
|
4586
|
Illegal application state - BeamOn() ignored.
|
4587
|
Illegal application state - BeamOn() ignored.
|
4588
|
Illegal application state - BeamOn() ignored.
|
4589
|
Illegal application state - BeamOn() ignored.
|
4590
|
Illegal application state - BeamOn() ignored.
|
4591
|
Illegal application state - BeamOn() ignored.
|
4592
|
Illegal application state - BeamOn() ignored.
|
4593
|
Illegal application state - BeamOn() ignored.
|
4594
|
Illegal application state - BeamOn() ignored.
|
4595
|
Illegal application state - BeamOn() ignored.
|
4596
|
Illegal application state - BeamOn() ignored.
|
4597
|
Illegal application state - BeamOn() ignored.
|
4598
|
Illegal application state - BeamOn() ignored.
|
4599
|
Illegal application state - BeamOn() ignored.
|
4600
|
Illegal application state - BeamOn() ignored.
|
4601
|
Illegal application state - BeamOn() ignored.
|
4602
|
Illegal application state - BeamOn() ignored.
|
4603
|
Illegal application state - BeamOn() ignored.
|
4604
|
Illegal application state - BeamOn() ignored.
|
4605
|
Illegal application state - BeamOn() ignored.
|
4606
|
Illegal application state - BeamOn() ignored.
|
4607
|
Illegal application state - BeamOn() ignored.
|
4608
|
Illegal application state - BeamOn() ignored.
|
4609
|
Illegal application state - BeamOn() ignored.
|
4610
|
Illegal application state - BeamOn() ignored.
|
4611
|
Illegal application state - BeamOn() ignored.
|
4612
|
Illegal application state - BeamOn() ignored.
|
4613
|
Illegal application state - BeamOn() ignored.
|
4614
|
Illegal application state - BeamOn() ignored.
|
4615
|
Illegal application state - BeamOn() ignored.
|
4616
|
Illegal application state - BeamOn() ignored.
|
4617
|
Illegal application state - BeamOn() ignored.
|
4618
|
Illegal application state - BeamOn() ignored.
|
4619
|
Illegal application state - BeamOn() ignored.
|
4620
|
Illegal application state - BeamOn() ignored.
|
4621
|
Illegal application state - BeamOn() ignored.
|
4622
|
Illegal application state - BeamOn() ignored.
|
4623
|
Illegal application state - BeamOn() ignored.
|
4624
|
Illegal application state - BeamOn() ignored.
|
4625
|
Illegal application state - BeamOn() ignored.
|
4626
|
Illegal application state - BeamOn() ignored.
|
4627
|
Illegal application state - BeamOn() ignored.
|
4628
|
Illegal application state - BeamOn() ignored.
|
4629
|
Illegal application state - BeamOn() ignored.
|
4630
|
Illegal application state - BeamOn() ignored.
|
4631
|
Illegal application state - BeamOn() ignored.
|
4632
|
Illegal application state - BeamOn() ignored.
|
4633
|
Illegal application state - BeamOn() ignored.
|
4634
|
Illegal application state - BeamOn() ignored.
|
4635
|
Illegal application state - BeamOn() ignored.
|
4636
|
Illegal application state - BeamOn() ignored.
|
4637
|
Illegal application state - BeamOn() ignored.
|
4638
|
Illegal application state - BeamOn() ignored.
|
4639
|
Illegal application state - BeamOn() ignored.
|
4640
|
Illegal application state - BeamOn() ignored.
|
4641
|
Illegal application state - BeamOn() ignored.
|
4642
|
Illegal application state - BeamOn() ignored.
|
4643
|
Illegal application state - BeamOn() ignored.
|
4644
|
Illegal application state - BeamOn() ignored.
|
4645
|
Illegal application state - BeamOn() ignored.
|
4646
|
Illegal application state - BeamOn() ignored.
|
4647
|
Illegal application state - BeamOn() ignored.
|
4648
|
Illegal application state - BeamOn() ignored.
|
4649
|
Illegal application state - BeamOn() ignored.
|
4650
|
Illegal application state - BeamOn() ignored.
|
4651
|
Illegal application state - BeamOn() ignored.
|
4652
|
Illegal application state - BeamOn() ignored.
|
4653
|
Illegal application state - BeamOn() ignored.
|
4654
|
Illegal application state - BeamOn() ignored.
|
4655
|
Illegal application state - BeamOn() ignored.
|
4656
|
Illegal application state - BeamOn() ignored.
|
4657
|
Illegal application state - BeamOn() ignored.
|
4658
|
Illegal application state - BeamOn() ignored.
|
4659
|
Illegal application state - BeamOn() ignored.
|
4660
|
Illegal application state - BeamOn() ignored.
|
4661
|
Illegal application state - BeamOn() ignored.
|
4662
|
Illegal application state - BeamOn() ignored.
|
4663
|
Illegal application state - BeamOn() ignored.
|
4664
|
Illegal application state - BeamOn() ignored.
|
4665
|
Illegal application state - BeamOn() ignored.
|
4666
|
Illegal application state - BeamOn() ignored.
|
4667
|
Illegal application state - BeamOn() ignored.
|
4668
|
Illegal application state - BeamOn() ignored.
|
4669
|
Illegal application state - BeamOn() ignored.
|
4670
|
Illegal application state - BeamOn() ignored.
|
4671
|
Illegal application state - BeamOn() ignored.
|
4672
|
Illegal application state - BeamOn() ignored.
|
4673
|
Illegal application state - BeamOn() ignored.
|
4674
|
Illegal application state - BeamOn() ignored.
|
4675
|
Illegal application state - BeamOn() ignored.
|
4676
|
Illegal application state - BeamOn() ignored.
|
4677
|
Illegal application state - BeamOn() ignored.
|
4678
|
Illegal application state - BeamOn() ignored.
|
4679
|
Illegal application state - BeamOn() ignored.
|
4680
|
Illegal application state - BeamOn() ignored.
|
4681
|
Illegal application state - BeamOn() ignored.
|
4682
|
Illegal application state - BeamOn() ignored.
|
4683
|
Illegal application state - BeamOn() ignored.
|
4684
|
Illegal application state - BeamOn() ignored.
|
4685
|
Illegal application state - BeamOn() ignored.
|
4686
|
Illegal application state - BeamOn() ignored.
|
4687
|
Illegal application state - BeamOn() ignored.
|
4688
|
Illegal application state - BeamOn() ignored.
|
4689
|
Illegal application state - BeamOn() ignored.
|
4690
|
Illegal application state - BeamOn() ignored.
|
4691
|
Illegal application state - BeamOn() ignored.
|
4692
|
Illegal application state - BeamOn() ignored.
|
4693
|
Illegal application state - BeamOn() ignored.
|
4694
|
Illegal application state - BeamOn() ignored.
|
4695
|
Illegal application state - BeamOn() ignored.
|
4696
|
Illegal application state - BeamOn() ignored.
|
4697
|
Illegal application state - BeamOn() ignored.
|
4698
|
Illegal application state - BeamOn() ignored.
|
4699
|
Illegal application state - BeamOn() ignored.
|
4700
|
Illegal application state - BeamOn() ignored.
|
4701
|
Illegal application state - BeamOn() ignored.
|
4702
|
Illegal application state - BeamOn() ignored.
|
4703
|
Illegal application state - BeamOn() ignored.
|
4704
|
Illegal application state - BeamOn() ignored.
|
4705
|
Illegal application state - BeamOn() ignored.
|
4706
|
Illegal application state - BeamOn() ignored.
|
4707
|
Illegal application state - BeamOn() ignored.
|
4708
|
Illegal application state - BeamOn() ignored.
|
4709
|
Illegal application state - BeamOn() ignored.
|
4710
|
Illegal application state - BeamOn() ignored.
|
4711
|
Illegal application state - BeamOn() ignored.
|
4712
|
Illegal application state - BeamOn() ignored.
|
4713
|
Illegal application state - BeamOn() ignored.
|
4714
|
Illegal application state - BeamOn() ignored.
|
4715
|
Illegal application state - BeamOn() ignored.
|
4716
|
Illegal application state - BeamOn() ignored.
|
4717
|
Illegal application state - BeamOn() ignored.
|
4718
|
Illegal application state - BeamOn() ignored.
|
4719
|
Illegal application state - BeamOn() ignored.
|
4720
|
Illegal application state - BeamOn() ignored.
|
4721
|
Illegal application state - BeamOn() ignored.
|
4722
|
Illegal application state - BeamOn() ignored.
|
4723
|
Illegal application state - BeamOn() ignored.
|
4724
|
Illegal application state - BeamOn() ignored.
|
4725
|
Illegal application state - BeamOn() ignored.
|
4726
|
Illegal application state - BeamOn() ignored.
|
4727
|
Illegal application state - BeamOn() ignored.
|
4728
|
Illegal application state - BeamOn() ignored.
|
4729
|
Illegal application state - BeamOn() ignored.
|
4730
|
Illegal application state - BeamOn() ignored.
|
4731
|
Illegal application state - BeamOn() ignored.
|
4732
|
Illegal application state - BeamOn() ignored.
|
4733
|
Illegal application state - BeamOn() ignored.
|
4734
|
Illegal application state - BeamOn() ignored.
|
4735
|
Illegal application state - BeamOn() ignored.
|
4736
|
Illegal application state - BeamOn() ignored.
|
4737
|
Illegal application state - BeamOn() ignored.
|
4738
|
Illegal application state - BeamOn() ignored.
|
4739
|
Illegal application state - BeamOn() ignored.
|
4740
|
Illegal application state - BeamOn() ignored.
|
4741
|
Illegal application state - BeamOn() ignored.
|
4742
|
Illegal application state - BeamOn() ignored.
|
4743
|
Illegal application state - BeamOn() ignored.
|
4744
|
Illegal application state - BeamOn() ignored.
|
4745
|
Illegal application state - BeamOn() ignored.
|
4746
|
Illegal application state - BeamOn() ignored.
|
4747
|
Illegal application state - BeamOn() ignored.
|
4748
|
Illegal application state - BeamOn() ignored.
|
4749
|
Illegal application state - BeamOn() ignored.
|
4750
|
Illegal application state - BeamOn() ignored.
|
4751
|
Illegal application state - BeamOn() ignored.
|
4752
|
Illegal application state - BeamOn() ignored.
|
4753
|
Illegal application state - BeamOn() ignored.
|
4754
|
Illegal application state - BeamOn() ignored.
|
4755
|
Illegal application state - BeamOn() ignored.
|
4756
|
Illegal application state - BeamOn() ignored.
|
4757
|
Illegal application state - BeamOn() ignored.
|
4758
|
Illegal application state - BeamOn() ignored.
|
4759
|
Illegal application state - BeamOn() ignored.
|
4760
|
Illegal application state - BeamOn() ignored.
|
4761
|
Illegal application state - BeamOn() ignored.
|
4762
|
Illegal application state - BeamOn() ignored.
|
4763
|
Illegal application state - BeamOn() ignored.
|
4764
|
Illegal application state - BeamOn() ignored.
|
4765
|
Illegal application state - BeamOn() ignored.
|
4766
|
Illegal application state - BeamOn() ignored.
|
4767
|
Illegal application state - BeamOn() ignored.
|
4768
|
Illegal application state - BeamOn() ignored.
|
4769
|
Illegal application state - BeamOn() ignored.
|
4770
|
Illegal application state - BeamOn() ignored.
|
4771
|
Illegal application state - BeamOn() ignored.
|
4772
|
Illegal application state - BeamOn() ignored.
|
4773
|
Illegal application state - BeamOn() ignored.
|
4774
|
Illegal application state - BeamOn() ignored.
|
4775
|
Illegal application state - BeamOn() ignored.
|
4776
|
Illegal application state - BeamOn() ignored.
|
4777
|
Illegal application state - BeamOn() ignored.
|
4778
|
Illegal application state - BeamOn() ignored.
|
4779
|
Illegal application state - BeamOn() ignored.
|
4780
|
Illegal application state - BeamOn() ignored.
|
4781
|
Illegal application state - BeamOn() ignored.
|
4782
|
Illegal application state - BeamOn() ignored.
|
4783
|
Illegal application state - BeamOn() ignored.
|
4784
|
Illegal application state - BeamOn() ignored.
|
4785
|
Illegal application state - BeamOn() ignored.
|
4786
|
Illegal application state - BeamOn() ignored.
|
4787
|
Illegal application state - BeamOn() ignored.
|
4788
|
Illegal application state - BeamOn() ignored.
|
4789
|
Illegal application state - BeamOn() ignored.
|
4790
|
Illegal application state - BeamOn() ignored.
|
4791
|
Illegal application state - BeamOn() ignored.
|
4792
|
Illegal application state - BeamOn() ignored.
|
4793
|
Setting the phase
|
4794
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4795
|
Failed to find event 1 in file.
|
4796
|
Failed to find event 1 in file.
|
4797
|
Failed to find event 2 in file.
|
4798
|
Failed to find event 1 in file.
|
4799
|
Failed to find event 1 in file.
|
4800
|
Setting the phase
|
4801
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4802
|
Setting the phase
|
4803
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4804
|
Failed to find event 1 in file.
|
4805
|
Failed to find event 1 in file.
|
4806
|
Failed to find event 2 in file.
|
4807
|
Failed to find event 1 in file.
|
4808
|
Failed to find event 1 in file.
|
4809
|
FAIL
|
4810
|
Check that the default beam parameters run and produce some number of ... ok
|
4811
|
Check that the weight of each sub-beam is close to the expected weight ... FAIL
|
4812
|
Check that no nans appear ... Info in <TCanvas::Print>: file /opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/beam_maker/nan_energy_distribution_test.png has been created
|
4813
|
ok
|
4814
|
Check that beam maker generates sawtooth t distribution correctly ... Info in <TCanvas::Print>: file /opt/ppd/mice/heidt/geant_test/merge/tests/integration/plots/beam_maker/sawtooth_time_distribution_test.png has been created
|
4815
|
FAIL
|
4816
|
Check that beam maker generates uniform t distribution correctly ... ERROR
|
4817
|
Check that the weight of each sub-beam is close to the expected weight ... FAIL
|
4818
|
For each "Configuration" file, check that we can load it - by calling ... ok
|
4819
|
Checks that no other program is grabbing the MAUS help function ... ok
|
4820
|
Check that we generate some useful error messages when running ... ok
|
4821
|
Check that we can disable particle decay ... ok
|
4822
|
Check physics_processes datacard works okay ... ok
|
4823
|
Check that reference_physics_processes works okay ... ok
|
4824
|
Test that the GRID batch script works ... FAIL
|
4825
|
Check that get_beamline_info outputs the info by dates ... ok
|
4826
|
Check that get_beamline_info outputs the info by dates ... ok
|
4827
|
Check that get_beamline_info outputs the info by run ... ok
|
4828
|
Check that get_geometry_ids creates a file with the correct geoms ... Server status is OK
|
4829
|
File saved to /opt/ppd/mice/heidt/geant_test/merge/tmp/geometry_ids.txt
|
4830
|
ok
|
4831
|
Check that get_geometry_ids outputs the geometries ... Server status is OK
|
4832
|
File saved to /opt/ppd/mice/heidt/geant_test/merge/tmp/geometry_ids.txt
|
4833
|
ok
|
4834
|
Check json browser --input-file, --output-file, --indent, -l ... ok
|
4835
|
Check json browser -L ... ok
|
4836
|
Check json browser --start-line, --end-line ... ok
|
4837
|
Check that we can run the offline analysis, convert to root, convert ... Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
4838
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
4839
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
4840
|
Setting the phase
|
4841
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4842
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
4843
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
4844
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
4845
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
4846
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
4847
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
4848
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
4849
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
4850
|
Written 0 event(s) to file.
|
4851
|
WARNING : The first event is not a START_OF_RUN. Spill count and Event count not accurate.
|
4852
|
Written 1 event(s) to file.
|
4853
|
Written 1 event(s) to file.
|
4854
|
Written 26 event(s) to file.
|
4855
|
Written 1 event(s) to file.
|
4856
|
Written 1 event(s) to file.
|
4857
|
Welcome to MAUS:
|
4858
|
Process ID (PID): 10271
|
4859
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/analyze_data_offline.py', '--output_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis.root', '--TOF_findTriggerPixelCut', '2.0']
|
4860
|
Version: MAUS release version 0.3.3
|
4861
|
Initialising Globals
|
4862
|
Initiating Execution
|
4863
|
OUTPUT: Setting up outputer
|
4864
|
Writing JobHeader...
|
4865
|
INPUT: Setting up input
|
4866
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
4867
|
HINT: MAUS will process 1 event only at first...
|
4868
|
MERGE: Setting up merger
|
4869
|
TRANSFORM: Setting up transformer
|
4870
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
4871
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
4872
|
TRANSFORM/MERGE/OUTPUT: Processed 3 events so far, 1 events in buffer.
|
4873
|
TRANSFORM/MERGE/OUTPUT: Processed 4 events so far, 1 events in buffer.
|
4874
|
TRANSFORM/MERGE/OUTPUT: Processed 5 events so far, 1 events in buffer.
|
4875
|
TRANSFORM/MERGE/OUTPUT: Processed 6 events so far, 1 events in buffer.
|
4876
|
TRANSFORM/MERGE/OUTPUT: Processed 7 events so far, 1 events in buffer.
|
4877
|
TRANSFORM/MERGE/OUTPUT: Processed 8 events so far, 1 events in buffer.
|
4878
|
TRANSFORM/MERGE/OUTPUT: Processed 9 events so far, 1 events in buffer.
|
4879
|
TRANSFORM/MERGE/OUTPUT: Processed 10 events so far, 1 events in buffer.
|
4880
|
TRANSFORM/MERGE/OUTPUT: Processed 11 events so far, 1 events in buffer.
|
4881
|
TRANSFORM/MERGE/OUTPUT: Processed 12 events so far, 1 events in buffer.
|
4882
|
TRANSFORM/MERGE/OUTPUT: Processed 13 events so far, 1 events in buffer.
|
4883
|
TRANSFORM/MERGE/OUTPUT: Processed 14 events so far, 1 events in buffer.
|
4884
|
TRANSFORM/MERGE/OUTPUT: Processed 15 events so far, 1 events in buffer.
|
4885
|
TRANSFORM/MERGE/OUTPUT: Processed 16 events so far, 1 events in buffer.
|
4886
|
TRANSFORM/MERGE/OUTPUT: Processed 17 events so far, 1 events in buffer.
|
4887
|
TRANSFORM/MERGE/OUTPUT: Processed 18 events so far, 1 events in buffer.
|
4888
|
TRANSFORM/MERGE/OUTPUT: Processed 19 events so far, 1 events in buffer.
|
4889
|
TRANSFORM/MERGE/OUTPUT: Processed 20 events so far, 1 events in buffer.
|
4890
|
TRANSFORM/MERGE/OUTPUT: Processed 21 events so far, 1 events in buffer.
|
4891
|
TRANSFORM/MERGE/OUTPUT: Processed 22 events so far, 1 events in buffer.
|
4892
|
TRANSFORM/MERGE/OUTPUT: Processed 23 events so far, 1 events in buffer.
|
4893
|
TRANSFORM/MERGE/OUTPUT: Processed 24 events so far, 1 events in buffer.
|
4894
|
TRANSFORM/MERGE/OUTPUT: Processed 25 events so far, 1 events in buffer.
|
4895
|
TRANSFORM/MERGE/OUTPUT: Processed 26 events so far, 0 events in buffer.
|
4896
|
TRANSFORM: Shutting down transformer
|
4897
|
MERGE: Shutting down merger
|
4898
|
INPUT: Shutting down inputer
|
4899
|
OUTPUT: Shutting down outputer
|
4900
|
Clearing Globals
|
4901
|
DONE
|
4902
|
Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
4903
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
4904
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
4905
|
Setting the phase
|
4906
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4907
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
4908
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
4909
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
4910
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
4911
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
4912
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
4913
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
4914
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
4915
|
Failed to find event 1 in file.
|
4916
|
Failed to find event 1 in file.
|
4917
|
Failed to find event 26 in file.
|
4918
|
Failed to find event 1 in file.
|
4919
|
Failed to find event 1 in file.
|
4920
|
Welcome to MAUS:
|
4921
|
Process ID (PID): 10297
|
4922
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/utilities/root_to_json.py', '--input_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis.root', '--output_json_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis_IN.json', '--verbose_level', '1', '--header_and_footer_mode', 'dont_append']
|
4923
|
Version: MAUS release version 0.3.3
|
4924
|
Initialising Globals
|
4925
|
Initiating Execution
|
4926
|
OUTPUT: Setting up outputer
|
4927
|
Writing JobHeader...
|
4928
|
INPUT: Setting up input
|
4929
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
4930
|
HINT: MAUS will process 1 event only at first...
|
4931
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
4932
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
4933
|
MERGE: Setting up merger
|
4934
|
TRANSFORM: Setting up transformer
|
4935
|
TRANSFORM/MERGE/OUTPUT: Processed 3 events so far, 1 events in buffer.
|
4936
|
TRANSFORM/MERGE/OUTPUT: Processed 4 events so far, 1 events in buffer.
|
4937
|
TRANSFORM/MERGE/OUTPUT: Processed 5 events so far, 1 events in buffer.
|
4938
|
TRANSFORM/MERGE/OUTPUT: Processed 6 events so far, 1 events in buffer.
|
4939
|
TRANSFORM/MERGE/OUTPUT: Processed 7 events so far, 1 events in buffer.
|
4940
|
TRANSFORM/MERGE/OUTPUT: Processed 8 events so far, 1 events in buffer.
|
4941
|
TRANSFORM/MERGE/OUTPUT: Processed 9 events so far, 1 events in buffer.
|
4942
|
TRANSFORM/MERGE/OUTPUT: Processed 10 events so far, 1 events in buffer.
|
4943
|
TRANSFORM/MERGE/OUTPUT: Processed 11 events so far, 1 events in buffer.
|
4944
|
TRANSFORM/MERGE/OUTPUT: Processed 12 events so far, 1 events in buffer.
|
4945
|
TRANSFORM/MERGE/OUTPUT: Processed 13 events so far, 1 events in buffer.
|
4946
|
TRANSFORM/MERGE/OUTPUT: Processed 14 events so far, 1 events in buffer.
|
4947
|
TRANSFORM/MERGE/OUTPUT: Processed 15 events so far, 1 events in buffer.
|
4948
|
TRANSFORM/MERGE/OUTPUT: Processed 16 events so far, 1 events in buffer.
|
4949
|
TRANSFORM/MERGE/OUTPUT: Processed 17 events so far, 1 events in buffer.
|
4950
|
TRANSFORM/MERGE/OUTPUT: Processed 18 events so far, 1 events in buffer.
|
4951
|
TRANSFORM/MERGE/OUTPUT: Processed 19 events so far, 1 events in buffer.
|
4952
|
TRANSFORM/MERGE/OUTPUT: Processed 20 events so far, 1 events in buffer.
|
4953
|
TRANSFORM/MERGE/OUTPUT: Processed 21 events so far, 1 events in buffer.
|
4954
|
TRANSFORM/MERGE/OUTPUT: Processed 22 events so far, 1 events in buffer.
|
4955
|
TRANSFORM/MERGE/OUTPUT: Processed 23 events so far, 1 events in buffer.
|
4956
|
TRANSFORM/MERGE/OUTPUT: Processed 24 events so far, 1 events in buffer.
|
4957
|
TRANSFORM/MERGE/OUTPUT: Processed 25 events so far, 1 events in buffer.
|
4958
|
TRANSFORM/MERGE/OUTPUT: Processed 26 events so far, 1 events in buffer.
|
4959
|
TRANSFORM/MERGE/OUTPUT: Processed 27 events so far, 1 events in buffer.
|
4960
|
TRANSFORM/MERGE/OUTPUT: Processed 28 events so far, 1 events in buffer.
|
4961
|
TRANSFORM/MERGE/OUTPUT: Processed 29 events so far, 1 events in buffer.
|
4962
|
TRANSFORM/MERGE/OUTPUT: Processed 30 events so far, 0 events in buffer.
|
4963
|
TRANSFORM: Shutting down transformer
|
4964
|
MERGE: Shutting down merger
|
4965
|
INPUT: Shutting down inputer
|
4966
|
OUTPUT: Shutting down outputer
|
4967
|
Clearing Globals
|
4968
|
DONE
|
4969
|
Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
4970
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
4971
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
4972
|
Setting the phase
|
4973
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
4974
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
4975
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
4976
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
4977
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
4978
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
4979
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
4980
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
4981
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
4982
|
Written 0 event(s) to file.
|
4983
|
Written 1 event(s) to file.
|
4984
|
Written 1 event(s) to file.
|
4985
|
Written 26 event(s) to file.
|
4986
|
Written 1 event(s) to file.
|
4987
|
Written 1 event(s) to file.
|
4988
|
Welcome to MAUS:
|
4989
|
Process ID (PID): 10325
|
4990
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/utilities/json_to_root.py', '--input_json_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis_IN.json', '--output_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis.root', '--verbose_level', '1', '--header_and_footer_mode', 'dont_append']
|
4991
|
Version: MAUS release version 0.3.3
|
4992
|
Initialising Globals
|
4993
|
Initiating Execution
|
4994
|
OUTPUT: Setting up outputer
|
4995
|
Writing JobHeader...
|
4996
|
INPUT: Setting up input
|
4997
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
4998
|
HINT: MAUS will process 1 event only at first...
|
4999
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
5000
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
5001
|
MERGE: Setting up merger
|
5002
|
TRANSFORM: Setting up transformer
|
5003
|
TRANSFORM/MERGE/OUTPUT: Processed 3 events so far, 1 events in buffer.
|
5004
|
TRANSFORM/MERGE/OUTPUT: Processed 4 events so far, 1 events in buffer.
|
5005
|
TRANSFORM/MERGE/OUTPUT: Processed 5 events so far, 1 events in buffer.
|
5006
|
TRANSFORM/MERGE/OUTPUT: Processed 6 events so far, 1 events in buffer.
|
5007
|
TRANSFORM/MERGE/OUTPUT: Processed 7 events so far, 1 events in buffer.
|
5008
|
TRANSFORM/MERGE/OUTPUT: Processed 8 events so far, 1 events in buffer.
|
5009
|
TRANSFORM/MERGE/OUTPUT: Processed 9 events so far, 1 events in buffer.
|
5010
|
TRANSFORM/MERGE/OUTPUT: Processed 10 events so far, 1 events in buffer.
|
5011
|
TRANSFORM/MERGE/OUTPUT: Processed 11 events so far, 1 events in buffer.
|
5012
|
TRANSFORM/MERGE/OUTPUT: Processed 12 events so far, 1 events in buffer.
|
5013
|
TRANSFORM/MERGE/OUTPUT: Processed 13 events so far, 1 events in buffer.
|
5014
|
TRANSFORM/MERGE/OUTPUT: Processed 14 events so far, 1 events in buffer.
|
5015
|
TRANSFORM/MERGE/OUTPUT: Processed 15 events so far, 1 events in buffer.
|
5016
|
TRANSFORM/MERGE/OUTPUT: Processed 16 events so far, 1 events in buffer.
|
5017
|
TRANSFORM/MERGE/OUTPUT: Processed 17 events so far, 1 events in buffer.
|
5018
|
TRANSFORM/MERGE/OUTPUT: Processed 18 events so far, 1 events in buffer.
|
5019
|
TRANSFORM/MERGE/OUTPUT: Processed 19 events so far, 1 events in buffer.
|
5020
|
TRANSFORM/MERGE/OUTPUT: Processed 20 events so far, 1 events in buffer.
|
5021
|
TRANSFORM/MERGE/OUTPUT: Processed 21 events so far, 1 events in buffer.
|
5022
|
TRANSFORM/MERGE/OUTPUT: Processed 22 events so far, 1 events in buffer.
|
5023
|
TRANSFORM/MERGE/OUTPUT: Processed 23 events so far, 1 events in buffer.
|
5024
|
TRANSFORM/MERGE/OUTPUT: Processed 24 events so far, 1 events in buffer.
|
5025
|
TRANSFORM/MERGE/OUTPUT: Processed 25 events so far, 1 events in buffer.
|
5026
|
TRANSFORM/MERGE/OUTPUT: Processed 26 events so far, 1 events in buffer.
|
5027
|
TRANSFORM/MERGE/OUTPUT: Processed 27 events so far, 1 events in buffer.
|
5028
|
TRANSFORM/MERGE/OUTPUT: Processed 28 events so far, 1 events in buffer.
|
5029
|
TRANSFORM/MERGE/OUTPUT: Processed 29 events so far, 1 events in buffer.
|
5030
|
TRANSFORM/MERGE/OUTPUT: Processed 30 events so far, 0 events in buffer.
|
5031
|
TRANSFORM: Shutting down transformer
|
5032
|
MERGE: Shutting down merger
|
5033
|
INPUT: Shutting down inputer
|
5034
|
OUTPUT: Shutting down outputer
|
5035
|
Clearing Globals
|
5036
|
DONE
|
5037
|
Placing BeamLine.dat of type Box position: (0,0,-10283) rotationVector: (0,0,1) angle: 0 volume: 209.641 m^3 material: Galactic
|
5038
|
Placing TrackerSolenoid0.dat of type Cylinder position: (0,0,-4783) rotationVector: (0,0,1) angle: 0 volume: 4.2312 m^3 material: Galactic
|
5039
|
Placing TOF2.dat of type Box position: (0,0,-2490) rotationVector: (0,0,1) angle: 0 volume: 0.5625 m^3 material: AIR
|
5040
|
Setting the phase
|
5041
|
Made 0 attempts to phase 0 cavities with 0 remaining
|
5042
|
Solenoid Length: 198 Inner Radius: 258 Thickness: 52.8 Current Density: 1 scaleFactor: 104.612 position: (0,0,-3694) rotationVector: (0,0,1) angle: 0 name: Field1
|
5043
|
Solenoid Length: 197 Inner Radius: 258 Thickness: 26.4 Current Density: 1 scaleFactor: 161.3 position: (0,0,-4134.5) rotationVector: (0,0,1) angle: 0 name: Field2
|
5044
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 61.6 Current Density: 1 scaleFactor: 136.8 position: (0,0,-4534.5) rotationVector: (0,0,1) angle: 0 name: Field3
|
5045
|
Solenoid Length: 1294 Inner Radius: 258 Thickness: 22 Current Density: 1 scaleFactor: 146.9 position: (0,0,-5284) rotationVector: (0,0,1) angle: 0 name: Field4
|
5046
|
Solenoid Length: 110 Inner Radius: 258 Thickness: 68.2 Current Density: 1 scaleFactor: 142.492 position: (0,0,-6034.5) rotationVector: (0,0,1) angle: 0 name: Field5
|
5047
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-10959.5) rotationVector: (0,0,1) angle: 0 name: Field6
|
5048
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: -1.293 position: (0,0,-9799.45) rotationVector: (0,0,1) angle: 0 name: Field7
|
5049
|
Multipole Order: 4 Length: 2000 Magnitude: 1e-06 BendingRadius: 0 Height: 500 Width: 500 EndField: Tanh scaleFactor: 1.293 position: (0,0,-8639.45) rotationVector: (0,0,1) angle: 0 name: Field8
|
5050
|
Failed to find event 1 in file.
|
5051
|
Failed to find event 1 in file.
|
5052
|
Failed to find event 26 in file.
|
5053
|
Failed to find event 1 in file.
|
5054
|
Failed to find event 1 in file.
|
5055
|
Welcome to MAUS:
|
5056
|
Process ID (PID): 10337
|
5057
|
Program Arguments: ['/opt/ppd/mice/heidt/geant_test/merge/bin/utilities/root_to_json.py', '--input_root_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis.root', '--output_json_file_name', '/opt/ppd/mice/heidt/geant_test/merge/tmp/test_root_io_offline_analysis_OUT.json', '--verbose_level', '1', '--header_and_footer_mode', 'dont_append']
|
5058
|
Version: MAUS release version 0.3.3
|
5059
|
Initialising Globals
|
5060
|
Initiating Execution
|
5061
|
OUTPUT: Setting up outputer
|
5062
|
Writing JobHeader...
|
5063
|
INPUT: Setting up input
|
5064
|
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
|
5065
|
HINT: MAUS will process 1 event only at first...
|
5066
|
TRANSFORM/MERGE/OUTPUT: Processed 1 events so far, 1 events in buffer.
|
5067
|
TRANSFORM/MERGE/OUTPUT: Processed 2 events so far, 1 events in buffer.
|
5068
|
MERGE: Setting up merger
|
5069
|
TRANSFORM: Setting up transformer
|