Project

General

Profile

Bug #1162 ยป unitTest.txt

Heidt, Christopher, 31 October 2012 15:27

 
1
Should just always return true ... ok
2
Should just always return true ... ok
3
Should put in an errors branch ... ok
4
Should make the detector branches ... ok
5
Should just always return true ... ok
6
Should just always return true ... ok
7
Should put in an errors branch ... ok
8
Should make the detector branches ... ok
9
Check birth with default configuration ... Going to search for run 02873 data files in /home/hep/cheidt/maus/src/input/InputCppDAQData
10
Trying to add file 02873.003 from /home/hep/cheidt/maus/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 0x15713fa0 VLSB_C 0x156fe070
16
102 0x156fece0 V1290 0x15713e60
17
111 0x14ff07c0 V830 0x156fb920
18
120 0x1570f130 V1724 0x14f9b7a0
19
121 0x1530d580 V1731 0x15713ee0
20
132 0x156fe1a0 VLSB 0x156fe710
21
141 0x153185b0 DBB 0x15753fd0
22
Equipment Map count : 2
23
Going to search for run 02873 data files in /home/hep/cheidt/maus/src/input/InputCppDAQData
24
Trying to add file 02873.003 from /home/hep/cheidt/maus/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 saving a few standard events ... ok
40
Test runnig forever by trying to get 10000 empty documents ... ok
41
Read 100 events only ... ok
42
Test to make sure that if the input is done spitting out documents, then you can't get more documents from it ... ok
43
test bad file content ... ok
44
test internal counter gt ... ok
45
test internal counter lt ... ok
46
Test that birth reads in datacards okay for case of gzip and raw json ... ok
47
test what happens if there is one line with some spaces ... ok
48
test read 100 events ... ok
49
test trying to read twice gives nothing ... ok
50
test bad input number of spills ... Traceback (most recent call last):
51
  File "/home/hep/cheidt/maus/build/InputPySpillGenerator.py", line 45, in birth
52
    int(config_doc["spill_generator_number_of_spills"])
53
ValueError: invalid literal for int() with base 10: 'bob'
54
Traceback (most recent call last):
55
  File "/home/hep/cheidt/maus/build/InputPySpillGenerator.py", line 48, in birth
56
    self._run_number = int(config_doc["monte_carlo_run_number"])
57
ValueError: invalid literal for int() with base 10: 'jim'
58
Traceback (most recent call last):
59
  File "/home/hep/cheidt/maus/build/InputPySpillGenerator.py", line 45, in birth
60
    int(config_doc["spill_generator_number_of_spills"])
61
KeyError: 'spill_generator_number_of_spills'
62
Traceback (most recent call last):
63
  File "/home/hep/cheidt/maus/build/InputPySpillGenerator.py", line 46, in birth
64
    assert self._number_of_events > -1
65
AssertionError
66
ok
67
should be able to generate 0 events (and return nothing) ... ok
68
test generate 100 events ... ok
69
test_empty (test_MapCppPrint.MapCppPrintTestCase) ... ok
70
Globals manager
71
Check we get an error for bad input to birth ... ok
72
Check mapper runs for empty string, returning an error ... ok
73
Check mapper runs for mc with wrong type, returning an error ... Traceback (most recent call last):
74
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
75
    raise(CppError(error_message))
76
ErrorHandler.CppError: Property mc_events  had wrong type in Json object lookup at JsonWrapper::GetPropertyStrict
77
ok
78
Check mapper runs for mc good. Check it tracks primaries by testing ... ok
79
Check mapper runs for no mc string, returning an error ... Traceback (most recent call last):
80
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
81
    raise(CppError(error_message))
82
ErrorHandler.CppError: Property mc_events  not found in Json object lookup at JsonWrapper::GetPropertyStrict
83
ok
84
Call test_visualisation ... Globals manager
85
.
86
----------------------------------------------------------------------
87
Ran 1 test in 2.063s
88

    
89
OK
90
ok
91
Call test_visualisation_no_event ... Globals manager
92
.
93
----------------------------------------------------------------------
94
Ran 1 test in 2.060s
95

    
96
OK
97
ok
98
Check can handle empty configuration ... Traceback (most recent call last):
99
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
100
    raise(CppError(error_message))
101
ErrorHandler.CppError: St9exception
102
ok
103
Check birth with default configuration ... ok
104
Check that nothing happens in absence of data ... ok
105
Test MapCppTOFDigits process method ... ok
106
Test to make sure death occurs ... ok
107
Test of the process function ... ok
108
Check against configuration is empty ... Traceback (most recent call last):
109
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
110
    raise(CppError(error_message))
111
ErrorHandler.CppError: St9exception
112
ok
113
Check that birth works properly ... ok
114
Check that against data stream is empty ... ok
115
Check MapCppTOFSlabHits process function ... ok
116
Check against configuration is empty ... Traceback (most recent call last):
117
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
118
    raise(CppError(error_message))
119
ErrorHandler.CppError: St9exception
120
ok
121
Check can handle empty spill ... ok
122
Check for case where we have no data ... ok
123
Check the MapCppTOFSpacePoints process function ... ok
124
Test to make sure death occurs ... ok
125
Test of the process function ... ok
126
Test to make sure death occurs ... ok
127
Test of the process function ... ok
128
Check that the birth goes okay ... Traceback (most recent call last):
129
  File "/home/hep/cheidt/maus/build/MapPyBeamMaker.py", line 101, in birth
130
    config_doc = json.loads(json_configuration)
131
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
132
    return _default_decoder.decode(s)
133
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
134
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
135
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
136
    raise ValueError("No JSON object could be decoded")
137
ValueError: No JSON object could be decoded
138
Traceback (most recent call last):
139
  File "/home/hep/cheidt/maus/build/MapPyBeamMaker.py", line 102, in birth
140
    self.__birth_empty_particles(config_doc["beam"])
141
KeyError: 'beam'
142
ok
143
Check that we set the binomial variables; throw an error if binomial ... ok
144
Check that we set the seed, particle generator correctly ... ok
145
Check that we throw an error if particle generator unknown ... ok
146
Check that we can birth in file format ... ok
147
Check overall that process works okay ... Traceback (most recent call last):
148
  File "/home/hep/cheidt/maus/build/MapPyBeamMaker.py", line 218, in process
149
    spill = self.__process_check_spill(spill)
150
  File "/home/hep/cheidt/maus/build/MapPyBeamMaker.py", line 245, in __process_check_spill
151
    raise KeyError("mc_events branch should be an array type")
152
KeyError: 'mc_events branch should be an array type'
153
ok
154
Check that we throw an error if the spill is bad ... ok
155
Check that we sample from beams with large weight in binomial mode ... ok
156
Check that we sample from the correct beam for each particle when in ... ok
157
Check that we sample from beams with large weight in ovewrwrite mode ... ok
158
Check that we process an input file correctly ... ok
159
Check that we append a random number of empty primaries within allowed ... ok
160
Check that we append correct number of empty primaries in counter mode ... ok
161
Check that we generate empty primaries for each existing particle in ... ok
162
Check against empty configuration ... Traceback (most recent call last):
163
  File "/home/hep/cheidt/maus/build/MapPyCkov.py", line 40, in birth
164
    config_doc = json.loads(json_configuration)
165
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
166
    return _default_decoder.decode(s)
167
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
168
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
169
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
170
    raise ValueError("No JSON object could be decoded")
171
ValueError: No JSON object could be decoded
172
ok
173
Check that birth works properly ... ok
174
Check that against data stream is empty ... ok
175
Check MapPyCkov process function ... ok
176
Check against empty configuration ... Traceback (most recent call last):
177
  File "/home/hep/cheidt/maus/build/MapPyCkovSecondPeaks.py", line 36, in birth
178
    config_doc = json.loads(json_configuration)
179
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
180
    return _default_decoder.decode(s)
181
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
182
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
183
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
184
    raise ValueError("No JSON object could be decoded")
185
ValueError: No JSON object could be decoded
186
ok
187
Check that birth works properly ... ok
188
Check that against data stream is empty ... ok
189
Check MapPyCkov process function ... ok
190
test_document (test_MapPyDoNothing.MapPyDoNothingTestCase) ... ok
191
test_empty (test_MapPyDoNothing.MapPyDoNothingTestCase) ... ok
192
a test ... ok
193
Test appending a worker that has a birth function with a ... ok
194
Test appending a worker that has a death function with a ... ok
195
Test appending a worker that has a process function with a ... ok
196
Test appending a worker that has no birth function. ... ok
197
Test appending a worker that has no death function. ... ok
198
Test appending a worker that has no process function. ... ok
199
Test calling birth and check that all workers have their ... ok
200
Test calling birth where one worker's birth function ... Traceback (most recent call last):
201
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
202
    raise MapPyGroupDeathException(exceptions)
203
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
204
Traceback (most recent call last):
205
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 147, in birth
206
    raise MapPyGroupBirthException(exceptions)
207
MapPyGroup.MapPyGroupBirthException: <class 'MapPyGroup.MapPyGroupDeathException'>: TestWorker: <type 'exceptions.ValueError'>: Test
208
Traceback (most recent call last):
209
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
210
    raise MapPyGroupDeathException(exceptions)
211
MapPyGroup.MapPyGroupDeathException: TestWorker: <type 'exceptions.ValueError'>: Test
212
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x19486ef0>> ignored
213
ok
214
Test calling birth where one worker's birth function ... Traceback (most recent call last):
215
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 147, in birth
216
    raise MapPyGroupBirthException(exceptions)
217
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
218
ok
219
Test calling death where one worker's birth function ... Traceback (most recent call last):
220
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 147, in birth
221
    raise MapPyGroupBirthException(exceptions)
222
MapPyGroup.MapPyGroupBirthException: MapPyTestMap:<type 'exceptions.ValueError'>: Birth exception
223
ok
224
Test calling birth where one worker's birth function fails. ... ok
225
Test calling death and check all workers have their death ... ok
226
Test calling death where one worker's death function ... Traceback (most recent call last):
227
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
228
    raise MapPyGroupDeathException(exceptions)
229
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
230
Traceback (most recent call last):
231
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
232
    raise MapPyGroupDeathException(exceptions)
233
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
234
ok
235
Test calling death where one worker's death function ... Traceback (most recent call last):
236
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
237
    raise MapPyGroupDeathException(exceptions)
238
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
239
Traceback (most recent call last):
240
  File "/home/hep/cheidt/maus/build/MapPyGroup.py", line 192, in death
241
    raise MapPyGroupDeathException(exceptions)
242
MapPyGroup.MapPyGroupDeathException: MapPyTestMap: <type 'exceptions.ValueError'>: Death exception
243
Exception MapPyGroup.MapPyGroupDeathException: MapPyGroupDeathException() in <bound method MapPyGroup.__del__ of <MapPyGroup.MapPyGroup instance at 0x19486dd0>> ignored
244
ok
245
Test calling death where one worker's death function fails. ... ok
246
Test calling __del__ and check all workers have their death ... ok
247
Test get_worker_names. ... ok
248
Test with default constructor where group contains 0 workers. ... ok
249
Test with constructor given an initial list of workers. ... ok
250
Test constructor when it's given a non-list. ... ok
251
Test calling process and check that all workers have their ... ok
252
test_empty (test_MapPyPrint.MapPyPrintTestCase) ... ok
253
test_return (test_MapPyPrint.MapPyPrintTestCase) ... ok
254
Check against different issues ... WARNING in MDequipMap::MDequipMap() : Trying to create a multiple instances of a static singleton class
255
ok
256
Check that we can birth and death properly ... Traceback (most recent call last):
257
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
258
    raise(CppError(error_message))
259
ErrorHandler.CppError: St9exception
260
Couldn't open ROOT TFile as no filename or open mode given
261
Traceback (most recent call last):
262
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
263
    raise(CppError(error_message))
264
ErrorHandler.CppError: St9exception
265
ok
266
Check that if passed a bad event, code fails gracefully ... Traceback (most recent call last):
267
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
268
    raise(CppError(error_message))
269
ErrorHandler.CppError: St9exception
270
ok
271
Try saving a few standard events ... ok
272
Test saving one event ... ok
273
Test "birth" if given an absolute path to a directory as ... ok
274
Test "birth" if given a file name as a directory. ... ok
275
Check default configuration after "birth" is called. ... ok
276
Test "birth" with "output_file_extension". ... ok
277
Test "birth" with "output_file_name". ... ok
278
Test "birth" with "null" "output_file_directory". ... ok
279
Test "birth" if given a relative path to a directory as ... ok
280
Test "save" with 3 JSON documents. ... ok
281
Test "save" with 3 JSON documents using auto-numbering.. ... ok
282
Test "birth" if given an absolute path to a directory as ... ok
283
Test "birth" if given a file name as an image directory. ... ok
284
Check default configuration after "birth" is called. ... ok
285
Check default configuration after "birth" is called. ... ok
286
Test "birth" if given a relative path to a directory as ... ok
287
Test "save" with a JSON document with no "image" "data". ... ok
288
Test "save" with a JSON document with no "tag". ... ok
289
Test "save" with a JSON document with no "image_type". ... ok
290
Test "save" with 3 JSON documents each an "image". ... ok
291
Test "save" with a JSON document with no "image". ... ok
292
Test OutputPyJson loads a gzip file from datacards correctly. ... ok
293
Test OutputPyJson loads a text file from datacards correctly. ... ok
294
Test OutputPyJson handles exceptions on bad death(). ... ok
295
Try saving one spill using compressed gzip ... Traceback (most recent call last):
296
  File "/home/hep/cheidt/maus/build/OutputPyJSON.py", line 87, in save
297
    self.file.write(document.rstrip() + '\n')
298
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/gzip.py", line 212, in write
299
    self._check_closed()
300
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/gzip.py", line 146, in _check_closed
301
    raise ValueError('I/O operation on closed file.')
302
ValueError: I/O operation on closed file.
303
ok
304
Try saving one spill in uncompressed fashion ... Traceback (most recent call last):
305
  File "/home/hep/cheidt/maus/build/OutputPyJSON.py", line 87, in save
306
    self.file.write(document.rstrip() + '\n')
307
ValueError: I/O operation on closed file
308
ok
309
Check default configuration after "birth" is called. ... TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
310
ok
311
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
312
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
313
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
314
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
315
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
316
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPMu
317
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPPi
318
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: PE_MOM
319
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
320
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
321
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_A (Potential memory leak).
322
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
323
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: tof_B (Potential memory leak).
324
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
325
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: htof (Potential memory leak).
326
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
327
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT0 (Potential memory leak).
328
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT1 (Potential memory leak).
329
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT2 (Potential memory leak).
330
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT3 (Potential memory leak).
331
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT4 (Potential memory leak).
332
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT5 (Potential memory leak).
333
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT6 (Potential memory leak).
334
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMT7 (Potential memory leak).
335
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
336
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time0 (Potential memory leak).
337
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time1 (Potential memory leak).
338
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time2 (Potential memory leak).
339
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time3 (Potential memory leak).
340
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time4 (Potential memory leak).
341
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time5 (Potential memory leak).
342
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time6 (Potential memory leak).
343
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: harr_time7 (Potential memory leak).
344
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPMu
345
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPMu (Potential memory leak).
346
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPPi
347
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hPPi (Potential memory leak).
348
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: PE_MOM
349
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
350
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
351
ok
352
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
353
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
354
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
355
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
356
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
357
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPMu
358
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPPi
359
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: PE_MOM
360
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
361
Traceback (most recent call last):
362
  File "/home/hep/cheidt/maus/build/ReducePyROOTHistogram.py", line 152, in process
363
    json_doc = json.loads(json_string.rstrip())
364
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
365
    return _default_decoder.decode(s)
366
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
367
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
368
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
369
    obj, end = self.scan_once(s, idx)
370
ValueError: Expecting object: line 1 column 0 (char 0)
371
ok
372
Test "process" with a JSON document with no "digits" entry. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_A
373
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof_B
374
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: tof
375
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: charge
376
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: time
377
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPMu
378
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: hPPi
379
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: PE_MOM
380
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: hLight (Potential memory leak).
381
Traceback (most recent call last):
382
  File "/home/hep/cheidt/maus/build/ReducePyROOTHistogram.py", line 162, in process
383
    result = self._update_histograms(json_doc)
384
  File "/home/hep/cheidt/maus/build/ReducePyCkov.py", line 73, in _update_histograms
385
    raise ValueError("space points not in spill")
386
ValueError: space points not in spill
387
ok
388
Test configuration when birth is called with histogram ... ok
389
Test configuration when "birth" is called with an unsupported ... ok
390
Check default configuration after "birth" is called. ... ok
391
Test configuration when "birth" is called with a supported ... ok
392
Test "process" with a JSON document that causes an error to ... Traceback (most recent call last):
393
  File "/home/hep/cheidt/maus/build/ReducePyMatplotlibHistogram.py", line 153, in process
394
    result = self._update_histograms(json_doc)
395
  File "/home/hep/cheidt/maus/build/test_ReducePyMatplotlibHistogram.py", line 60, in _update_histograms
396
    raise Exception("error")
397
Exception: error
398
ok
399
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
400
  File "/home/hep/cheidt/maus/build/ReducePyMatplotlibHistogram.py", line 143, in process
401
    json_doc = json.loads(json_string.rstrip())
402
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
403
    return _default_decoder.decode(s)
404
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
405
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
406
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
407
    obj, end = self.scan_once(s, idx)
408
ValueError: Expecting object: line 1 column 0 (char 0)
409
ok
410
Test "process" with multiple JSON documents and with ... ok
411
Test "process" can create PDF images. ... ok
412
Test "process" can create PNG images. ... ok
413
Test "process" with multiple JSON documents. ... ok
414
Test "process" can create PS images. ... ok
415
Test "process" can create RAW images. ... ok
416
Test "process" can create RGBA images. ... ok
417
Test "process" can create SVG images. ... ok
418
Test "process" can create SVGZ images. ... ok
419
Test configuration when birth is called with histogram ... TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
420
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
421
ok
422
Test configuration when "birth" is called with an unsupported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
423
ok
424
Check default configuration after "birth" is called. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
425
ok
426
Test configuration when default "root_batch_mode" is used. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
427
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
428
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
429
ok
430
Test configuration when "birth" is called with a supported ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
431
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
432
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
433
ok
434
Test "process" can create EPS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
435
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
436
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
437
ok
438
Test "process" with a JSON document that causes an error to ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
439
Traceback (most recent call last):
440
  File "/home/hep/cheidt/maus/build/ReducePyROOTHistogram.py", line 162, in process
441
    result = self._update_histograms(json_doc)
442
  File "/home/hep/cheidt/maus/build/test_ReducePyROOTHistogram.py", line 66, in _update_histograms
443
    raise Exception("error")
444
Exception: error
445
ok
446
Test "process" can create GIF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
447
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
448
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
449
ok
450
Test "process" with a bad JSON document as an argument string. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
451
Traceback (most recent call last):
452
  File "/home/hep/cheidt/maus/build/ReducePyROOTHistogram.py", line 152, in process
453
    json_doc = json.loads(json_string.rstrip())
454
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
455
    return _default_decoder.decode(s)
456
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
457
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
458
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
459
    obj, end = self.scan_once(s, idx)
460
ValueError: Expecting object: line 1 column 0 (char 0)
461
ok
462
Test "process" can create JPEG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
463
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
464
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
465
ok
466
Test "process" can create JPG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
467
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
468
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
469
ok
470
Test "process" with multiple JSON documents and with ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
471
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
472
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
473
ok
474
Test "process" can create PDF images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
475
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
476
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
477
ok
478
Test "process" can create PNG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
479
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
480
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
481
ok
482
Test "process" with multiple JSON documents. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
483
ok
484
Test "process" can create PS images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
485
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
486
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
487
ok
488
Test "process" can create SVG images. ... TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
489
TROOT::Append:0: RuntimeWarning: Replacing existing TH1: histogram (Potential memory leak).
490
TCanvas::Constructor:0: RuntimeWarning: Deleting canvas with same name: canvas
491
ok
492
Check add function works ... ok
493
Check add func never makes members have a length longer than 10 ... ok
494
Check birth() function works when it should ... ok
495
Check birth returns false if handed a nonsense json_config ... Traceback (most recent call last):
496
  File "/home/hep/cheidt/maus/build/ReducePyScalers.py", line 48, in birth
497
    config_doc = json.loads(json_configuration)
498
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
499
    return _default_decoder.decode(s)
500
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
501
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
502
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 384, in raw_decode
503
    raise ValueError("No JSON object could be decoded")
504
ValueError: No JSON object could be decoded
505
ok
506
Check dump function works when it should ... ok
507
Check dump function works when no data is present ... ok
508
Test the constructor of the reducer class ... ok
509
Test the process function using a small amount of real json data ... ok
510
Test that process returns the json doc ... ok
511
Test that process returns the json doc ... ok
512
Test that process returns the json doc ... ok
513
Test "process" with a JSON document with a "daq_data" ... Traceback (most recent call last):
514
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 232, in process
515
    result = self._process_spill(json_doc)
516
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 288, in _process_spill
517
    raise ValueError("daq_data is None")
518
ValueError: daq_data is None
519
ok
520
Test "process" with a JSON document which is an end_of_run. ... ok
521
Test get_scalers. ... ok
522
Test "process" with a bad JSON document as an argument string. ... Traceback (most recent call last):
523
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 226, in process
524
    json_doc = json.loads(json_spill_doc.rstrip())
525
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/__init__.py", line 326, in loads
526
    return _default_decoder.decode(s)
527
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 366, in decode
528
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
529
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/json/decoder.py", line 382, in raw_decode
530
    obj, end = self.scan_once(s, idx)
531
ValueError: Expecting object: line 1 column 0 (char 0)
532
ok
533
Test "process" with a JSON document with no "ch0". ... Traceback (most recent call last):
534
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 232, in process
535
    result = self._process_spill(json_doc)
536
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 300, in _process_spill
537
    raise KeyError("ch0 is not in spill")
538
KeyError: 'ch0 is not in spill'
539
ok
540
Test "process" with a JSON document with no "channels". ... Traceback (most recent call last):
541
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 232, in process
542
    result = self._process_spill(json_doc)
543
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 295, in _process_spill
544
    raise KeyError("channels is not in spill")
545
KeyError: 'channels is not in spill'
546
ok
547
Test "process" with a JSON document with no "daq_data". ... Traceback (most recent call last):
548
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 232, in process
549
    result = self._process_spill(json_doc)
550
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 284, in _process_spill
551
    raise KeyError("daq_data is not in spill")
552
KeyError: 'daq_data is not in spill'
553
ok
554
Test "process" with a JSON document with no "V830". ... Traceback (most recent call last):
555
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 232, in process
556
    result = self._process_spill(json_doc)
557
  File "/home/hep/cheidt/maus/build/ReducePyScalersTable.py", line 291, in _process_spill
558
    raise KeyError("V830 is not in spill")
559
KeyError: 'V830 is not in spill'
560
ok
561
Test "process" with multiple JSON documents so to cycle ... ok
562
Test "process" with a spill. ... ok
563
Test birth where a recent_scalers_window is given. ... ok
564
Test add_value and getters ... ok
565
Test add_value and clear. ... ok
566
Check default values. ... ok
567
Test setting a new window in the constructor. ... ok
568
Test setting a new window. ... ok
569
test_always_true (test_always_true.AlwaysTrueTestCase) ... ok
570
Overall check birth works ... ok
571
Beam mean setup ... ok
572
Beam longitudinal - gaussian mode ... ok
573
Beam longitudinal - sawtooth/uniform time distributions ... ok
574
Beam longitudinal - twiss mode ... ok
575
Beam longitudinal - bad user input ... ok
576
Beam longitudinal - pencil mode ... ok
577
Test __birth_particle_generator for counter mode ... ok
578
Test __birth_particle_generator for weighting mode ... ok
579
Test __birth_particle_generator for random number assignment ... ok
580
Test __birth_reference_particle ... Traceback (most recent call last):
581
  File "/home/hep/cheidt/maus/build/beam.py", line 190, in __birth_reference_particle
582
    beam_definition['reference'], 0)
583
  File "/home/hep/cheidt/maus/third_party/install/lib/python2.7/site-packages/xboa/Hit.py", line 178, in new_from_maus_object
584
    for maus_xyz, value in maus_dict[maus_name].iteritems():
585
AttributeError: 'int' object has no attribute 'iteritems'
586
ok
587
Beam transverse - longitudinal coupling ... ok
588
Beam transverse constant solenoid mode ... ok
589
Test for bad input ... ok
590
Test for pencil beam ... ok
591
Beam transverse Penn mode ... ok
592
Beam transverse twiss mode ... ok
593
Check function that throws a particle - for gaussian distribution ... ok
594
Check function that throws a particle - for pencil beam ... ok
595
Check function that throws a particle - for sawtooth time dist ... ok
596
Check function that throws a particle - for uniform time dist ... ok
597
Check function that converts from an array to a primary particle ... ok
598
Check function that converts from an array to a primary particle ... ok
599
Check we generate the seed correctly ... ok
600
Test parsing bool from command line to configuration ... ok
601
Test parsing bool from command line to configuration ... ok
602
Test parsing number from command line to configuration ... ok
603
Test parsing string from command line to configuration ... ok
604
Check that we load configuration defaults correctly ... ok
605
Test that we can create a configuration value from an input file ... ok
606
Test that we can overwrite configuration value from an input file ... ok
607
Check that the version is defined correctly ... ok
608
Test conversion from string to boolean type ... ok
609
Check that the version is defined correctly ... ok
610
Check that Go handles command line args switch correctly. ... usage: nosetests [-h] [--Calib_Events_Only CALIB_EVENTS_ONLY]
611
                 [--DAQ_cabling_file DAQ_CABLING_FILE]
612
                 [--Do_V1724_Zero_Suppression DO_V1724_ZERO_SUPPRESSION]
613
                 [--Do_V1731_Zero_Suppression DO_V1731_ZERO_SUPPRESSION]
614
                 [--Do_VLSB_C_Zero_Suppression DO_VLSB_C_ZERO_SUPPRESSION]
615
                 [--Do_VLSB_Zero_Suppression DO_VLSB_ZERO_SUPPRESSION]
616
                 [--Enable_CKOV ENABLE_CKOV]
617
                 [--Enable_DBB_Unpacking ENABLE_DBB_UNPACKING]
618
                 [--Enable_EMR ENABLE_EMR] [--Enable_KL ENABLE_KL]
619
                 [--Enable_TOF ENABLE_TOF]
620
                 [--Enable_V1290_Unpacking ENABLE_V1290_UNPACKING]
621
                 [--Enable_V1724_Unpacking ENABLE_V1724_UNPACKING]
622
                 [--Enable_V1731_Unpacking ENABLE_V1731_UNPACKING]
623
                 [--Enable_V830_Unpacking ENABLE_V830_UNPACKING]
624
                 [--Enable_VLSB_C_Unpacking ENABLE_VLSB_C_UNPACKING]
625
                 [--Enable_VLSB_Unpacking ENABLE_VLSB_UNPACKING]
626
                 [--Enable_t0_correction ENABLE_T0_CORRECTION]
627
                 [--Enable_timeWalk_correction ENABLE_TIMEWALK_CORRECTION]
628
                 [--Enable_triggerDelay_correction ENABLE_TRIGGERDELAY_CORRECTION]
629
                 [--Number_of_DAQ_Events NUMBER_OF_DAQ_EVENTS]
630
                 [--Phys_Events_Only PHYS_EVENTS_ONLY]
631
                 [--SciFiClustExcept SCIFICLUSTEXCEPT]
632
                 [--SciFiFiberConvFactor SCIFIFIBERCONVFACTOR]
633
                 [--SciFiFiberDecayConst SCIFIFIBERDECAYCONST]
634
                 [--SciFiFiberMirrorEff SCIFIFIBERMIRROREFF]
635
                 [--SciFiFiberTransmissionEff SCIFIFIBERTRANSMISSIONEFF]
636
                 [--SciFiFiberTrappingEff SCIFIFIBERTRAPPINGEFF]
637
                 [--SciFiMUXNum SCIFIMUXNUM]
638
                 [--SciFiMUXTransmissionEff SCIFIMUXTRANSMISSIONEFF]
639
                 [--SciFiNPECut SCIFINPECUT]
640
                 [--SciFi_sigma_duplet SCIFI_SIGMA_DUPLET]
641
                 [--SciFi_sigma_tracker0_station5 SCIFI_SIGMA_TRACKER0_STATION5]
642
                 [--SciFi_sigma_triplet SCIFI_SIGMA_TRIPLET]
643
                 [--SciFi_sigma_z SCIFI_SIGMA_Z]
644
                 [--SciFiadcFactor SCIFIADCFACTOR]
645
                 [--SciFinPlanes SCIFINPLANES]
646
                 [--SciFinStations SCIFINSTATIONS]
647
                 [--SciFinTrackers SCIFINTRACKERS]
648
                 [--SciFitdcBits SCIFITDCBITS]
649
                 [--SciFitdcFactor SCIFITDCFACTOR]
650
                 [--SciFivlpcEnergyRes SCIFIVLPCENERGYRES]
651
                 [--SciFivlpcQE SCIFIVLPCQE]
652
                 [--SciFivlpcTimeRes SCIFIVLPCTIMERES]
653
                 [--TOF_T0_calibration_file TOF_T0_CALIBRATION_FILE]
654
                 [--TOF_TW_calibration_file TOF_TW_CALIBRATION_FILE]
655
                 [--TOF_Trigger_calibration_file TOF_TRIGGER_CALIBRATION_FILE]
656
                 [--TOF_cabling_file TOF_CABLING_FILE]
657
                 [--TOF_findTriggerPixelCut TOF_FINDTRIGGERPIXELCUT]
658
                 [--TOF_makeSpacePiontCut TOF_MAKESPACEPIONTCUT]
659
                 [--TOF_trigger_station TOF_TRIGGER_STATION]
660
                 [--TOFadcConversionFactor TOFADCCONVERSIONFACTOR]
661
                 [--TOFattenuationLength TOFATTENUATIONLENGTH]
662
                 [--TOFconversionFactor TOFCONVERSIONFACTOR]
663
                 [--TOFpmtQuantumEfficiency TOFPMTQUANTUMEFFICIENCY]
664
                 [--TOFpmtTimeResolution TOFPMTTIMERESOLUTION]
665
                 [--TOFscintLightSpeed TOFSCINTLIGHTSPEED]
666
                 [--TOFtdcConversionFactor TOFTDCCONVERSIONFACTOR]
667
                 [--V1724_Zero_Suppression_Threshold V1724_ZERO_SUPPRESSION_THRESHOLD]
668
                 [--V1731_Zero_Suppression_Threshold V1731_ZERO_SUPPRESSION_THRESHOLD]
669
                 [--VLSB_C_Zero_Suppression_Threshold VLSB_C_ZERO_SUPPRESSION_THRESHOLD]
670
                 [--VLSB_Zero_Suppression_Threshold VLSB_ZERO_SUPPRESSION_THRESHOLD]
671
                 [--accumulate_tracks ACCUMULATE_TRACKS] [--beam BEAM]
672
                 [--cdb_download_url CDB_DOWNLOAD_URL]
673
                 [--cdb_upload_url CDB_UPLOAD_URL]
674
                 [--charged_pion_half_life CHARGED_PION_HALF_LIFE]
675
                 [--check_volume_overlaps CHECK_VOLUME_OVERLAPS]
676
                 [--configuration_file CONFIGURATION_FILE]
677
                 [--daq_data_file DAQ_DATA_FILE]
678
                 [--daq_data_path DAQ_DATA_PATH]
679
                 [--default_keep_or_kill DEFAULT_KEEP_OR_KILL]
680
                 [--default_vis_colour DEFAULT_VIS_COLOUR]
681
                 [--delta_intersection DELTA_INTERSECTION]
682
                 [--delta_one_step DELTA_ONE_STEP]
683
                 [--doc_collection_name DOC_COLLECTION_NAME]
684
                 [--doc_store_class DOC_STORE_CLASS]
685
                 [--e_minus_vis_colour E_MINUS_VIS_COLOUR]
686
                 [--e_plus_vis_colour E_PLUS_VIS_COLOUR]
687
                 [--epsilon_max EPSILON_MAX] [--epsilon_min EPSILON_MIN]
688
                 [--errors_to_json ERRORS_TO_JSON]
689
                 [--errors_to_stderr ERRORS_TO_STDERR]
690
                 [--everything_special_virtual EVERYTHING_SPECIAL_VIRTUAL]
691
                 [--field_tracker_absolute_error FIELD_TRACKER_ABSOLUTE_ERROR]
692
                 [--field_tracker_relative_error FIELD_TRACKER_RELATIVE_ERROR]
693
                 [--g4_step_max G4_STEP_MAX]
694
                 [--gamma_vis_colour GAMMA_VIS_COLOUR]
695
                 [--geant4_visualisation GEANT4_VISUALISATION]
696
                 [--geometry_download_by GEOMETRY_DOWNLOAD_BY]
697
                 [--geometry_download_cleanup GEOMETRY_DOWNLOAD_CLEANUP]
698
                 [--geometry_download_directory GEOMETRY_DOWNLOAD_DIRECTORY]
699
                 [--geometry_download_id GEOMETRY_DOWNLOAD_ID]
700
                 [--geometry_download_run_number GEOMETRY_DOWNLOAD_RUN_NUMBER]
701
                 [--geometry_download_wsdl GEOMETRY_DOWNLOAD_WSDL]
702
                 [--geometry_upload_cleanup GEOMETRY_UPLOAD_CLEANUP]
703
                 [--geometry_upload_directory GEOMETRY_UPLOAD_DIRECTORY]
704
                 [--geometry_upload_note GEOMETRY_UPLOAD_NOTE]
705
                 [--geometry_upload_valid_from GEOMETRY_UPLOAD_VALID_FROM]
706
                 [--geometry_upload_wsdl GEOMETRY_UPLOAD_WSDL]
707
                 [--get_beamline_by GET_BEAMLINE_BY]
708
                 [--get_beamline_run_number GET_BEAMLINE_RUN_NUMBER]
709
                 [--get_beamline_start_time GET_BEAMLINE_START_TIME]
710
                 [--get_beamline_stop_time GET_BEAMLINE_STOP_TIME]
711
                 [--get_ids_create_file GET_IDS_CREATE_FILE]
712
                 [--get_ids_start_time GET_IDS_START_TIME]
713
                 [--get_ids_stop_time GET_IDS_STOP_TIME]
714
                 [--image_directory IMAGE_DIRECTORY]
715
                 [--input_json_file_name INPUT_JSON_FILE_NAME]
716
                 [--input_json_file_type INPUT_JSON_FILE_TYPE]
717
                 [--input_root_file_name INPUT_ROOT_FILE_NAME]
718
                 [--keep_or_kill_particles KEEP_OR_KILL_PARTICLES]
719
                 [--keep_steps KEEP_STEPS] [--keep_tracks KEEP_TRACKS]
720
                 [--kinetic_cutoff KINETIC_CUTOFF]
721
                 [--kinetic_energy_threshold KINETIC_ENERGY_THRESHOLD]
722
                 [--maus_version MAUS_VERSION]
723
                 [--maximum_number_of_steps MAXIMUM_NUMBER_OF_STEPS]
724
                 [--miss_distance MISS_DISTANCE]
725
                 [--mongodb_collection_name MONGODB_COLLECTION_NAME]
726
                 [--mongodb_database_name MONGODB_DATABASE_NAME]
727
                 [--mongodb_host MONGODB_HOST] [--mongodb_port MONGODB_PORT]
728
                 [--mu_minus_vis_colour MU_MINUS_VIS_COLOUR]
729
                 [--mu_plus_vis_colour MU_PLUS_VIS_COLOUR]
730
                 [--muon_half_life MUON_HALF_LIFE]
731
                 [--neutron_vis_colour NEUTRON_VIS_COLOUR]
732
                 [--on_error ON_ERROR]
733
                 [--output_file_directory OUTPUT_FILE_DIRECTORY]
734
                 [--output_json_file_name OUTPUT_JSON_FILE_NAME]
735
                 [--output_json_file_type OUTPUT_JSON_FILE_TYPE]
736
                 [--output_root_file_name OUTPUT_ROOT_FILE_NAME]
737
                 [--particle_decay PARTICLE_DECAY]
738
                 [--photon_vis_colour PHOTON_VIS_COLOUR]
739
                 [--physics_model PHYSICS_MODEL]
740
                 [--physics_processes PHYSICS_PROCESSES]
741
                 [--pi_minus_vis_colour PI_MINUS_VIS_COLOUR]
742
                 [--pi_plus_vis_colour PI_PLUS_VIS_COLOUR]
743
                 [--production_threshold PRODUCTION_THRESHOLD]
744
                 [--reconstruction_geometry_filename RECONSTRUCTION_GEOMETRY_FILENAME]
745
                 [--reference_physics_processes REFERENCE_PHYSICS_PROCESSES]
746
                 [--simulation_geometry_filename SIMULATION_GEOMETRY_FILENAME]
747
                 [--simulation_reference_particle SIMULATION_REFERENCE_PARTICLE]
748
                 [--spill_generator_number_of_spills SPILL_GENERATOR_NUMBER_OF_SPILLS]
749
                 [--stepping_algorithm STEPPING_ALGORITHM]
750
                 [--technical_drawing_name TECHNICAL_DRAWING_NAME]
751
                 [--type_of_dataflow TYPE_OF_DATAFLOW]
752
                 [--verbose_level VERBOSE_LEVEL]
753
                 [--visualisation_phi VISUALISATION_PHI]
754
                 [--visualisation_theta VISUALISATION_THETA]
755
                 [--visualisation_viewer VISUALISATION_VIEWER]
756
                 [--visualisation_zoom VISUALISATION_ZOOM]
757
nosetests: error: unrecognized arguments: bob
758
Globals manager
759
Setting the phase 
760
Made 0 attempts to phase 0 cavities with 0 remaining
761
ok
762
Check that Go executes okay with multi_process dataflow. ... Globals manager
763
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
764
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
765
Applying /run/setCut 1e+12
766
Apply G4UI command: /run/setCut 1e+12
767
Applying /process/eLoss/fluct false
768
Apply G4UI command: /process/eLoss/fluct false
769
Applying /process/activate muBrems
770
Apply G4UI command: /process/activate muBrems
771
Applying /process/activate hBrems
772
Apply G4UI command: /process/activate hBrems
773
Applying /process/activate eBrems
774
Apply G4UI command: /process/activate eBrems
775
 illegal process (or type) name 
776
Applying /process/activate muPairProd
777
Apply G4UI command: /process/activate muPairProd
778
Applying /process/activate ePairProd
779
Apply G4UI command: /process/activate ePairProd
780
 illegal process (or type) name 
781
Applying /process/activate hPairProd
782
Apply G4UI command: /process/activate hPairProd
783
Applying /process/activate muIoni
784
Apply G4UI command: /process/activate muIoni
785
Applying /process/activate hIoni
786
Apply G4UI command: /process/activate hIoni
787
Applying /process/activate eIoni
788
Apply G4UI command: /process/activate eIoni
789
Applying /process/inactivate muBrems
790
Apply G4UI command: /process/inactivate muBrems
791
Applying /process/inactivate hBrems
792
Apply G4UI command: /process/inactivate hBrems
793
Applying /process/inactivate eBrems
794
Apply G4UI command: /process/inactivate eBrems
795
 illegal process (or type) name 
796
Applying /process/inactivate muPairProd
797
Apply G4UI command: /process/inactivate muPairProd
798
Applying /process/inactivate ePairProd
799
Apply G4UI command: /process/inactivate ePairProd
800
 illegal process (or type) name 
801
Applying /process/inactivate hPairProd
802
Apply G4UI command: /process/inactivate hPairProd
803
Applying /process/inactivate ElectroNuclear
804
Apply G4UI command: /process/inactivate ElectroNuclear
805
Applying /process/inactivate msc
806
Apply G4UI command: /process/inactivate msc
807
Applying /process/inactivate PhotonInelastic
808
Apply G4UI command: /process/inactivate PhotonInelastic
809
Applying /process/inactivate ElectroNuclear
810
Apply G4UI command: /process/inactivate ElectroNuclear
811
Applying /process/inactivate PositronNuclear
812
Apply G4UI command: /process/inactivate PositronNuclear
813
Applying /process/inactivate hadElastic
814
Apply G4UI command: /process/inactivate hadElastic
815
Applying /process/inactivate hadElastic
816
Apply G4UI command: /process/inactivate hadElastic
817
Applying /process/inactivate hadElastic
818
Apply G4UI command: /process/inactivate hadElastic
819
Applying /process/inactivate hadElastic
820
Apply G4UI command: /process/inactivate hadElastic
821
Applying /process/inactivate hadElastic
822
Apply G4UI command: /process/inactivate hadElastic
823
Applying /process/inactivate hadElastic
824
Apply G4UI command: /process/inactivate hadElastic
825
Applying /process/inactivate hadElastic
826
Apply G4UI command: /process/inactivate hadElastic
827
Applying /process/inactivate hadElastic
828
Apply G4UI command: /process/inactivate hadElastic
829
Applying /process/inactivate hadElastic
830
Apply G4UI command: /process/inactivate hadElastic
831
Applying /process/inactivate hadElastic
832
Apply G4UI command: /process/inactivate hadElastic
833
Applying /process/inactivate hadElastic
834
Apply G4UI command: /process/inactivate hadElastic
835
Applying /process/inactivate hadElastic
836
Apply G4UI command: /process/inactivate hadElastic
837
Applying /process/inactivate hadElastic
838
Apply G4UI command: /process/inactivate hadElastic
839
Applying /process/inactivate hadElastic
840
Apply G4UI command: /process/inactivate hadElastic
841
Applying /process/inactivate hadElastic
842
Apply G4UI command: /process/inactivate hadElastic
843
Applying /process/inactivate hadElastic
844
Apply G4UI command: /process/inactivate hadElastic
845
Applying /process/inactivate hadElastic
846
Apply G4UI command: /process/inactivate hadElastic
847
Applying /process/inactivate hadElastic
848
Apply G4UI command: /process/inactivate hadElastic
849
Applying /process/inactivate hadElastic
850
Apply G4UI command: /process/inactivate hadElastic
851
Applying /process/inactivate hadElastic
852
Apply G4UI command: /process/inactivate hadElastic
853
Applying /process/inactivate hadElastic
854
Apply G4UI command: /process/inactivate hadElastic
855
Applying /process/inactivate hadElastic
856
Apply G4UI command: /process/inactivate hadElastic
857
Applying /process/inactivate hadElastic
858
Apply G4UI command: /process/inactivate hadElastic
859
Applying /process/inactivate hadElastic
860
Apply G4UI command: /process/inactivate hadElastic
861
Applying /process/inactivate hadElastic
862
Apply G4UI command: /process/inactivate hadElastic
863
Applying /process/inactivate hadElastic
864
Apply G4UI command: /process/inactivate hadElastic
865
Applying /process/inactivate hadElastic
866
Apply G4UI command: /process/inactivate hadElastic
867
Applying /process/inactivate hadElastic
868
Apply G4UI command: /process/inactivate hadElastic
869
Applying /process/inactivate NeutronInelastic
870
Apply G4UI command: /process/inactivate NeutronInelastic
871
Applying /process/inactivate nCapture
872
Apply G4UI command: /process/inactivate nCapture
873
Applying /process/inactivate nFission
874
Apply G4UI command: /process/inactivate nFission
875
Applying /process/inactivate ProtonInelastic
876
Apply G4UI command: /process/inactivate ProtonInelastic
877
Applying /process/inactivate PionPlusInelastic
878
Apply G4UI command: /process/inactivate PionPlusInelastic
879
Applying /process/inactivate PionMinusInelastic
880
Apply G4UI command: /process/inactivate PionMinusInelastic
881
Applying /process/inactivate KaonPlusInelastic
882
Apply G4UI command: /process/inactivate KaonPlusInelastic
883
Applying /process/inactivate KaonMinusInelastic
884
Apply G4UI command: /process/inactivate KaonMinusInelastic
885
Applying /process/inactivate KaonZeroLInelastic
886
Apply G4UI command: /process/inactivate KaonZeroLInelastic
887
Applying /process/inactivate KaonZeroSInelastic
888
Apply G4UI command: /process/inactivate KaonZeroSInelastic
889
Applying /process/inactivate AntiProtonInelastic
890
Apply G4UI command: /process/inactivate AntiProtonInelastic
891
Applying /process/inactivate AntiNeutronInelastic
892
Apply G4UI command: /process/inactivate AntiNeutronInelastic
893
Applying /process/inactivate LambdaInelastic
894
Apply G4UI command: /process/inactivate LambdaInelastic
895
Applying /process/inactivate AntiLambdaInelastic
896
Apply G4UI command: /process/inactivate AntiLambdaInelastic
897
Applying /process/inactivate SigmaMinusInelastic
898
Apply G4UI command: /process/inactivate SigmaMinusInelastic
899
Applying /process/inactivate AntiSigmaMinusInelastic
900
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
901
Applying /process/inactivate SigmaPlusInelastic
902
Apply G4UI command: /process/inactivate SigmaPlusInelastic
903
Applying /process/inactivate AntiSigmaPlusInelastic
904
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
905
Applying /process/inactivate XiMinusInelastic
906
Apply G4UI command: /process/inactivate XiMinusInelastic
907
Applying /process/inactivate AntiXiMinusInelastic
908
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
909
Applying /process/inactivate XiZeroInelastic
910
Apply G4UI command: /process/inactivate XiZeroInelastic
911
Applying /process/inactivate AntiXiZeroInelastic
912
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
913
Applying /process/inactivate OmegaMinusInelastic
914
Apply G4UI command: /process/inactivate OmegaMinusInelastic
915
Applying /process/inactivate AntiOmegaMinusInelastic
916
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
917
Applying /process/inactivate CHIPSNuclearCaptureAtRest
918
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
919
Applying /process/inactivate muMinusCaptureAtRest
920
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
921
Applying /process/inactivate DeuteronInelastic
922
Apply G4UI command: /process/inactivate DeuteronInelastic
923
Applying /process/inactivate TritonInelastic
924
Apply G4UI command: /process/inactivate TritonInelastic
925
Apply G4UI command: /process/inactivate Decay
926
Setting the phase 
927
Made 0 attempts to phase 0 cavities with 0 remaining
928
MAUSPhysicsList::BeginOfRunAction() with
929
  de model 0
930
  msc model 0
931
  hadronic model 0
932
  particle decay 1
933
  pi 1/2 life -1
934
  mu 1/2 life -1
935
Applying /run/setCut 0.5
936
Apply G4UI command: /run/setCut 0.5
937
Applying /process/eLoss/fluct true
938
Apply G4UI command: /process/eLoss/fluct true
939
Applying /process/activate muBrems
940
Apply G4UI command: /process/activate muBrems
941
Applying /process/activate hBrems
942
Apply G4UI command: /process/activate hBrems
943
Applying /process/activate eBrems
944
Apply G4UI command: /process/activate eBrems
945
 illegal process (or type) name 
946
Applying /process/activate muPairProd
947
Apply G4UI command: /process/activate muPairProd
948
Applying /process/activate ePairProd
949
Apply G4UI command: /process/activate ePairProd
950
 illegal process (or type) name 
951
Applying /process/activate hPairProd
952
Apply G4UI command: /process/activate hPairProd
953
Applying /process/activate muIoni
954
Apply G4UI command: /process/activate muIoni
955
Applying /process/activate hIoni
956
Apply G4UI command: /process/activate hIoni
957
Applying /process/activate eIoni
958
Apply G4UI command: /process/activate eIoni
959
Applying /process/activate muBrems
960
Apply G4UI command: /process/activate muBrems
961
Applying /process/activate hBrems
962
Apply G4UI command: /process/activate hBrems
963
Applying /process/activate eBrems
964
Apply G4UI command: /process/activate eBrems
965
 illegal process (or type) name 
966
Applying /process/activate muPairProd
967
Apply G4UI command: /process/activate muPairProd
968
Applying /process/activate ePairProd
969
Apply G4UI command: /process/activate ePairProd
970
 illegal process (or type) name 
971
Applying /process/activate hPairProd
972
Apply G4UI command: /process/activate hPairProd
973
Applying /process/activate ElectroNuclear
974
Apply G4UI command: /process/activate ElectroNuclear
975
Applying /process/activate msc
976
Apply G4UI command: /process/activate msc
977
Applying /process/activate PhotonInelastic
978
Apply G4UI command: /process/activate PhotonInelastic
979
Applying /process/activate ElectroNuclear
980
Apply G4UI command: /process/activate ElectroNuclear
981
Applying /process/activate PositronNuclear
982
Apply G4UI command: /process/activate PositronNuclear
983
Applying /process/activate hadElastic
984
Apply G4UI command: /process/activate hadElastic
985
Applying /process/activate hadElastic
986
Apply G4UI command: /process/activate hadElastic
987
Applying /process/activate hadElastic
988
Apply G4UI command: /process/activate hadElastic
989
Applying /process/activate hadElastic
990
Apply G4UI command: /process/activate hadElastic
991
Applying /process/activate hadElastic
992
Apply G4UI command: /process/activate hadElastic
993
Applying /process/activate hadElastic
994
Apply G4UI command: /process/activate hadElastic
995
Applying /process/activate hadElastic
996
Apply G4UI command: /process/activate hadElastic
997
Applying /process/activate hadElastic
998
Apply G4UI command: /process/activate hadElastic
999
Applying /process/activate hadElastic
1000
Apply G4UI command: /process/activate hadElastic
1001
Applying /process/activate hadElastic
1002
Apply G4UI command: /process/activate hadElastic
1003
Applying /process/activate hadElastic
1004
Apply G4UI command: /process/activate hadElastic
1005
Applying /process/activate hadElastic
1006
Apply G4UI command: /process/activate hadElastic
1007
Applying /process/activate hadElastic
1008
Apply G4UI command: /process/activate hadElastic
1009
Applying /process/activate hadElastic
1010
Apply G4UI command: /process/activate hadElastic
1011
Applying /process/activate hadElastic
1012
Apply G4UI command: /process/activate hadElastic
1013
Applying /process/activate hadElastic
1014
Apply G4UI command: /process/activate hadElastic
1015
Applying /process/activate hadElastic
1016
Apply G4UI command: /process/activate hadElastic
1017
Applying /process/activate hadElastic
1018
Apply G4UI command: /process/activate hadElastic
1019
Applying /process/activate hadElastic
1020
Apply G4UI command: /process/activate hadElastic
1021
Applying /process/activate hadElastic
1022
Apply G4UI command: /process/activate hadElastic
1023
Applying /process/activate hadElastic
1024
Apply G4UI command: /process/activate hadElastic
1025
Applying /process/activate hadElastic
1026
Apply G4UI command: /process/activate hadElastic
1027
Applying /process/activate hadElastic
1028
Apply G4UI command: /process/activate hadElastic
1029
Applying /process/activate hadElastic
1030
Apply G4UI command: /process/activate hadElastic
1031
Applying /process/activate hadElastic
1032
Apply G4UI command: /process/activate hadElastic
1033
Applying /process/activate hadElastic
1034
Apply G4UI command: /process/activate hadElastic
1035
Applying /process/activate hadElastic
1036
Apply G4UI command: /process/activate hadElastic
1037
Applying /process/activate hadElastic
1038
Apply G4UI command: /process/activate hadElastic
1039
Applying /process/activate NeutronInelastic
1040
Apply G4UI command: /process/activate NeutronInelastic
1041
Applying /process/activate nCapture
1042
Apply G4UI command: /process/activate nCapture
1043
Applying /process/activate nFission
1044
Apply G4UI command: /process/activate nFission
1045
Applying /process/activate ProtonInelastic
1046
Apply G4UI command: /process/activate ProtonInelastic
1047
Applying /process/activate PionPlusInelastic
1048
Apply G4UI command: /process/activate PionPlusInelastic
1049
Applying /process/activate PionMinusInelastic
1050
Apply G4UI command: /process/activate PionMinusInelastic
1051
Applying /process/activate KaonPlusInelastic
1052
Apply G4UI command: /process/activate KaonPlusInelastic
1053
Applying /process/activate KaonMinusInelastic
1054
Apply G4UI command: /process/activate KaonMinusInelastic
1055
Applying /process/activate KaonZeroLInelastic
1056
Apply G4UI command: /process/activate KaonZeroLInelastic
1057
Applying /process/activate KaonZeroSInelastic
1058
Apply G4UI command: /process/activate KaonZeroSInelastic
1059
Applying /process/activate AntiProtonInelastic
1060
Apply G4UI command: /process/activate AntiProtonInelastic
1061
Applying /process/activate AntiNeutronInelastic
1062
Apply G4UI command: /process/activate AntiNeutronInelastic
1063
Applying /process/activate LambdaInelastic
1064
Apply G4UI command: /process/activate LambdaInelastic
1065
Applying /process/activate AntiLambdaInelastic
1066
Apply G4UI command: /process/activate AntiLambdaInelastic
1067
Applying /process/activate SigmaMinusInelastic
1068
Apply G4UI command: /process/activate SigmaMinusInelastic
1069
Applying /process/activate AntiSigmaMinusInelastic
1070
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
1071
Applying /process/activate SigmaPlusInelastic
1072
Apply G4UI command: /process/activate SigmaPlusInelastic
1073
Applying /process/activate AntiSigmaPlusInelastic
1074
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
1075
Applying /process/activate XiMinusInelastic
1076
Apply G4UI command: /process/activate XiMinusInelastic
1077
Applying /process/activate AntiXiMinusInelastic
1078
Apply G4UI command: /process/activate AntiXiMinusInelastic
1079
Applying /process/activate XiZeroInelastic
1080
Apply G4UI command: /process/activate XiZeroInelastic
1081
Applying /process/activate AntiXiZeroInelastic
1082
Apply G4UI command: /process/activate AntiXiZeroInelastic
1083
Applying /process/activate OmegaMinusInelastic
1084
Apply G4UI command: /process/activate OmegaMinusInelastic
1085
Applying /process/activate AntiOmegaMinusInelastic
1086
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
1087
Applying /process/activate CHIPSNuclearCaptureAtRest
1088
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
1089
Applying /process/activate muMinusCaptureAtRest
1090
Apply G4UI command: /process/activate muMinusCaptureAtRest
1091
Applying /process/activate DeuteronInelastic
1092
Apply G4UI command: /process/activate DeuteronInelastic
1093
Applying /process/activate TritonInelastic
1094
Apply G4UI command: /process/activate TritonInelastic
1095
Apply G4UI command: /process/activate   Decay
1096
ok
1097
Check that Go notifies user of unimplemented dataflow. ... Globals manager
1098
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
1099
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
1100
Applying /run/setCut 1e+12
1101
Apply G4UI command: /run/setCut 1e+12
1102
Applying /process/eLoss/fluct false
1103
Apply G4UI command: /process/eLoss/fluct false
1104
Applying /process/activate muBrems
1105
Apply G4UI command: /process/activate muBrems
1106
Applying /process/activate hBrems
1107
Apply G4UI command: /process/activate hBrems
1108
Applying /process/activate eBrems
1109
Apply G4UI command: /process/activate eBrems
1110
 illegal process (or type) name 
1111
Applying /process/activate muPairProd
1112
Apply G4UI command: /process/activate muPairProd
1113
Applying /process/activate ePairProd
1114
Apply G4UI command: /process/activate ePairProd
1115
 illegal process (or type) name 
1116
Applying /process/activate hPairProd
1117
Apply G4UI command: /process/activate hPairProd
1118
Applying /process/activate muIoni
1119
Apply G4UI command: /process/activate muIoni
1120
Applying /process/activate hIoni
1121
Apply G4UI command: /process/activate hIoni
1122
Applying /process/activate eIoni
1123
Apply G4UI command: /process/activate eIoni
1124
Applying /process/inactivate muBrems
1125
Apply G4UI command: /process/inactivate muBrems
1126
Applying /process/inactivate hBrems
1127
Apply G4UI command: /process/inactivate hBrems
1128
Applying /process/inactivate eBrems
1129
Apply G4UI command: /process/inactivate eBrems
1130
 illegal process (or type) name 
1131
Applying /process/inactivate muPairProd
1132
Apply G4UI command: /process/inactivate muPairProd
1133
Applying /process/inactivate ePairProd
1134
Apply G4UI command: /process/inactivate ePairProd
1135
 illegal process (or type) name 
1136
Applying /process/inactivate hPairProd
1137
Apply G4UI command: /process/inactivate hPairProd
1138
Applying /process/inactivate ElectroNuclear
1139
Apply G4UI command: /process/inactivate ElectroNuclear
1140
Applying /process/inactivate msc
1141
Apply G4UI command: /process/inactivate msc
1142
Applying /process/inactivate PhotonInelastic
1143
Apply G4UI command: /process/inactivate PhotonInelastic
1144
Applying /process/inactivate ElectroNuclear
1145
Apply G4UI command: /process/inactivate ElectroNuclear
1146
Applying /process/inactivate PositronNuclear
1147
Apply G4UI command: /process/inactivate PositronNuclear
1148
Applying /process/inactivate hadElastic
1149
Apply G4UI command: /process/inactivate hadElastic
1150
Applying /process/inactivate hadElastic
1151
Apply G4UI command: /process/inactivate hadElastic
1152
Applying /process/inactivate hadElastic
1153
Apply G4UI command: /process/inactivate hadElastic
1154
Applying /process/inactivate hadElastic
1155
Apply G4UI command: /process/inactivate hadElastic
1156
Applying /process/inactivate hadElastic
1157
Apply G4UI command: /process/inactivate hadElastic
1158
Applying /process/inactivate hadElastic
1159
Apply G4UI command: /process/inactivate hadElastic
1160
Applying /process/inactivate hadElastic
1161
Apply G4UI command: /process/inactivate hadElastic
1162
Applying /process/inactivate hadElastic
1163
Apply G4UI command: /process/inactivate hadElastic
1164
Applying /process/inactivate hadElastic
1165
Apply G4UI command: /process/inactivate hadElastic
1166
Applying /process/inactivate hadElastic
1167
Apply G4UI command: /process/inactivate hadElastic
1168
Applying /process/inactivate hadElastic
1169
Apply G4UI command: /process/inactivate hadElastic
1170
Applying /process/inactivate hadElastic
1171
Apply G4UI command: /process/inactivate hadElastic
1172
Applying /process/inactivate hadElastic
1173
Apply G4UI command: /process/inactivate hadElastic
1174
Applying /process/inactivate hadElastic
1175
Apply G4UI command: /process/inactivate hadElastic
1176
Applying /process/inactivate hadElastic
1177
Apply G4UI command: /process/inactivate hadElastic
1178
Applying /process/inactivate hadElastic
1179
Apply G4UI command: /process/inactivate hadElastic
1180
Applying /process/inactivate hadElastic
1181
Apply G4UI command: /process/inactivate hadElastic
1182
Applying /process/inactivate hadElastic
1183
Apply G4UI command: /process/inactivate hadElastic
1184
Applying /process/inactivate hadElastic
1185
Apply G4UI command: /process/inactivate hadElastic
1186
Applying /process/inactivate hadElastic
1187
Apply G4UI command: /process/inactivate hadElastic
1188
Applying /process/inactivate hadElastic
1189
Apply G4UI command: /process/inactivate hadElastic
1190
Applying /process/inactivate hadElastic
1191
Apply G4UI command: /process/inactivate hadElastic
1192
Applying /process/inactivate hadElastic
1193
Apply G4UI command: /process/inactivate hadElastic
1194
Applying /process/inactivate hadElastic
1195
Apply G4UI command: /process/inactivate hadElastic
1196
Applying /process/inactivate hadElastic
1197
Apply G4UI command: /process/inactivate hadElastic
1198
Applying /process/inactivate hadElastic
1199
Apply G4UI command: /process/inactivate hadElastic
1200
Applying /process/inactivate hadElastic
1201
Apply G4UI command: /process/inactivate hadElastic
1202
Applying /process/inactivate hadElastic
1203
Apply G4UI command: /process/inactivate hadElastic
1204
Applying /process/inactivate NeutronInelastic
1205
Apply G4UI command: /process/inactivate NeutronInelastic
1206
Applying /process/inactivate nCapture
1207
Apply G4UI command: /process/inactivate nCapture
1208
Applying /process/inactivate nFission
1209
Apply G4UI command: /process/inactivate nFission
1210
Applying /process/inactivate ProtonInelastic
1211
Apply G4UI command: /process/inactivate ProtonInelastic
1212
Applying /process/inactivate PionPlusInelastic
1213
Apply G4UI command: /process/inactivate PionPlusInelastic
1214
Applying /process/inactivate PionMinusInelastic
1215
Apply G4UI command: /process/inactivate PionMinusInelastic
1216
Applying /process/inactivate KaonPlusInelastic
1217
Apply G4UI command: /process/inactivate KaonPlusInelastic
1218
Applying /process/inactivate KaonMinusInelastic
1219
Apply G4UI command: /process/inactivate KaonMinusInelastic
1220
Applying /process/inactivate KaonZeroLInelastic
1221
Apply G4UI command: /process/inactivate KaonZeroLInelastic
1222
Applying /process/inactivate KaonZeroSInelastic
1223
Apply G4UI command: /process/inactivate KaonZeroSInelastic
1224
Applying /process/inactivate AntiProtonInelastic
1225
Apply G4UI command: /process/inactivate AntiProtonInelastic
1226
Applying /process/inactivate AntiNeutronInelastic
1227
Apply G4UI command: /process/inactivate AntiNeutronInelastic
1228
Applying /process/inactivate LambdaInelastic
1229
Apply G4UI command: /process/inactivate LambdaInelastic
1230
Applying /process/inactivate AntiLambdaInelastic
1231
Apply G4UI command: /process/inactivate AntiLambdaInelastic
1232
Applying /process/inactivate SigmaMinusInelastic
1233
Apply G4UI command: /process/inactivate SigmaMinusInelastic
1234
Applying /process/inactivate AntiSigmaMinusInelastic
1235
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
1236
Applying /process/inactivate SigmaPlusInelastic
1237
Apply G4UI command: /process/inactivate SigmaPlusInelastic
1238
Applying /process/inactivate AntiSigmaPlusInelastic
1239
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
1240
Applying /process/inactivate XiMinusInelastic
1241
Apply G4UI command: /process/inactivate XiMinusInelastic
1242
Applying /process/inactivate AntiXiMinusInelastic
1243
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
1244
Applying /process/inactivate XiZeroInelastic
1245
Apply G4UI command: /process/inactivate XiZeroInelastic
1246
Applying /process/inactivate AntiXiZeroInelastic
1247
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
1248
Applying /process/inactivate OmegaMinusInelastic
1249
Apply G4UI command: /process/inactivate OmegaMinusInelastic
1250
Applying /process/inactivate AntiOmegaMinusInelastic
1251
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
1252
Applying /process/inactivate CHIPSNuclearCaptureAtRest
1253
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
1254
Applying /process/inactivate muMinusCaptureAtRest
1255
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
1256
Applying /process/inactivate DeuteronInelastic
1257
Apply G4UI command: /process/inactivate DeuteronInelastic
1258
Applying /process/inactivate TritonInelastic
1259
Apply G4UI command: /process/inactivate TritonInelastic
1260
Apply G4UI command: /process/inactivate Decay
1261
Setting the phase 
1262
Made 0 attempts to phase 0 cavities with 0 remaining
1263
MAUSPhysicsList::BeginOfRunAction() with
1264
  de model 0
1265
  msc model 0
1266
  hadronic model 0
1267
  particle decay 1
1268
  pi 1/2 life -1
1269
  mu 1/2 life -1
1270
Applying /run/setCut 0.5
1271
Apply G4UI command: /run/setCut 0.5
1272
Applying /process/eLoss/fluct true
1273
Apply G4UI command: /process/eLoss/fluct true
1274
Applying /process/activate muBrems
1275
Apply G4UI command: /process/activate muBrems
1276
Applying /process/activate hBrems
1277
Apply G4UI command: /process/activate hBrems
1278
Applying /process/activate eBrems
1279
Apply G4UI command: /process/activate eBrems
1280
 illegal process (or type) name 
1281
Applying /process/activate muPairProd
1282
Apply G4UI command: /process/activate muPairProd
1283
Applying /process/activate ePairProd
1284
Apply G4UI command: /process/activate ePairProd
1285
 illegal process (or type) name 
1286
Applying /process/activate hPairProd
1287
Apply G4UI command: /process/activate hPairProd
1288
Applying /process/activate muIoni
1289
Apply G4UI command: /process/activate muIoni
1290
Applying /process/activate hIoni
1291
Apply G4UI command: /process/activate hIoni
1292
Applying /process/activate eIoni
1293
Apply G4UI command: /process/activate eIoni
1294
Applying /process/activate muBrems
1295
Apply G4UI command: /process/activate muBrems
1296
Applying /process/activate hBrems
1297
Apply G4UI command: /process/activate hBrems
1298
Applying /process/activate eBrems
1299
Apply G4UI command: /process/activate eBrems
1300
 illegal process (or type) name 
1301
Applying /process/activate muPairProd
1302
Apply G4UI command: /process/activate muPairProd
1303
Applying /process/activate ePairProd
1304
Apply G4UI command: /process/activate ePairProd
1305
 illegal process (or type) name 
1306
Applying /process/activate hPairProd
1307
Apply G4UI command: /process/activate hPairProd
1308
Applying /process/activate ElectroNuclear
1309
Apply G4UI command: /process/activate ElectroNuclear
1310
Applying /process/activate msc
1311
Apply G4UI command: /process/activate msc
1312
Applying /process/activate PhotonInelastic
1313
Apply G4UI command: /process/activate PhotonInelastic
1314
Applying /process/activate ElectroNuclear
1315
Apply G4UI command: /process/activate ElectroNuclear
1316
Applying /process/activate PositronNuclear
1317
Apply G4UI command: /process/activate PositronNuclear
1318
Applying /process/activate hadElastic
1319
Apply G4UI command: /process/activate hadElastic
1320
Applying /process/activate hadElastic
1321
Apply G4UI command: /process/activate hadElastic
1322
Applying /process/activate hadElastic
1323
Apply G4UI command: /process/activate hadElastic
1324
Applying /process/activate hadElastic
1325
Apply G4UI command: /process/activate hadElastic
1326
Applying /process/activate hadElastic
1327
Apply G4UI command: /process/activate hadElastic
1328
Applying /process/activate hadElastic
1329
Apply G4UI command: /process/activate hadElastic
1330
Applying /process/activate hadElastic
1331
Apply G4UI command: /process/activate hadElastic
1332
Applying /process/activate hadElastic
1333
Apply G4UI command: /process/activate hadElastic
1334
Applying /process/activate hadElastic
1335
Apply G4UI command: /process/activate hadElastic
1336
Applying /process/activate hadElastic
1337
Apply G4UI command: /process/activate hadElastic
1338
Applying /process/activate hadElastic
1339
Apply G4UI command: /process/activate hadElastic
1340
Applying /process/activate hadElastic
1341
Apply G4UI command: /process/activate hadElastic
1342
Applying /process/activate hadElastic
1343
Apply G4UI command: /process/activate hadElastic
1344
Applying /process/activate hadElastic
1345
Apply G4UI command: /process/activate hadElastic
1346
Applying /process/activate hadElastic
1347
Apply G4UI command: /process/activate hadElastic
1348
Applying /process/activate hadElastic
1349
Apply G4UI command: /process/activate hadElastic
1350
Applying /process/activate hadElastic
1351
Apply G4UI command: /process/activate hadElastic
1352
Applying /process/activate hadElastic
1353
Apply G4UI command: /process/activate hadElastic
1354
Applying /process/activate hadElastic
1355
Apply G4UI command: /process/activate hadElastic
1356
Applying /process/activate hadElastic
1357
Apply G4UI command: /process/activate hadElastic
1358
Applying /process/activate hadElastic
1359
Apply G4UI command: /process/activate hadElastic
1360
Applying /process/activate hadElastic
1361
Apply G4UI command: /process/activate hadElastic
1362
Applying /process/activate hadElastic
1363
Apply G4UI command: /process/activate hadElastic
1364
Applying /process/activate hadElastic
1365
Apply G4UI command: /process/activate hadElastic
1366
Applying /process/activate hadElastic
1367
Apply G4UI command: /process/activate hadElastic
1368
Applying /process/activate hadElastic
1369
Apply G4UI command: /process/activate hadElastic
1370
Applying /process/activate hadElastic
1371
Apply G4UI command: /process/activate hadElastic
1372
Applying /process/activate hadElastic
1373
Apply G4UI command: /process/activate hadElastic
1374
Applying /process/activate NeutronInelastic
1375
Apply G4UI command: /process/activate NeutronInelastic
1376
Applying /process/activate nCapture
1377
Apply G4UI command: /process/activate nCapture
1378
Applying /process/activate nFission
1379
Apply G4UI command: /process/activate nFission
1380
Applying /process/activate ProtonInelastic
1381
Apply G4UI command: /process/activate ProtonInelastic
1382
Applying /process/activate PionPlusInelastic
1383
Apply G4UI command: /process/activate PionPlusInelastic
1384
Applying /process/activate PionMinusInelastic
1385
Apply G4UI command: /process/activate PionMinusInelastic
1386
Applying /process/activate KaonPlusInelastic
1387
Apply G4UI command: /process/activate KaonPlusInelastic
1388
Applying /process/activate KaonMinusInelastic
1389
Apply G4UI command: /process/activate KaonMinusInelastic
1390
Applying /process/activate KaonZeroLInelastic
1391
Apply G4UI command: /process/activate KaonZeroLInelastic
1392
Applying /process/activate KaonZeroSInelastic
1393
Apply G4UI command: /process/activate KaonZeroSInelastic
1394
Applying /process/activate AntiProtonInelastic
1395
Apply G4UI command: /process/activate AntiProtonInelastic
1396
Applying /process/activate AntiNeutronInelastic
1397
Apply G4UI command: /process/activate AntiNeutronInelastic
1398
Applying /process/activate LambdaInelastic
1399
Apply G4UI command: /process/activate LambdaInelastic
1400
Applying /process/activate AntiLambdaInelastic
1401
Apply G4UI command: /process/activate AntiLambdaInelastic
1402
Applying /process/activate SigmaMinusInelastic
1403
Apply G4UI command: /process/activate SigmaMinusInelastic
1404
Applying /process/activate AntiSigmaMinusInelastic
1405
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
1406
Applying /process/activate SigmaPlusInelastic
1407
Apply G4UI command: /process/activate SigmaPlusInelastic
1408
Applying /process/activate AntiSigmaPlusInelastic
1409
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
1410
Applying /process/activate XiMinusInelastic
1411
Apply G4UI command: /process/activate XiMinusInelastic
1412
Applying /process/activate AntiXiMinusInelastic
1413
Apply G4UI command: /process/activate AntiXiMinusInelastic
1414
Applying /process/activate XiZeroInelastic
1415
Apply G4UI command: /process/activate XiZeroInelastic
1416
Applying /process/activate AntiXiZeroInelastic
1417
Apply G4UI command: /process/activate AntiXiZeroInelastic
1418
Applying /process/activate OmegaMinusInelastic
1419
Apply G4UI command: /process/activate OmegaMinusInelastic
1420
Applying /process/activate AntiOmegaMinusInelastic
1421
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
1422
Applying /process/activate CHIPSNuclearCaptureAtRest
1423
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
1424
Applying /process/activate muMinusCaptureAtRest
1425
Apply G4UI command: /process/activate muMinusCaptureAtRest
1426
Applying /process/activate DeuteronInelastic
1427
Apply G4UI command: /process/activate DeuteronInelastic
1428
Applying /process/activate TritonInelastic
1429
Apply G4UI command: /process/activate TritonInelastic
1430
Apply G4UI command: /process/activate   Decay
1431
ok
1432
Check that Go executes okay with pipeline_single_thread dataflow. ... Globals manager
1433
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
1434
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
1435
Applying /run/setCut 1e+12
1436
Apply G4UI command: /run/setCut 1e+12
1437
Applying /process/eLoss/fluct false
1438
Apply G4UI command: /process/eLoss/fluct false
1439
Applying /process/activate muBrems
1440
Apply G4UI command: /process/activate muBrems
1441
Applying /process/activate hBrems
1442
Apply G4UI command: /process/activate hBrems
1443
Applying /process/activate eBrems
1444
Apply G4UI command: /process/activate eBrems
1445
 illegal process (or type) name 
1446
Applying /process/activate muPairProd
1447
Apply G4UI command: /process/activate muPairProd
1448
Applying /process/activate ePairProd
1449
Apply G4UI command: /process/activate ePairProd
1450
 illegal process (or type) name 
1451
Applying /process/activate hPairProd
1452
Apply G4UI command: /process/activate hPairProd
1453
Applying /process/activate muIoni
1454
Apply G4UI command: /process/activate muIoni
1455
Applying /process/activate hIoni
1456
Apply G4UI command: /process/activate hIoni
1457
Applying /process/activate eIoni
1458
Apply G4UI command: /process/activate eIoni
1459
Applying /process/inactivate muBrems
1460
Apply G4UI command: /process/inactivate muBrems
1461
Applying /process/inactivate hBrems
1462
Apply G4UI command: /process/inactivate hBrems
1463
Applying /process/inactivate eBrems
1464
Apply G4UI command: /process/inactivate eBrems
1465
 illegal process (or type) name 
1466
Applying /process/inactivate muPairProd
1467
Apply G4UI command: /process/inactivate muPairProd
1468
Applying /process/inactivate ePairProd
1469
Apply G4UI command: /process/inactivate ePairProd
1470
 illegal process (or type) name 
1471
Applying /process/inactivate hPairProd
1472
Apply G4UI command: /process/inactivate hPairProd
1473
Applying /process/inactivate ElectroNuclear
1474
Apply G4UI command: /process/inactivate ElectroNuclear
1475
Applying /process/inactivate msc
1476
Apply G4UI command: /process/inactivate msc
1477
Applying /process/inactivate PhotonInelastic
1478
Apply G4UI command: /process/inactivate PhotonInelastic
1479
Applying /process/inactivate ElectroNuclear
1480
Apply G4UI command: /process/inactivate ElectroNuclear
1481
Applying /process/inactivate PositronNuclear
1482
Apply G4UI command: /process/inactivate PositronNuclear
1483
Applying /process/inactivate hadElastic
1484
Apply G4UI command: /process/inactivate hadElastic
1485
Applying /process/inactivate hadElastic
1486
Apply G4UI command: /process/inactivate hadElastic
1487
Applying /process/inactivate hadElastic
1488
Apply G4UI command: /process/inactivate hadElastic
1489
Applying /process/inactivate hadElastic
1490
Apply G4UI command: /process/inactivate hadElastic
1491
Applying /process/inactivate hadElastic
1492
Apply G4UI command: /process/inactivate hadElastic
1493
Applying /process/inactivate hadElastic
1494
Apply G4UI command: /process/inactivate hadElastic
1495
Applying /process/inactivate hadElastic
1496
Apply G4UI command: /process/inactivate hadElastic
1497
Applying /process/inactivate hadElastic
1498
Apply G4UI command: /process/inactivate hadElastic
1499
Applying /process/inactivate hadElastic
1500
Apply G4UI command: /process/inactivate hadElastic
1501
Applying /process/inactivate hadElastic
1502
Apply G4UI command: /process/inactivate hadElastic
1503
Applying /process/inactivate hadElastic
1504
Apply G4UI command: /process/inactivate hadElastic
1505
Applying /process/inactivate hadElastic
1506
Apply G4UI command: /process/inactivate hadElastic
1507
Applying /process/inactivate hadElastic
1508
Apply G4UI command: /process/inactivate hadElastic
1509
Applying /process/inactivate hadElastic
1510
Apply G4UI command: /process/inactivate hadElastic
1511
Applying /process/inactivate hadElastic
1512
Apply G4UI command: /process/inactivate hadElastic
1513
Applying /process/inactivate hadElastic
1514
Apply G4UI command: /process/inactivate hadElastic
1515
Applying /process/inactivate hadElastic
1516
Apply G4UI command: /process/inactivate hadElastic
1517
Applying /process/inactivate hadElastic
1518
Apply G4UI command: /process/inactivate hadElastic
1519
Applying /process/inactivate hadElastic
1520
Apply G4UI command: /process/inactivate hadElastic
1521
Applying /process/inactivate hadElastic
1522
Apply G4UI command: /process/inactivate hadElastic
1523
Applying /process/inactivate hadElastic
1524
Apply G4UI command: /process/inactivate hadElastic
1525
Applying /process/inactivate hadElastic
1526
Apply G4UI command: /process/inactivate hadElastic
1527
Applying /process/inactivate hadElastic
1528
Apply G4UI command: /process/inactivate hadElastic
1529
Applying /process/inactivate hadElastic
1530
Apply G4UI command: /process/inactivate hadElastic
1531
Applying /process/inactivate hadElastic
1532
Apply G4UI command: /process/inactivate hadElastic
1533
Applying /process/inactivate hadElastic
1534
Apply G4UI command: /process/inactivate hadElastic
1535
Applying /process/inactivate hadElastic
1536
Apply G4UI command: /process/inactivate hadElastic
1537
Applying /process/inactivate hadElastic
1538
Apply G4UI command: /process/inactivate hadElastic
1539
Applying /process/inactivate NeutronInelastic
1540
Apply G4UI command: /process/inactivate NeutronInelastic
1541
Applying /process/inactivate nCapture
1542
Apply G4UI command: /process/inactivate nCapture
1543
Applying /process/inactivate nFission
1544
Apply G4UI command: /process/inactivate nFission
1545
Applying /process/inactivate ProtonInelastic
1546
Apply G4UI command: /process/inactivate ProtonInelastic
1547
Applying /process/inactivate PionPlusInelastic
1548
Apply G4UI command: /process/inactivate PionPlusInelastic
1549
Applying /process/inactivate PionMinusInelastic
1550
Apply G4UI command: /process/inactivate PionMinusInelastic
1551
Applying /process/inactivate KaonPlusInelastic
1552
Apply G4UI command: /process/inactivate KaonPlusInelastic
1553
Applying /process/inactivate KaonMinusInelastic
1554
Apply G4UI command: /process/inactivate KaonMinusInelastic
1555
Applying /process/inactivate KaonZeroLInelastic
1556
Apply G4UI command: /process/inactivate KaonZeroLInelastic
1557
Applying /process/inactivate KaonZeroSInelastic
1558
Apply G4UI command: /process/inactivate KaonZeroSInelastic
1559
Applying /process/inactivate AntiProtonInelastic
1560
Apply G4UI command: /process/inactivate AntiProtonInelastic
1561
Applying /process/inactivate AntiNeutronInelastic
1562
Apply G4UI command: /process/inactivate AntiNeutronInelastic
1563
Applying /process/inactivate LambdaInelastic
1564
Apply G4UI command: /process/inactivate LambdaInelastic
1565
Applying /process/inactivate AntiLambdaInelastic
1566
Apply G4UI command: /process/inactivate AntiLambdaInelastic
1567
Applying /process/inactivate SigmaMinusInelastic
1568
Apply G4UI command: /process/inactivate SigmaMinusInelastic
1569
Applying /process/inactivate AntiSigmaMinusInelastic
1570
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
1571
Applying /process/inactivate SigmaPlusInelastic
1572
Apply G4UI command: /process/inactivate SigmaPlusInelastic
1573
Applying /process/inactivate AntiSigmaPlusInelastic
1574
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
1575
Applying /process/inactivate XiMinusInelastic
1576
Apply G4UI command: /process/inactivate XiMinusInelastic
1577
Applying /process/inactivate AntiXiMinusInelastic
1578
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
1579
Applying /process/inactivate XiZeroInelastic
1580
Apply G4UI command: /process/inactivate XiZeroInelastic
1581
Applying /process/inactivate AntiXiZeroInelastic
1582
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
1583
Applying /process/inactivate OmegaMinusInelastic
1584
Apply G4UI command: /process/inactivate OmegaMinusInelastic
1585
Applying /process/inactivate AntiOmegaMinusInelastic
1586
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
1587
Applying /process/inactivate CHIPSNuclearCaptureAtRest
1588
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
1589
Applying /process/inactivate muMinusCaptureAtRest
1590
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
1591
Applying /process/inactivate DeuteronInelastic
1592
Apply G4UI command: /process/inactivate DeuteronInelastic
1593
Applying /process/inactivate TritonInelastic
1594
Apply G4UI command: /process/inactivate TritonInelastic
1595
Apply G4UI command: /process/inactivate Decay
1596
Setting the phase 
1597
Made 0 attempts to phase 0 cavities with 0 remaining
1598
MAUSPhysicsList::BeginOfRunAction() with
1599
  de model 0
1600
  msc model 0
1601
  hadronic model 0
1602
  particle decay 1
1603
  pi 1/2 life -1
1604
  mu 1/2 life -1
1605
Applying /run/setCut 0.5
1606
Apply G4UI command: /run/setCut 0.5
1607
Applying /process/eLoss/fluct true
1608
Apply G4UI command: /process/eLoss/fluct true
1609
Applying /process/activate muBrems
1610
Apply G4UI command: /process/activate muBrems
1611
Applying /process/activate hBrems
1612
Apply G4UI command: /process/activate hBrems
1613
Applying /process/activate eBrems
1614
Apply G4UI command: /process/activate eBrems
1615
 illegal process (or type) name 
1616
Applying /process/activate muPairProd
1617
Apply G4UI command: /process/activate muPairProd
1618
Applying /process/activate ePairProd
1619
Apply G4UI command: /process/activate ePairProd
1620
 illegal process (or type) name 
1621
Applying /process/activate hPairProd
1622
Apply G4UI command: /process/activate hPairProd
1623
Applying /process/activate muIoni
1624
Apply G4UI command: /process/activate muIoni
1625
Applying /process/activate hIoni
1626
Apply G4UI command: /process/activate hIoni
1627
Applying /process/activate eIoni
1628
Apply G4UI command: /process/activate eIoni
1629
Applying /process/activate muBrems
1630
Apply G4UI command: /process/activate muBrems
1631
Applying /process/activate hBrems
1632
Apply G4UI command: /process/activate hBrems
1633
Applying /process/activate eBrems
1634
Apply G4UI command: /process/activate eBrems
1635
 illegal process (or type) name 
1636
Applying /process/activate muPairProd
1637
Apply G4UI command: /process/activate muPairProd
1638
Applying /process/activate ePairProd
1639
Apply G4UI command: /process/activate ePairProd
1640
 illegal process (or type) name 
1641
Applying /process/activate hPairProd
1642
Apply G4UI command: /process/activate hPairProd
1643
Applying /process/activate ElectroNuclear
1644
Apply G4UI command: /process/activate ElectroNuclear
1645
Applying /process/activate msc
1646
Apply G4UI command: /process/activate msc
1647
Applying /process/activate PhotonInelastic
1648
Apply G4UI command: /process/activate PhotonInelastic
1649
Applying /process/activate ElectroNuclear
1650
Apply G4UI command: /process/activate ElectroNuclear
1651
Applying /process/activate PositronNuclear
1652
Apply G4UI command: /process/activate PositronNuclear
1653
Applying /process/activate hadElastic
1654
Apply G4UI command: /process/activate hadElastic
1655
Applying /process/activate hadElastic
1656
Apply G4UI command: /process/activate hadElastic
1657
Applying /process/activate hadElastic
1658
Apply G4UI command: /process/activate hadElastic
1659
Applying /process/activate hadElastic
1660
Apply G4UI command: /process/activate hadElastic
1661
Applying /process/activate hadElastic
1662
Apply G4UI command: /process/activate hadElastic
1663
Applying /process/activate hadElastic
1664
Apply G4UI command: /process/activate hadElastic
1665
Applying /process/activate hadElastic
1666
Apply G4UI command: /process/activate hadElastic
1667
Applying /process/activate hadElastic
1668
Apply G4UI command: /process/activate hadElastic
1669
Applying /process/activate hadElastic
1670
Apply G4UI command: /process/activate hadElastic
1671
Applying /process/activate hadElastic
1672
Apply G4UI command: /process/activate hadElastic
1673
Applying /process/activate hadElastic
1674
Apply G4UI command: /process/activate hadElastic
1675
Applying /process/activate hadElastic
1676
Apply G4UI command: /process/activate hadElastic
1677
Applying /process/activate hadElastic
1678
Apply G4UI command: /process/activate hadElastic
1679
Applying /process/activate hadElastic
1680
Apply G4UI command: /process/activate hadElastic
1681
Applying /process/activate hadElastic
1682
Apply G4UI command: /process/activate hadElastic
1683
Applying /process/activate hadElastic
1684
Apply G4UI command: /process/activate hadElastic
1685
Applying /process/activate hadElastic
1686
Apply G4UI command: /process/activate hadElastic
1687
Applying /process/activate hadElastic
1688
Apply G4UI command: /process/activate hadElastic
1689
Applying /process/activate hadElastic
1690
Apply G4UI command: /process/activate hadElastic
1691
Applying /process/activate hadElastic
1692
Apply G4UI command: /process/activate hadElastic
1693
Applying /process/activate hadElastic
1694
Apply G4UI command: /process/activate hadElastic
1695
Applying /process/activate hadElastic
1696
Apply G4UI command: /process/activate hadElastic
1697
Applying /process/activate hadElastic
1698
Apply G4UI command: /process/activate hadElastic
1699
Applying /process/activate hadElastic
1700
Apply G4UI command: /process/activate hadElastic
1701
Applying /process/activate hadElastic
1702
Apply G4UI command: /process/activate hadElastic
1703
Applying /process/activate hadElastic
1704
Apply G4UI command: /process/activate hadElastic
1705
Applying /process/activate hadElastic
1706
Apply G4UI command: /process/activate hadElastic
1707
Applying /process/activate hadElastic
1708
Apply G4UI command: /process/activate hadElastic
1709
Applying /process/activate NeutronInelastic
1710
Apply G4UI command: /process/activate NeutronInelastic
1711
Applying /process/activate nCapture
1712
Apply G4UI command: /process/activate nCapture
1713
Applying /process/activate nFission
1714
Apply G4UI command: /process/activate nFission
1715
Applying /process/activate ProtonInelastic
1716
Apply G4UI command: /process/activate ProtonInelastic
1717
Applying /process/activate PionPlusInelastic
1718
Apply G4UI command: /process/activate PionPlusInelastic
1719
Applying /process/activate PionMinusInelastic
1720
Apply G4UI command: /process/activate PionMinusInelastic
1721
Applying /process/activate KaonPlusInelastic
1722
Apply G4UI command: /process/activate KaonPlusInelastic
1723
Applying /process/activate KaonMinusInelastic
1724
Apply G4UI command: /process/activate KaonMinusInelastic
1725
Applying /process/activate KaonZeroLInelastic
1726
Apply G4UI command: /process/activate KaonZeroLInelastic
1727
Applying /process/activate KaonZeroSInelastic
1728
Apply G4UI command: /process/activate KaonZeroSInelastic
1729
Applying /process/activate AntiProtonInelastic
1730
Apply G4UI command: /process/activate AntiProtonInelastic
1731
Applying /process/activate AntiNeutronInelastic
1732
Apply G4UI command: /process/activate AntiNeutronInelastic
1733
Applying /process/activate LambdaInelastic
1734
Apply G4UI command: /process/activate LambdaInelastic
1735
Applying /process/activate AntiLambdaInelastic
1736
Apply G4UI command: /process/activate AntiLambdaInelastic
1737
Applying /process/activate SigmaMinusInelastic
1738
Apply G4UI command: /process/activate SigmaMinusInelastic
1739
Applying /process/activate AntiSigmaMinusInelastic
1740
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
1741
Applying /process/activate SigmaPlusInelastic
1742
Apply G4UI command: /process/activate SigmaPlusInelastic
1743
Applying /process/activate AntiSigmaPlusInelastic
1744
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
1745
Applying /process/activate XiMinusInelastic
1746
Apply G4UI command: /process/activate XiMinusInelastic
1747
Applying /process/activate AntiXiMinusInelastic
1748
Apply G4UI command: /process/activate AntiXiMinusInelastic
1749
Applying /process/activate XiZeroInelastic
1750
Apply G4UI command: /process/activate XiZeroInelastic
1751
Applying /process/activate AntiXiZeroInelastic
1752
Apply G4UI command: /process/activate AntiXiZeroInelastic
1753
Applying /process/activate OmegaMinusInelastic
1754
Apply G4UI command: /process/activate OmegaMinusInelastic
1755
Applying /process/activate AntiOmegaMinusInelastic
1756
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
1757
Applying /process/activate CHIPSNuclearCaptureAtRest
1758
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
1759
Applying /process/activate muMinusCaptureAtRest
1760
Apply G4UI command: /process/activate muMinusCaptureAtRest
1761
Applying /process/activate DeuteronInelastic
1762
Apply G4UI command: /process/activate DeuteronInelastic
1763
Applying /process/activate TritonInelastic
1764
Apply G4UI command: /process/activate TritonInelastic
1765
Apply G4UI command: /process/activate   Decay
1766
ok
1767
Make sure get_possible_dataflows() doesn't return nonsense ... ok
1768
Check that initialisation of MAUS is okay ... ok
1769
Check that Go raises error with bad input. ... Globals manager
1770
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
1771
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
1772
Applying /run/setCut 1e+12
1773
Apply G4UI command: /run/setCut 1e+12
1774
Applying /process/eLoss/fluct false
1775
Apply G4UI command: /process/eLoss/fluct false
1776
Applying /process/activate muBrems
1777
Apply G4UI command: /process/activate muBrems
1778
Applying /process/activate hBrems
1779
Apply G4UI command: /process/activate hBrems
1780
Applying /process/activate eBrems
1781
Apply G4UI command: /process/activate eBrems
1782
 illegal process (or type) name 
1783
Applying /process/activate muPairProd
1784
Apply G4UI command: /process/activate muPairProd
1785
Applying /process/activate ePairProd
1786
Apply G4UI command: /process/activate ePairProd
1787
 illegal process (or type) name 
1788
Applying /process/activate hPairProd
1789
Apply G4UI command: /process/activate hPairProd
1790
Applying /process/activate muIoni
1791
Apply G4UI command: /process/activate muIoni
1792
Applying /process/activate hIoni
1793
Apply G4UI command: /process/activate hIoni
1794
Applying /process/activate eIoni
1795
Apply G4UI command: /process/activate eIoni
1796
Applying /process/inactivate muBrems
1797
Apply G4UI command: /process/inactivate muBrems
1798
Applying /process/inactivate hBrems
1799
Apply G4UI command: /process/inactivate hBrems
1800
Applying /process/inactivate eBrems
1801
Apply G4UI command: /process/inactivate eBrems
1802
 illegal process (or type) name 
1803
Applying /process/inactivate muPairProd
1804
Apply G4UI command: /process/inactivate muPairProd
1805
Applying /process/inactivate ePairProd
1806
Apply G4UI command: /process/inactivate ePairProd
1807
 illegal process (or type) name 
1808
Applying /process/inactivate hPairProd
1809
Apply G4UI command: /process/inactivate hPairProd
1810
Applying /process/inactivate ElectroNuclear
1811
Apply G4UI command: /process/inactivate ElectroNuclear
1812
Applying /process/inactivate msc
1813
Apply G4UI command: /process/inactivate msc
1814
Applying /process/inactivate PhotonInelastic
1815
Apply G4UI command: /process/inactivate PhotonInelastic
1816
Applying /process/inactivate ElectroNuclear
1817
Apply G4UI command: /process/inactivate ElectroNuclear
1818
Applying /process/inactivate PositronNuclear
1819
Apply G4UI command: /process/inactivate PositronNuclear
1820
Applying /process/inactivate hadElastic
1821
Apply G4UI command: /process/inactivate hadElastic
1822
Applying /process/inactivate hadElastic
1823
Apply G4UI command: /process/inactivate hadElastic
1824
Applying /process/inactivate hadElastic
1825
Apply G4UI command: /process/inactivate hadElastic
1826
Applying /process/inactivate hadElastic
1827
Apply G4UI command: /process/inactivate hadElastic
1828
Applying /process/inactivate hadElastic
1829
Apply G4UI command: /process/inactivate hadElastic
1830
Applying /process/inactivate hadElastic
1831
Apply G4UI command: /process/inactivate hadElastic
1832
Applying /process/inactivate hadElastic
1833
Apply G4UI command: /process/inactivate hadElastic
1834
Applying /process/inactivate hadElastic
1835
Apply G4UI command: /process/inactivate hadElastic
1836
Applying /process/inactivate hadElastic
1837
Apply G4UI command: /process/inactivate hadElastic
1838
Applying /process/inactivate hadElastic
1839
Apply G4UI command: /process/inactivate hadElastic
1840
Applying /process/inactivate hadElastic
1841
Apply G4UI command: /process/inactivate hadElastic
1842
Applying /process/inactivate hadElastic
1843
Apply G4UI command: /process/inactivate hadElastic
1844
Applying /process/inactivate hadElastic
1845
Apply G4UI command: /process/inactivate hadElastic
1846
Applying /process/inactivate hadElastic
1847
Apply G4UI command: /process/inactivate hadElastic
1848
Applying /process/inactivate hadElastic
1849
Apply G4UI command: /process/inactivate hadElastic
1850
Applying /process/inactivate hadElastic
1851
Apply G4UI command: /process/inactivate hadElastic
1852
Applying /process/inactivate hadElastic
1853
Apply G4UI command: /process/inactivate hadElastic
1854
Applying /process/inactivate hadElastic
1855
Apply G4UI command: /process/inactivate hadElastic
1856
Applying /process/inactivate hadElastic
1857
Apply G4UI command: /process/inactivate hadElastic
1858
Applying /process/inactivate hadElastic
1859
Apply G4UI command: /process/inactivate hadElastic
1860
Applying /process/inactivate hadElastic
1861
Apply G4UI command: /process/inactivate hadElastic
1862
Applying /process/inactivate hadElastic
1863
Apply G4UI command: /process/inactivate hadElastic
1864
Applying /process/inactivate hadElastic
1865
Apply G4UI command: /process/inactivate hadElastic
1866
Applying /process/inactivate hadElastic
1867
Apply G4UI command: /process/inactivate hadElastic
1868
Applying /process/inactivate hadElastic
1869
Apply G4UI command: /process/inactivate hadElastic
1870
Applying /process/inactivate hadElastic
1871
Apply G4UI command: /process/inactivate hadElastic
1872
Applying /process/inactivate hadElastic
1873
Apply G4UI command: /process/inactivate hadElastic
1874
Applying /process/inactivate hadElastic
1875
Apply G4UI command: /process/inactivate hadElastic
1876
Applying /process/inactivate NeutronInelastic
1877
Apply G4UI command: /process/inactivate NeutronInelastic
1878
Applying /process/inactivate nCapture
1879
Apply G4UI command: /process/inactivate nCapture
1880
Applying /process/inactivate nFission
1881
Apply G4UI command: /process/inactivate nFission
1882
Applying /process/inactivate ProtonInelastic
1883
Apply G4UI command: /process/inactivate ProtonInelastic
1884
Applying /process/inactivate PionPlusInelastic
1885
Apply G4UI command: /process/inactivate PionPlusInelastic
1886
Applying /process/inactivate PionMinusInelastic
1887
Apply G4UI command: /process/inactivate PionMinusInelastic
1888
Applying /process/inactivate KaonPlusInelastic
1889
Apply G4UI command: /process/inactivate KaonPlusInelastic
1890
Applying /process/inactivate KaonMinusInelastic
1891
Apply G4UI command: /process/inactivate KaonMinusInelastic
1892
Applying /process/inactivate KaonZeroLInelastic
1893
Apply G4UI command: /process/inactivate KaonZeroLInelastic
1894
Applying /process/inactivate KaonZeroSInelastic
1895
Apply G4UI command: /process/inactivate KaonZeroSInelastic
1896
Applying /process/inactivate AntiProtonInelastic
1897
Apply G4UI command: /process/inactivate AntiProtonInelastic
1898
Applying /process/inactivate AntiNeutronInelastic
1899
Apply G4UI command: /process/inactivate AntiNeutronInelastic
1900
Applying /process/inactivate LambdaInelastic
1901
Apply G4UI command: /process/inactivate LambdaInelastic
1902
Applying /process/inactivate AntiLambdaInelastic
1903
Apply G4UI command: /process/inactivate AntiLambdaInelastic
1904
Applying /process/inactivate SigmaMinusInelastic
1905
Apply G4UI command: /process/inactivate SigmaMinusInelastic
1906
Applying /process/inactivate AntiSigmaMinusInelastic
1907
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
1908
Applying /process/inactivate SigmaPlusInelastic
1909
Apply G4UI command: /process/inactivate SigmaPlusInelastic
1910
Applying /process/inactivate AntiSigmaPlusInelastic
1911
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
1912
Applying /process/inactivate XiMinusInelastic
1913
Apply G4UI command: /process/inactivate XiMinusInelastic
1914
Applying /process/inactivate AntiXiMinusInelastic
1915
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
1916
Applying /process/inactivate XiZeroInelastic
1917
Apply G4UI command: /process/inactivate XiZeroInelastic
1918
Applying /process/inactivate AntiXiZeroInelastic
1919
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
1920
Applying /process/inactivate OmegaMinusInelastic
1921
Apply G4UI command: /process/inactivate OmegaMinusInelastic
1922
Applying /process/inactivate AntiOmegaMinusInelastic
1923
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
1924
Applying /process/inactivate CHIPSNuclearCaptureAtRest
1925
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
1926
Applying /process/inactivate muMinusCaptureAtRest
1927
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
1928
Applying /process/inactivate DeuteronInelastic
1929
Apply G4UI command: /process/inactivate DeuteronInelastic
1930
Applying /process/inactivate TritonInelastic
1931
Apply G4UI command: /process/inactivate TritonInelastic
1932
Apply G4UI command: /process/inactivate Decay
1933
Setting the phase 
1934
Made 0 attempts to phase 0 cavities with 0 remaining
1935
MAUSPhysicsList::BeginOfRunAction() with
1936
  de model 0
1937
  msc model 0
1938
  hadronic model 0
1939
  particle decay 1
1940
  pi 1/2 life -1
1941
  mu 1/2 life -1
1942
Applying /run/setCut 0.5
1943
Apply G4UI command: /run/setCut 0.5
1944
Applying /process/eLoss/fluct true
1945
Apply G4UI command: /process/eLoss/fluct true
1946
Applying /process/activate muBrems
1947
Apply G4UI command: /process/activate muBrems
1948
Applying /process/activate hBrems
1949
Apply G4UI command: /process/activate hBrems
1950
Applying /process/activate eBrems
1951
Apply G4UI command: /process/activate eBrems
1952
 illegal process (or type) name 
1953
Applying /process/activate muPairProd
1954
Apply G4UI command: /process/activate muPairProd
1955
Applying /process/activate ePairProd
1956
Apply G4UI command: /process/activate ePairProd
1957
 illegal process (or type) name 
1958
Applying /process/activate hPairProd
1959
Apply G4UI command: /process/activate hPairProd
1960
Applying /process/activate muIoni
1961
Apply G4UI command: /process/activate muIoni
1962
Applying /process/activate hIoni
1963
Apply G4UI command: /process/activate hIoni
1964
Applying /process/activate eIoni
1965
Apply G4UI command: /process/activate eIoni
1966
Applying /process/activate muBrems
1967
Apply G4UI command: /process/activate muBrems
1968
Applying /process/activate hBrems
1969
Apply G4UI command: /process/activate hBrems
1970
Applying /process/activate eBrems
1971
Apply G4UI command: /process/activate eBrems
1972
 illegal process (or type) name 
1973
Applying /process/activate muPairProd
1974
Apply G4UI command: /process/activate muPairProd
1975
Applying /process/activate ePairProd
1976
Apply G4UI command: /process/activate ePairProd
1977
 illegal process (or type) name 
1978
Applying /process/activate hPairProd
1979
Apply G4UI command: /process/activate hPairProd
1980
Applying /process/activate ElectroNuclear
1981
Apply G4UI command: /process/activate ElectroNuclear
1982
Applying /process/activate msc
1983
Apply G4UI command: /process/activate msc
1984
Applying /process/activate PhotonInelastic
1985
Apply G4UI command: /process/activate PhotonInelastic
1986
Applying /process/activate ElectroNuclear
1987
Apply G4UI command: /process/activate ElectroNuclear
1988
Applying /process/activate PositronNuclear
1989
Apply G4UI command: /process/activate PositronNuclear
1990
Applying /process/activate hadElastic
1991
Apply G4UI command: /process/activate hadElastic
1992
Applying /process/activate hadElastic
1993
Apply G4UI command: /process/activate hadElastic
1994
Applying /process/activate hadElastic
1995
Apply G4UI command: /process/activate hadElastic
1996
Applying /process/activate hadElastic
1997
Apply G4UI command: /process/activate hadElastic
1998
Applying /process/activate hadElastic
1999
Apply G4UI command: /process/activate hadElastic
2000
Applying /process/activate hadElastic
2001
Apply G4UI command: /process/activate hadElastic
2002
Applying /process/activate hadElastic
2003
Apply G4UI command: /process/activate hadElastic
2004
Applying /process/activate hadElastic
2005
Apply G4UI command: /process/activate hadElastic
2006
Applying /process/activate hadElastic
2007
Apply G4UI command: /process/activate hadElastic
2008
Applying /process/activate hadElastic
2009
Apply G4UI command: /process/activate hadElastic
2010
Applying /process/activate hadElastic
2011
Apply G4UI command: /process/activate hadElastic
2012
Applying /process/activate hadElastic
2013
Apply G4UI command: /process/activate hadElastic
2014
Applying /process/activate hadElastic
2015
Apply G4UI command: /process/activate hadElastic
2016
Applying /process/activate hadElastic
2017
Apply G4UI command: /process/activate hadElastic
2018
Applying /process/activate hadElastic
2019
Apply G4UI command: /process/activate hadElastic
2020
Applying /process/activate hadElastic
2021
Apply G4UI command: /process/activate hadElastic
2022
Applying /process/activate hadElastic
2023
Apply G4UI command: /process/activate hadElastic
2024
Applying /process/activate hadElastic
2025
Apply G4UI command: /process/activate hadElastic
2026
Applying /process/activate hadElastic
2027
Apply G4UI command: /process/activate hadElastic
2028
Applying /process/activate hadElastic
2029
Apply G4UI command: /process/activate hadElastic
2030
Applying /process/activate hadElastic
2031
Apply G4UI command: /process/activate hadElastic
2032
Applying /process/activate hadElastic
2033
Apply G4UI command: /process/activate hadElastic
2034
Applying /process/activate hadElastic
2035
Apply G4UI command: /process/activate hadElastic
2036
Applying /process/activate hadElastic
2037
Apply G4UI command: /process/activate hadElastic
2038
Applying /process/activate hadElastic
2039
Apply G4UI command: /process/activate hadElastic
2040
Applying /process/activate hadElastic
2041
Apply G4UI command: /process/activate hadElastic
2042
Applying /process/activate hadElastic
2043
Apply G4UI command: /process/activate hadElastic
2044
Applying /process/activate hadElastic
2045
Apply G4UI command: /process/activate hadElastic
2046
Applying /process/activate NeutronInelastic
2047
Apply G4UI command: /process/activate NeutronInelastic
2048
Applying /process/activate nCapture
2049
Apply G4UI command: /process/activate nCapture
2050
Applying /process/activate nFission
2051
Apply G4UI command: /process/activate nFission
2052
Applying /process/activate ProtonInelastic
2053
Apply G4UI command: /process/activate ProtonInelastic
2054
Applying /process/activate PionPlusInelastic
2055
Apply G4UI command: /process/activate PionPlusInelastic
2056
Applying /process/activate PionMinusInelastic
2057
Apply G4UI command: /process/activate PionMinusInelastic
2058
Applying /process/activate KaonPlusInelastic
2059
Apply G4UI command: /process/activate KaonPlusInelastic
2060
Applying /process/activate KaonMinusInelastic
2061
Apply G4UI command: /process/activate KaonMinusInelastic
2062
Applying /process/activate KaonZeroLInelastic
2063
Apply G4UI command: /process/activate KaonZeroLInelastic
2064
Applying /process/activate KaonZeroSInelastic
2065
Apply G4UI command: /process/activate KaonZeroSInelastic
2066
Applying /process/activate AntiProtonInelastic
2067
Apply G4UI command: /process/activate AntiProtonInelastic
2068
Applying /process/activate AntiNeutronInelastic
2069
Apply G4UI command: /process/activate AntiNeutronInelastic
2070
Applying /process/activate LambdaInelastic
2071
Apply G4UI command: /process/activate LambdaInelastic
2072
Applying /process/activate AntiLambdaInelastic
2073
Apply G4UI command: /process/activate AntiLambdaInelastic
2074
Applying /process/activate SigmaMinusInelastic
2075
Apply G4UI command: /process/activate SigmaMinusInelastic
2076
Applying /process/activate AntiSigmaMinusInelastic
2077
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
2078
Applying /process/activate SigmaPlusInelastic
2079
Apply G4UI command: /process/activate SigmaPlusInelastic
2080
Applying /process/activate AntiSigmaPlusInelastic
2081
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
2082
Applying /process/activate XiMinusInelastic
2083
Apply G4UI command: /process/activate XiMinusInelastic
2084
Applying /process/activate AntiXiMinusInelastic
2085
Apply G4UI command: /process/activate AntiXiMinusInelastic
2086
Applying /process/activate XiZeroInelastic
2087
Apply G4UI command: /process/activate XiZeroInelastic
2088
Applying /process/activate AntiXiZeroInelastic
2089
Apply G4UI command: /process/activate AntiXiZeroInelastic
2090
Applying /process/activate OmegaMinusInelastic
2091
Apply G4UI command: /process/activate OmegaMinusInelastic
2092
Applying /process/activate AntiOmegaMinusInelastic
2093
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
2094
Applying /process/activate CHIPSNuclearCaptureAtRest
2095
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
2096
Applying /process/activate muMinusCaptureAtRest
2097
Apply G4UI command: /process/activate muMinusCaptureAtRest
2098
Applying /process/activate DeuteronInelastic
2099
Apply G4UI command: /process/activate DeuteronInelastic
2100
Applying /process/activate TritonInelastic
2101
Apply G4UI command: /process/activate TritonInelastic
2102
Apply G4UI command: /process/activate   Decay
2103
ok
2104
Check that Go raises error with bad transformer. ... Globals manager
2105
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
2106
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
2107
Applying /run/setCut 1e+12
2108
Apply G4UI command: /run/setCut 1e+12
2109
Applying /process/eLoss/fluct false
2110
Apply G4UI command: /process/eLoss/fluct false
2111
Applying /process/activate muBrems
2112
Apply G4UI command: /process/activate muBrems
2113
Applying /process/activate hBrems
2114
Apply G4UI command: /process/activate hBrems
2115
Applying /process/activate eBrems
2116
Apply G4UI command: /process/activate eBrems
2117
 illegal process (or type) name 
2118
Applying /process/activate muPairProd
2119
Apply G4UI command: /process/activate muPairProd
2120
Applying /process/activate ePairProd
2121
Apply G4UI command: /process/activate ePairProd
2122
 illegal process (or type) name 
2123
Applying /process/activate hPairProd
2124
Apply G4UI command: /process/activate hPairProd
2125
Applying /process/activate muIoni
2126
Apply G4UI command: /process/activate muIoni
2127
Applying /process/activate hIoni
2128
Apply G4UI command: /process/activate hIoni
2129
Applying /process/activate eIoni
2130
Apply G4UI command: /process/activate eIoni
2131
Applying /process/inactivate muBrems
2132
Apply G4UI command: /process/inactivate muBrems
2133
Applying /process/inactivate hBrems
2134
Apply G4UI command: /process/inactivate hBrems
2135
Applying /process/inactivate eBrems
2136
Apply G4UI command: /process/inactivate eBrems
2137
 illegal process (or type) name 
2138
Applying /process/inactivate muPairProd
2139
Apply G4UI command: /process/inactivate muPairProd
2140
Applying /process/inactivate ePairProd
2141
Apply G4UI command: /process/inactivate ePairProd
2142
 illegal process (or type) name 
2143
Applying /process/inactivate hPairProd
2144
Apply G4UI command: /process/inactivate hPairProd
2145
Applying /process/inactivate ElectroNuclear
2146
Apply G4UI command: /process/inactivate ElectroNuclear
2147
Applying /process/inactivate msc
2148
Apply G4UI command: /process/inactivate msc
2149
Applying /process/inactivate PhotonInelastic
2150
Apply G4UI command: /process/inactivate PhotonInelastic
2151
Applying /process/inactivate ElectroNuclear
2152
Apply G4UI command: /process/inactivate ElectroNuclear
2153
Applying /process/inactivate PositronNuclear
2154
Apply G4UI command: /process/inactivate PositronNuclear
2155
Applying /process/inactivate hadElastic
2156
Apply G4UI command: /process/inactivate hadElastic
2157
Applying /process/inactivate hadElastic
2158
Apply G4UI command: /process/inactivate hadElastic
2159
Applying /process/inactivate hadElastic
2160
Apply G4UI command: /process/inactivate hadElastic
2161
Applying /process/inactivate hadElastic
2162
Apply G4UI command: /process/inactivate hadElastic
2163
Applying /process/inactivate hadElastic
2164
Apply G4UI command: /process/inactivate hadElastic
2165
Applying /process/inactivate hadElastic
2166
Apply G4UI command: /process/inactivate hadElastic
2167
Applying /process/inactivate hadElastic
2168
Apply G4UI command: /process/inactivate hadElastic
2169
Applying /process/inactivate hadElastic
2170
Apply G4UI command: /process/inactivate hadElastic
2171
Applying /process/inactivate hadElastic
2172
Apply G4UI command: /process/inactivate hadElastic
2173
Applying /process/inactivate hadElastic
2174
Apply G4UI command: /process/inactivate hadElastic
2175
Applying /process/inactivate hadElastic
2176
Apply G4UI command: /process/inactivate hadElastic
2177
Applying /process/inactivate hadElastic
2178
Apply G4UI command: /process/inactivate hadElastic
2179
Applying /process/inactivate hadElastic
2180
Apply G4UI command: /process/inactivate hadElastic
2181
Applying /process/inactivate hadElastic
2182
Apply G4UI command: /process/inactivate hadElastic
2183
Applying /process/inactivate hadElastic
2184
Apply G4UI command: /process/inactivate hadElastic
2185
Applying /process/inactivate hadElastic
2186
Apply G4UI command: /process/inactivate hadElastic
2187
Applying /process/inactivate hadElastic
2188
Apply G4UI command: /process/inactivate hadElastic
2189
Applying /process/inactivate hadElastic
2190
Apply G4UI command: /process/inactivate hadElastic
2191
Applying /process/inactivate hadElastic
2192
Apply G4UI command: /process/inactivate hadElastic
2193
Applying /process/inactivate hadElastic
2194
Apply G4UI command: /process/inactivate hadElastic
2195
Applying /process/inactivate hadElastic
2196
Apply G4UI command: /process/inactivate hadElastic
2197
Applying /process/inactivate hadElastic
2198
Apply G4UI command: /process/inactivate hadElastic
2199
Applying /process/inactivate hadElastic
2200
Apply G4UI command: /process/inactivate hadElastic
2201
Applying /process/inactivate hadElastic
2202
Apply G4UI command: /process/inactivate hadElastic
2203
Applying /process/inactivate hadElastic
2204
Apply G4UI command: /process/inactivate hadElastic
2205
Applying /process/inactivate hadElastic
2206
Apply G4UI command: /process/inactivate hadElastic
2207
Applying /process/inactivate hadElastic
2208
Apply G4UI command: /process/inactivate hadElastic
2209
Applying /process/inactivate hadElastic
2210
Apply G4UI command: /process/inactivate hadElastic
2211
Applying /process/inactivate NeutronInelastic
2212
Apply G4UI command: /process/inactivate NeutronInelastic
2213
Applying /process/inactivate nCapture
2214
Apply G4UI command: /process/inactivate nCapture
2215
Applying /process/inactivate nFission
2216
Apply G4UI command: /process/inactivate nFission
2217
Applying /process/inactivate ProtonInelastic
2218
Apply G4UI command: /process/inactivate ProtonInelastic
2219
Applying /process/inactivate PionPlusInelastic
2220
Apply G4UI command: /process/inactivate PionPlusInelastic
2221
Applying /process/inactivate PionMinusInelastic
2222
Apply G4UI command: /process/inactivate PionMinusInelastic
2223
Applying /process/inactivate KaonPlusInelastic
2224
Apply G4UI command: /process/inactivate KaonPlusInelastic
2225
Applying /process/inactivate KaonMinusInelastic
2226
Apply G4UI command: /process/inactivate KaonMinusInelastic
2227
Applying /process/inactivate KaonZeroLInelastic
2228
Apply G4UI command: /process/inactivate KaonZeroLInelastic
2229
Applying /process/inactivate KaonZeroSInelastic
2230
Apply G4UI command: /process/inactivate KaonZeroSInelastic
2231
Applying /process/inactivate AntiProtonInelastic
2232
Apply G4UI command: /process/inactivate AntiProtonInelastic
2233
Applying /process/inactivate AntiNeutronInelastic
2234
Apply G4UI command: /process/inactivate AntiNeutronInelastic
2235
Applying /process/inactivate LambdaInelastic
2236
Apply G4UI command: /process/inactivate LambdaInelastic
2237
Applying /process/inactivate AntiLambdaInelastic
2238
Apply G4UI command: /process/inactivate AntiLambdaInelastic
2239
Applying /process/inactivate SigmaMinusInelastic
2240
Apply G4UI command: /process/inactivate SigmaMinusInelastic
2241
Applying /process/inactivate AntiSigmaMinusInelastic
2242
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
2243
Applying /process/inactivate SigmaPlusInelastic
2244
Apply G4UI command: /process/inactivate SigmaPlusInelastic
2245
Applying /process/inactivate AntiSigmaPlusInelastic
2246
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
2247
Applying /process/inactivate XiMinusInelastic
2248
Apply G4UI command: /process/inactivate XiMinusInelastic
2249
Applying /process/inactivate AntiXiMinusInelastic
2250
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
2251
Applying /process/inactivate XiZeroInelastic
2252
Apply G4UI command: /process/inactivate XiZeroInelastic
2253
Applying /process/inactivate AntiXiZeroInelastic
2254
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
2255
Applying /process/inactivate OmegaMinusInelastic
2256
Apply G4UI command: /process/inactivate OmegaMinusInelastic
2257
Applying /process/inactivate AntiOmegaMinusInelastic
2258
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
2259
Applying /process/inactivate CHIPSNuclearCaptureAtRest
2260
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
2261
Applying /process/inactivate muMinusCaptureAtRest
2262
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
2263
Applying /process/inactivate DeuteronInelastic
2264
Apply G4UI command: /process/inactivate DeuteronInelastic
2265
Applying /process/inactivate TritonInelastic
2266
Apply G4UI command: /process/inactivate TritonInelastic
2267
Apply G4UI command: /process/inactivate Decay
2268
Setting the phase 
2269
Made 0 attempts to phase 0 cavities with 0 remaining
2270
MAUSPhysicsList::BeginOfRunAction() with
2271
  de model 0
2272
  msc model 0
2273
  hadronic model 0
2274
  particle decay 1
2275
  pi 1/2 life -1
2276
  mu 1/2 life -1
2277
Applying /run/setCut 0.5
2278
Apply G4UI command: /run/setCut 0.5
2279
Applying /process/eLoss/fluct true
2280
Apply G4UI command: /process/eLoss/fluct true
2281
Applying /process/activate muBrems
2282
Apply G4UI command: /process/activate muBrems
2283
Applying /process/activate hBrems
2284
Apply G4UI command: /process/activate hBrems
2285
Applying /process/activate eBrems
2286
Apply G4UI command: /process/activate eBrems
2287
 illegal process (or type) name 
2288
Applying /process/activate muPairProd
2289
Apply G4UI command: /process/activate muPairProd
2290
Applying /process/activate ePairProd
2291
Apply G4UI command: /process/activate ePairProd
2292
 illegal process (or type) name 
2293
Applying /process/activate hPairProd
2294
Apply G4UI command: /process/activate hPairProd
2295
Applying /process/activate muIoni
2296
Apply G4UI command: /process/activate muIoni
2297
Applying /process/activate hIoni
2298
Apply G4UI command: /process/activate hIoni
2299
Applying /process/activate eIoni
2300
Apply G4UI command: /process/activate eIoni
2301
Applying /process/activate muBrems
2302
Apply G4UI command: /process/activate muBrems
2303
Applying /process/activate hBrems
2304
Apply G4UI command: /process/activate hBrems
2305
Applying /process/activate eBrems
2306
Apply G4UI command: /process/activate eBrems
2307
 illegal process (or type) name 
2308
Applying /process/activate muPairProd
2309
Apply G4UI command: /process/activate muPairProd
2310
Applying /process/activate ePairProd
2311
Apply G4UI command: /process/activate ePairProd
2312
 illegal process (or type) name 
2313
Applying /process/activate hPairProd
2314
Apply G4UI command: /process/activate hPairProd
2315
Applying /process/activate ElectroNuclear
2316
Apply G4UI command: /process/activate ElectroNuclear
2317
Applying /process/activate msc
2318
Apply G4UI command: /process/activate msc
2319
Applying /process/activate PhotonInelastic
2320
Apply G4UI command: /process/activate PhotonInelastic
2321
Applying /process/activate ElectroNuclear
2322
Apply G4UI command: /process/activate ElectroNuclear
2323
Applying /process/activate PositronNuclear
2324
Apply G4UI command: /process/activate PositronNuclear
2325
Applying /process/activate hadElastic
2326
Apply G4UI command: /process/activate hadElastic
2327
Applying /process/activate hadElastic
2328
Apply G4UI command: /process/activate hadElastic
2329
Applying /process/activate hadElastic
2330
Apply G4UI command: /process/activate hadElastic
2331
Applying /process/activate hadElastic
2332
Apply G4UI command: /process/activate hadElastic
2333
Applying /process/activate hadElastic
2334
Apply G4UI command: /process/activate hadElastic
2335
Applying /process/activate hadElastic
2336
Apply G4UI command: /process/activate hadElastic
2337
Applying /process/activate hadElastic
2338
Apply G4UI command: /process/activate hadElastic
2339
Applying /process/activate hadElastic
2340
Apply G4UI command: /process/activate hadElastic
2341
Applying /process/activate hadElastic
2342
Apply G4UI command: /process/activate hadElastic
2343
Applying /process/activate hadElastic
2344
Apply G4UI command: /process/activate hadElastic
2345
Applying /process/activate hadElastic
2346
Apply G4UI command: /process/activate hadElastic
2347
Applying /process/activate hadElastic
2348
Apply G4UI command: /process/activate hadElastic
2349
Applying /process/activate hadElastic
2350
Apply G4UI command: /process/activate hadElastic
2351
Applying /process/activate hadElastic
2352
Apply G4UI command: /process/activate hadElastic
2353
Applying /process/activate hadElastic
2354
Apply G4UI command: /process/activate hadElastic
2355
Applying /process/activate hadElastic
2356
Apply G4UI command: /process/activate hadElastic
2357
Applying /process/activate hadElastic
2358
Apply G4UI command: /process/activate hadElastic
2359
Applying /process/activate hadElastic
2360
Apply G4UI command: /process/activate hadElastic
2361
Applying /process/activate hadElastic
2362
Apply G4UI command: /process/activate hadElastic
2363
Applying /process/activate hadElastic
2364
Apply G4UI command: /process/activate hadElastic
2365
Applying /process/activate hadElastic
2366
Apply G4UI command: /process/activate hadElastic
2367
Applying /process/activate hadElastic
2368
Apply G4UI command: /process/activate hadElastic
2369
Applying /process/activate hadElastic
2370
Apply G4UI command: /process/activate hadElastic
2371
Applying /process/activate hadElastic
2372
Apply G4UI command: /process/activate hadElastic
2373
Applying /process/activate hadElastic
2374
Apply G4UI command: /process/activate hadElastic
2375
Applying /process/activate hadElastic
2376
Apply G4UI command: /process/activate hadElastic
2377
Applying /process/activate hadElastic
2378
Apply G4UI command: /process/activate hadElastic
2379
Applying /process/activate hadElastic
2380
Apply G4UI command: /process/activate hadElastic
2381
Applying /process/activate NeutronInelastic
2382
Apply G4UI command: /process/activate NeutronInelastic
2383
Applying /process/activate nCapture
2384
Apply G4UI command: /process/activate nCapture
2385
Applying /process/activate nFission
2386
Apply G4UI command: /process/activate nFission
2387
Applying /process/activate ProtonInelastic
2388
Apply G4UI command: /process/activate ProtonInelastic
2389
Applying /process/activate PionPlusInelastic
2390
Apply G4UI command: /process/activate PionPlusInelastic
2391
Applying /process/activate PionMinusInelastic
2392
Apply G4UI command: /process/activate PionMinusInelastic
2393
Applying /process/activate KaonPlusInelastic
2394
Apply G4UI command: /process/activate KaonPlusInelastic
2395
Applying /process/activate KaonMinusInelastic
2396
Apply G4UI command: /process/activate KaonMinusInelastic
2397
Applying /process/activate KaonZeroLInelastic
2398
Apply G4UI command: /process/activate KaonZeroLInelastic
2399
Applying /process/activate KaonZeroSInelastic
2400
Apply G4UI command: /process/activate KaonZeroSInelastic
2401
Applying /process/activate AntiProtonInelastic
2402
Apply G4UI command: /process/activate AntiProtonInelastic
2403
Applying /process/activate AntiNeutronInelastic
2404
Apply G4UI command: /process/activate AntiNeutronInelastic
2405
Applying /process/activate LambdaInelastic
2406
Apply G4UI command: /process/activate LambdaInelastic
2407
Applying /process/activate AntiLambdaInelastic
2408
Apply G4UI command: /process/activate AntiLambdaInelastic
2409
Applying /process/activate SigmaMinusInelastic
2410
Apply G4UI command: /process/activate SigmaMinusInelastic
2411
Applying /process/activate AntiSigmaMinusInelastic
2412
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
2413
Applying /process/activate SigmaPlusInelastic
2414
Apply G4UI command: /process/activate SigmaPlusInelastic
2415
Applying /process/activate AntiSigmaPlusInelastic
2416
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
2417
Applying /process/activate XiMinusInelastic
2418
Apply G4UI command: /process/activate XiMinusInelastic
2419
Applying /process/activate AntiXiMinusInelastic
2420
Apply G4UI command: /process/activate AntiXiMinusInelastic
2421
Applying /process/activate XiZeroInelastic
2422
Apply G4UI command: /process/activate XiZeroInelastic
2423
Applying /process/activate AntiXiZeroInelastic
2424
Apply G4UI command: /process/activate AntiXiZeroInelastic
2425
Applying /process/activate OmegaMinusInelastic
2426
Apply G4UI command: /process/activate OmegaMinusInelastic
2427
Applying /process/activate AntiOmegaMinusInelastic
2428
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
2429
Applying /process/activate CHIPSNuclearCaptureAtRest
2430
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
2431
Applying /process/activate muMinusCaptureAtRest
2432
Apply G4UI command: /process/activate muMinusCaptureAtRest
2433
Applying /process/activate DeuteronInelastic
2434
Apply G4UI command: /process/activate DeuteronInelastic
2435
Applying /process/activate TritonInelastic
2436
Apply G4UI command: /process/activate TritonInelastic
2437
Apply G4UI command: /process/activate   Decay
2438
ok
2439
Check that Go raises error with bad outputter. ... Globals manager
2440
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
2441
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
2442
Applying /run/setCut 1e+12
2443
Apply G4UI command: /run/setCut 1e+12
2444
Applying /process/eLoss/fluct false
2445
Apply G4UI command: /process/eLoss/fluct false
2446
Applying /process/activate muBrems
2447
Apply G4UI command: /process/activate muBrems
2448
Applying /process/activate hBrems
2449
Apply G4UI command: /process/activate hBrems
2450
Applying /process/activate eBrems
2451
Apply G4UI command: /process/activate eBrems
2452
 illegal process (or type) name 
2453
Applying /process/activate muPairProd
2454
Apply G4UI command: /process/activate muPairProd
2455
Applying /process/activate ePairProd
2456
Apply G4UI command: /process/activate ePairProd
2457
 illegal process (or type) name 
2458
Applying /process/activate hPairProd
2459
Apply G4UI command: /process/activate hPairProd
2460
Applying /process/activate muIoni
2461
Apply G4UI command: /process/activate muIoni
2462
Applying /process/activate hIoni
2463
Apply G4UI command: /process/activate hIoni
2464
Applying /process/activate eIoni
2465
Apply G4UI command: /process/activate eIoni
2466
Applying /process/inactivate muBrems
2467
Apply G4UI command: /process/inactivate muBrems
2468
Applying /process/inactivate hBrems
2469
Apply G4UI command: /process/inactivate hBrems
2470
Applying /process/inactivate eBrems
2471
Apply G4UI command: /process/inactivate eBrems
2472
 illegal process (or type) name 
2473
Applying /process/inactivate muPairProd
2474
Apply G4UI command: /process/inactivate muPairProd
2475
Applying /process/inactivate ePairProd
2476
Apply G4UI command: /process/inactivate ePairProd
2477
 illegal process (or type) name 
2478
Applying /process/inactivate hPairProd
2479
Apply G4UI command: /process/inactivate hPairProd
2480
Applying /process/inactivate ElectroNuclear
2481
Apply G4UI command: /process/inactivate ElectroNuclear
2482
Applying /process/inactivate msc
2483
Apply G4UI command: /process/inactivate msc
2484
Applying /process/inactivate PhotonInelastic
2485
Apply G4UI command: /process/inactivate PhotonInelastic
2486
Applying /process/inactivate ElectroNuclear
2487
Apply G4UI command: /process/inactivate ElectroNuclear
2488
Applying /process/inactivate PositronNuclear
2489
Apply G4UI command: /process/inactivate PositronNuclear
2490
Applying /process/inactivate hadElastic
2491
Apply G4UI command: /process/inactivate hadElastic
2492
Applying /process/inactivate hadElastic
2493
Apply G4UI command: /process/inactivate hadElastic
2494
Applying /process/inactivate hadElastic
2495
Apply G4UI command: /process/inactivate hadElastic
2496
Applying /process/inactivate hadElastic
2497
Apply G4UI command: /process/inactivate hadElastic
2498
Applying /process/inactivate hadElastic
2499
Apply G4UI command: /process/inactivate hadElastic
2500
Applying /process/inactivate hadElastic
2501
Apply G4UI command: /process/inactivate hadElastic
2502
Applying /process/inactivate hadElastic
2503
Apply G4UI command: /process/inactivate hadElastic
2504
Applying /process/inactivate hadElastic
2505
Apply G4UI command: /process/inactivate hadElastic
2506
Applying /process/inactivate hadElastic
2507
Apply G4UI command: /process/inactivate hadElastic
2508
Applying /process/inactivate hadElastic
2509
Apply G4UI command: /process/inactivate hadElastic
2510
Applying /process/inactivate hadElastic
2511
Apply G4UI command: /process/inactivate hadElastic
2512
Applying /process/inactivate hadElastic
2513
Apply G4UI command: /process/inactivate hadElastic
2514
Applying /process/inactivate hadElastic
2515
Apply G4UI command: /process/inactivate hadElastic
2516
Applying /process/inactivate hadElastic
2517
Apply G4UI command: /process/inactivate hadElastic
2518
Applying /process/inactivate hadElastic
2519
Apply G4UI command: /process/inactivate hadElastic
2520
Applying /process/inactivate hadElastic
2521
Apply G4UI command: /process/inactivate hadElastic
2522
Applying /process/inactivate hadElastic
2523
Apply G4UI command: /process/inactivate hadElastic
2524
Applying /process/inactivate hadElastic
2525
Apply G4UI command: /process/inactivate hadElastic
2526
Applying /process/inactivate hadElastic
2527
Apply G4UI command: /process/inactivate hadElastic
2528
Applying /process/inactivate hadElastic
2529
Apply G4UI command: /process/inactivate hadElastic
2530
Applying /process/inactivate hadElastic
2531
Apply G4UI command: /process/inactivate hadElastic
2532
Applying /process/inactivate hadElastic
2533
Apply G4UI command: /process/inactivate hadElastic
2534
Applying /process/inactivate hadElastic
2535
Apply G4UI command: /process/inactivate hadElastic
2536
Applying /process/inactivate hadElastic
2537
Apply G4UI command: /process/inactivate hadElastic
2538
Applying /process/inactivate hadElastic
2539
Apply G4UI command: /process/inactivate hadElastic
2540
Applying /process/inactivate hadElastic
2541
Apply G4UI command: /process/inactivate hadElastic
2542
Applying /process/inactivate hadElastic
2543
Apply G4UI command: /process/inactivate hadElastic
2544
Applying /process/inactivate hadElastic
2545
Apply G4UI command: /process/inactivate hadElastic
2546
Applying /process/inactivate NeutronInelastic
2547
Apply G4UI command: /process/inactivate NeutronInelastic
2548
Applying /process/inactivate nCapture
2549
Apply G4UI command: /process/inactivate nCapture
2550
Applying /process/inactivate nFission
2551
Apply G4UI command: /process/inactivate nFission
2552
Applying /process/inactivate ProtonInelastic
2553
Apply G4UI command: /process/inactivate ProtonInelastic
2554
Applying /process/inactivate PionPlusInelastic
2555
Apply G4UI command: /process/inactivate PionPlusInelastic
2556
Applying /process/inactivate PionMinusInelastic
2557
Apply G4UI command: /process/inactivate PionMinusInelastic
2558
Applying /process/inactivate KaonPlusInelastic
2559
Apply G4UI command: /process/inactivate KaonPlusInelastic
2560
Applying /process/inactivate KaonMinusInelastic
2561
Apply G4UI command: /process/inactivate KaonMinusInelastic
2562
Applying /process/inactivate KaonZeroLInelastic
2563
Apply G4UI command: /process/inactivate KaonZeroLInelastic
2564
Applying /process/inactivate KaonZeroSInelastic
2565
Apply G4UI command: /process/inactivate KaonZeroSInelastic
2566
Applying /process/inactivate AntiProtonInelastic
2567
Apply G4UI command: /process/inactivate AntiProtonInelastic
2568
Applying /process/inactivate AntiNeutronInelastic
2569
Apply G4UI command: /process/inactivate AntiNeutronInelastic
2570
Applying /process/inactivate LambdaInelastic
2571
Apply G4UI command: /process/inactivate LambdaInelastic
2572
Applying /process/inactivate AntiLambdaInelastic
2573
Apply G4UI command: /process/inactivate AntiLambdaInelastic
2574
Applying /process/inactivate SigmaMinusInelastic
2575
Apply G4UI command: /process/inactivate SigmaMinusInelastic
2576
Applying /process/inactivate AntiSigmaMinusInelastic
2577
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
2578
Applying /process/inactivate SigmaPlusInelastic
2579
Apply G4UI command: /process/inactivate SigmaPlusInelastic
2580
Applying /process/inactivate AntiSigmaPlusInelastic
2581
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
2582
Applying /process/inactivate XiMinusInelastic
2583
Apply G4UI command: /process/inactivate XiMinusInelastic
2584
Applying /process/inactivate AntiXiMinusInelastic
2585
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
2586
Applying /process/inactivate XiZeroInelastic
2587
Apply G4UI command: /process/inactivate XiZeroInelastic
2588
Applying /process/inactivate AntiXiZeroInelastic
2589
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
2590
Applying /process/inactivate OmegaMinusInelastic
2591
Apply G4UI command: /process/inactivate OmegaMinusInelastic
2592
Applying /process/inactivate AntiOmegaMinusInelastic
2593
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
2594
Applying /process/inactivate CHIPSNuclearCaptureAtRest
2595
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
2596
Applying /process/inactivate muMinusCaptureAtRest
2597
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
2598
Applying /process/inactivate DeuteronInelastic
2599
Apply G4UI command: /process/inactivate DeuteronInelastic
2600
Applying /process/inactivate TritonInelastic
2601
Apply G4UI command: /process/inactivate TritonInelastic
2602
Apply G4UI command: /process/inactivate Decay
2603
Setting the phase 
2604
Made 0 attempts to phase 0 cavities with 0 remaining
2605
MAUSPhysicsList::BeginOfRunAction() with
2606
  de model 0
2607
  msc model 0
2608
  hadronic model 0
2609
  particle decay 1
2610
  pi 1/2 life -1
2611
  mu 1/2 life -1
2612
Applying /run/setCut 0.5
2613
Apply G4UI command: /run/setCut 0.5
2614
Applying /process/eLoss/fluct true
2615
Apply G4UI command: /process/eLoss/fluct true
2616
Applying /process/activate muBrems
2617
Apply G4UI command: /process/activate muBrems
2618
Applying /process/activate hBrems
2619
Apply G4UI command: /process/activate hBrems
2620
Applying /process/activate eBrems
2621
Apply G4UI command: /process/activate eBrems
2622
 illegal process (or type) name 
2623
Applying /process/activate muPairProd
2624
Apply G4UI command: /process/activate muPairProd
2625
Applying /process/activate ePairProd
2626
Apply G4UI command: /process/activate ePairProd
2627
 illegal process (or type) name 
2628
Applying /process/activate hPairProd
2629
Apply G4UI command: /process/activate hPairProd
2630
Applying /process/activate muIoni
2631
Apply G4UI command: /process/activate muIoni
2632
Applying /process/activate hIoni
2633
Apply G4UI command: /process/activate hIoni
2634
Applying /process/activate eIoni
2635
Apply G4UI command: /process/activate eIoni
2636
Applying /process/activate muBrems
2637
Apply G4UI command: /process/activate muBrems
2638
Applying /process/activate hBrems
2639
Apply G4UI command: /process/activate hBrems
2640
Applying /process/activate eBrems
2641
Apply G4UI command: /process/activate eBrems
2642
 illegal process (or type) name 
2643
Applying /process/activate muPairProd
2644
Apply G4UI command: /process/activate muPairProd
2645
Applying /process/activate ePairProd
2646
Apply G4UI command: /process/activate ePairProd
2647
 illegal process (or type) name 
2648
Applying /process/activate hPairProd
2649
Apply G4UI command: /process/activate hPairProd
2650
Applying /process/activate ElectroNuclear
2651
Apply G4UI command: /process/activate ElectroNuclear
2652
Applying /process/activate msc
2653
Apply G4UI command: /process/activate msc
2654
Applying /process/activate PhotonInelastic
2655
Apply G4UI command: /process/activate PhotonInelastic
2656
Applying /process/activate ElectroNuclear
2657
Apply G4UI command: /process/activate ElectroNuclear
2658
Applying /process/activate PositronNuclear
2659
Apply G4UI command: /process/activate PositronNuclear
2660
Applying /process/activate hadElastic
2661
Apply G4UI command: /process/activate hadElastic
2662
Applying /process/activate hadElastic
2663
Apply G4UI command: /process/activate hadElastic
2664
Applying /process/activate hadElastic
2665
Apply G4UI command: /process/activate hadElastic
2666
Applying /process/activate hadElastic
2667
Apply G4UI command: /process/activate hadElastic
2668
Applying /process/activate hadElastic
2669
Apply G4UI command: /process/activate hadElastic
2670
Applying /process/activate hadElastic
2671
Apply G4UI command: /process/activate hadElastic
2672
Applying /process/activate hadElastic
2673
Apply G4UI command: /process/activate hadElastic
2674
Applying /process/activate hadElastic
2675
Apply G4UI command: /process/activate hadElastic
2676
Applying /process/activate hadElastic
2677
Apply G4UI command: /process/activate hadElastic
2678
Applying /process/activate hadElastic
2679
Apply G4UI command: /process/activate hadElastic
2680
Applying /process/activate hadElastic
2681
Apply G4UI command: /process/activate hadElastic
2682
Applying /process/activate hadElastic
2683
Apply G4UI command: /process/activate hadElastic
2684
Applying /process/activate hadElastic
2685
Apply G4UI command: /process/activate hadElastic
2686
Applying /process/activate hadElastic
2687
Apply G4UI command: /process/activate hadElastic
2688
Applying /process/activate hadElastic
2689
Apply G4UI command: /process/activate hadElastic
2690
Applying /process/activate hadElastic
2691
Apply G4UI command: /process/activate hadElastic
2692
Applying /process/activate hadElastic
2693
Apply G4UI command: /process/activate hadElastic
2694
Applying /process/activate hadElastic
2695
Apply G4UI command: /process/activate hadElastic
2696
Applying /process/activate hadElastic
2697
Apply G4UI command: /process/activate hadElastic
2698
Applying /process/activate hadElastic
2699
Apply G4UI command: /process/activate hadElastic
2700
Applying /process/activate hadElastic
2701
Apply G4UI command: /process/activate hadElastic
2702
Applying /process/activate hadElastic
2703
Apply G4UI command: /process/activate hadElastic
2704
Applying /process/activate hadElastic
2705
Apply G4UI command: /process/activate hadElastic
2706
Applying /process/activate hadElastic
2707
Apply G4UI command: /process/activate hadElastic
2708
Applying /process/activate hadElastic
2709
Apply G4UI command: /process/activate hadElastic
2710
Applying /process/activate hadElastic
2711
Apply G4UI command: /process/activate hadElastic
2712
Applying /process/activate hadElastic
2713
Apply G4UI command: /process/activate hadElastic
2714
Applying /process/activate hadElastic
2715
Apply G4UI command: /process/activate hadElastic
2716
Applying /process/activate NeutronInelastic
2717
Apply G4UI command: /process/activate NeutronInelastic
2718
Applying /process/activate nCapture
2719
Apply G4UI command: /process/activate nCapture
2720
Applying /process/activate nFission
2721
Apply G4UI command: /process/activate nFission
2722
Applying /process/activate ProtonInelastic
2723
Apply G4UI command: /process/activate ProtonInelastic
2724
Applying /process/activate PionPlusInelastic
2725
Apply G4UI command: /process/activate PionPlusInelastic
2726
Applying /process/activate PionMinusInelastic
2727
Apply G4UI command: /process/activate PionMinusInelastic
2728
Applying /process/activate KaonPlusInelastic
2729
Apply G4UI command: /process/activate KaonPlusInelastic
2730
Applying /process/activate KaonMinusInelastic
2731
Apply G4UI command: /process/activate KaonMinusInelastic
2732
Applying /process/activate KaonZeroLInelastic
2733
Apply G4UI command: /process/activate KaonZeroLInelastic
2734
Applying /process/activate KaonZeroSInelastic
2735
Apply G4UI command: /process/activate KaonZeroSInelastic
2736
Applying /process/activate AntiProtonInelastic
2737
Apply G4UI command: /process/activate AntiProtonInelastic
2738
Applying /process/activate AntiNeutronInelastic
2739
Apply G4UI command: /process/activate AntiNeutronInelastic
2740
Applying /process/activate LambdaInelastic
2741
Apply G4UI command: /process/activate LambdaInelastic
2742
Applying /process/activate AntiLambdaInelastic
2743
Apply G4UI command: /process/activate AntiLambdaInelastic
2744
Applying /process/activate SigmaMinusInelastic
2745
Apply G4UI command: /process/activate SigmaMinusInelastic
2746
Applying /process/activate AntiSigmaMinusInelastic
2747
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
2748
Applying /process/activate SigmaPlusInelastic
2749
Apply G4UI command: /process/activate SigmaPlusInelastic
2750
Applying /process/activate AntiSigmaPlusInelastic
2751
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
2752
Applying /process/activate XiMinusInelastic
2753
Apply G4UI command: /process/activate XiMinusInelastic
2754
Applying /process/activate AntiXiMinusInelastic
2755
Apply G4UI command: /process/activate AntiXiMinusInelastic
2756
Applying /process/activate XiZeroInelastic
2757
Apply G4UI command: /process/activate XiZeroInelastic
2758
Applying /process/activate AntiXiZeroInelastic
2759
Apply G4UI command: /process/activate AntiXiZeroInelastic
2760
Applying /process/activate OmegaMinusInelastic
2761
Apply G4UI command: /process/activate OmegaMinusInelastic
2762
Applying /process/activate AntiOmegaMinusInelastic
2763
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
2764
Applying /process/activate CHIPSNuclearCaptureAtRest
2765
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
2766
Applying /process/activate muMinusCaptureAtRest
2767
Apply G4UI command: /process/activate muMinusCaptureAtRest
2768
Applying /process/activate DeuteronInelastic
2769
Apply G4UI command: /process/activate DeuteronInelastic
2770
Applying /process/activate TritonInelastic
2771
Apply G4UI command: /process/activate TritonInelastic
2772
Apply G4UI command: /process/activate   Decay
2773
ok
2774
Check that Go raises error with bad merger. ... Globals manager
2775
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
2776
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
2777
Applying /run/setCut 1e+12
2778
Apply G4UI command: /run/setCut 1e+12
2779
Applying /process/eLoss/fluct false
2780
Apply G4UI command: /process/eLoss/fluct false
2781
Applying /process/activate muBrems
2782
Apply G4UI command: /process/activate muBrems
2783
Applying /process/activate hBrems
2784
Apply G4UI command: /process/activate hBrems
2785
Applying /process/activate eBrems
2786
Apply G4UI command: /process/activate eBrems
2787
 illegal process (or type) name 
2788
Applying /process/activate muPairProd
2789
Apply G4UI command: /process/activate muPairProd
2790
Applying /process/activate ePairProd
2791
Apply G4UI command: /process/activate ePairProd
2792
 illegal process (or type) name 
2793
Applying /process/activate hPairProd
2794
Apply G4UI command: /process/activate hPairProd
2795
Applying /process/activate muIoni
2796
Apply G4UI command: /process/activate muIoni
2797
Applying /process/activate hIoni
2798
Apply G4UI command: /process/activate hIoni
2799
Applying /process/activate eIoni
2800
Apply G4UI command: /process/activate eIoni
2801
Applying /process/inactivate muBrems
2802
Apply G4UI command: /process/inactivate muBrems
2803
Applying /process/inactivate hBrems
2804
Apply G4UI command: /process/inactivate hBrems
2805
Applying /process/inactivate eBrems
2806
Apply G4UI command: /process/inactivate eBrems
2807
 illegal process (or type) name 
2808
Applying /process/inactivate muPairProd
2809
Apply G4UI command: /process/inactivate muPairProd
2810
Applying /process/inactivate ePairProd
2811
Apply G4UI command: /process/inactivate ePairProd
2812
 illegal process (or type) name 
2813
Applying /process/inactivate hPairProd
2814
Apply G4UI command: /process/inactivate hPairProd
2815
Applying /process/inactivate ElectroNuclear
2816
Apply G4UI command: /process/inactivate ElectroNuclear
2817
Applying /process/inactivate msc
2818
Apply G4UI command: /process/inactivate msc
2819
Applying /process/inactivate PhotonInelastic
2820
Apply G4UI command: /process/inactivate PhotonInelastic
2821
Applying /process/inactivate ElectroNuclear
2822
Apply G4UI command: /process/inactivate ElectroNuclear
2823
Applying /process/inactivate PositronNuclear
2824
Apply G4UI command: /process/inactivate PositronNuclear
2825
Applying /process/inactivate hadElastic
2826
Apply G4UI command: /process/inactivate hadElastic
2827
Applying /process/inactivate hadElastic
2828
Apply G4UI command: /process/inactivate hadElastic
2829
Applying /process/inactivate hadElastic
2830
Apply G4UI command: /process/inactivate hadElastic
2831
Applying /process/inactivate hadElastic
2832
Apply G4UI command: /process/inactivate hadElastic
2833
Applying /process/inactivate hadElastic
2834
Apply G4UI command: /process/inactivate hadElastic
2835
Applying /process/inactivate hadElastic
2836
Apply G4UI command: /process/inactivate hadElastic
2837
Applying /process/inactivate hadElastic
2838
Apply G4UI command: /process/inactivate hadElastic
2839
Applying /process/inactivate hadElastic
2840
Apply G4UI command: /process/inactivate hadElastic
2841
Applying /process/inactivate hadElastic
2842
Apply G4UI command: /process/inactivate hadElastic
2843
Applying /process/inactivate hadElastic
2844
Apply G4UI command: /process/inactivate hadElastic
2845
Applying /process/inactivate hadElastic
2846
Apply G4UI command: /process/inactivate hadElastic
2847
Applying /process/inactivate hadElastic
2848
Apply G4UI command: /process/inactivate hadElastic
2849
Applying /process/inactivate hadElastic
2850
Apply G4UI command: /process/inactivate hadElastic
2851
Applying /process/inactivate hadElastic
2852
Apply G4UI command: /process/inactivate hadElastic
2853
Applying /process/inactivate hadElastic
2854
Apply G4UI command: /process/inactivate hadElastic
2855
Applying /process/inactivate hadElastic
2856
Apply G4UI command: /process/inactivate hadElastic
2857
Applying /process/inactivate hadElastic
2858
Apply G4UI command: /process/inactivate hadElastic
2859
Applying /process/inactivate hadElastic
2860
Apply G4UI command: /process/inactivate hadElastic
2861
Applying /process/inactivate hadElastic
2862
Apply G4UI command: /process/inactivate hadElastic
2863
Applying /process/inactivate hadElastic
2864
Apply G4UI command: /process/inactivate hadElastic
2865
Applying /process/inactivate hadElastic
2866
Apply G4UI command: /process/inactivate hadElastic
2867
Applying /process/inactivate hadElastic
2868
Apply G4UI command: /process/inactivate hadElastic
2869
Applying /process/inactivate hadElastic
2870
Apply G4UI command: /process/inactivate hadElastic
2871
Applying /process/inactivate hadElastic
2872
Apply G4UI command: /process/inactivate hadElastic
2873
Applying /process/inactivate hadElastic
2874
Apply G4UI command: /process/inactivate hadElastic
2875
Applying /process/inactivate hadElastic
2876
Apply G4UI command: /process/inactivate hadElastic
2877
Applying /process/inactivate hadElastic
2878
Apply G4UI command: /process/inactivate hadElastic
2879
Applying /process/inactivate hadElastic
2880
Apply G4UI command: /process/inactivate hadElastic
2881
Applying /process/inactivate NeutronInelastic
2882
Apply G4UI command: /process/inactivate NeutronInelastic
2883
Applying /process/inactivate nCapture
2884
Apply G4UI command: /process/inactivate nCapture
2885
Applying /process/inactivate nFission
2886
Apply G4UI command: /process/inactivate nFission
2887
Applying /process/inactivate ProtonInelastic
2888
Apply G4UI command: /process/inactivate ProtonInelastic
2889
Applying /process/inactivate PionPlusInelastic
2890
Apply G4UI command: /process/inactivate PionPlusInelastic
2891
Applying /process/inactivate PionMinusInelastic
2892
Apply G4UI command: /process/inactivate PionMinusInelastic
2893
Applying /process/inactivate KaonPlusInelastic
2894
Apply G4UI command: /process/inactivate KaonPlusInelastic
2895
Applying /process/inactivate KaonMinusInelastic
2896
Apply G4UI command: /process/inactivate KaonMinusInelastic
2897
Applying /process/inactivate KaonZeroLInelastic
2898
Apply G4UI command: /process/inactivate KaonZeroLInelastic
2899
Applying /process/inactivate KaonZeroSInelastic
2900
Apply G4UI command: /process/inactivate KaonZeroSInelastic
2901
Applying /process/inactivate AntiProtonInelastic
2902
Apply G4UI command: /process/inactivate AntiProtonInelastic
2903
Applying /process/inactivate AntiNeutronInelastic
2904
Apply G4UI command: /process/inactivate AntiNeutronInelastic
2905
Applying /process/inactivate LambdaInelastic
2906
Apply G4UI command: /process/inactivate LambdaInelastic
2907
Applying /process/inactivate AntiLambdaInelastic
2908
Apply G4UI command: /process/inactivate AntiLambdaInelastic
2909
Applying /process/inactivate SigmaMinusInelastic
2910
Apply G4UI command: /process/inactivate SigmaMinusInelastic
2911
Applying /process/inactivate AntiSigmaMinusInelastic
2912
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
2913
Applying /process/inactivate SigmaPlusInelastic
2914
Apply G4UI command: /process/inactivate SigmaPlusInelastic
2915
Applying /process/inactivate AntiSigmaPlusInelastic
2916
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
2917
Applying /process/inactivate XiMinusInelastic
2918
Apply G4UI command: /process/inactivate XiMinusInelastic
2919
Applying /process/inactivate AntiXiMinusInelastic
2920
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
2921
Applying /process/inactivate XiZeroInelastic
2922
Apply G4UI command: /process/inactivate XiZeroInelastic
2923
Applying /process/inactivate AntiXiZeroInelastic
2924
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
2925
Applying /process/inactivate OmegaMinusInelastic
2926
Apply G4UI command: /process/inactivate OmegaMinusInelastic
2927
Applying /process/inactivate AntiOmegaMinusInelastic
2928
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
2929
Applying /process/inactivate CHIPSNuclearCaptureAtRest
2930
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
2931
Applying /process/inactivate muMinusCaptureAtRest
2932
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
2933
Applying /process/inactivate DeuteronInelastic
2934
Apply G4UI command: /process/inactivate DeuteronInelastic
2935
Applying /process/inactivate TritonInelastic
2936
Apply G4UI command: /process/inactivate TritonInelastic
2937
Apply G4UI command: /process/inactivate Decay
2938
Setting the phase 
2939
Made 0 attempts to phase 0 cavities with 0 remaining
2940
MAUSPhysicsList::BeginOfRunAction() with
2941
  de model 0
2942
  msc model 0
2943
  hadronic model 0
2944
  particle decay 1
2945
  pi 1/2 life -1
2946
  mu 1/2 life -1
2947
Applying /run/setCut 0.5
2948
Apply G4UI command: /run/setCut 0.5
2949
Applying /process/eLoss/fluct true
2950
Apply G4UI command: /process/eLoss/fluct true
2951
Applying /process/activate muBrems
2952
Apply G4UI command: /process/activate muBrems
2953
Applying /process/activate hBrems
2954
Apply G4UI command: /process/activate hBrems
2955
Applying /process/activate eBrems
2956
Apply G4UI command: /process/activate eBrems
2957
 illegal process (or type) name 
2958
Applying /process/activate muPairProd
2959
Apply G4UI command: /process/activate muPairProd
2960
Applying /process/activate ePairProd
2961
Apply G4UI command: /process/activate ePairProd
2962
 illegal process (or type) name 
2963
Applying /process/activate hPairProd
2964
Apply G4UI command: /process/activate hPairProd
2965
Applying /process/activate muIoni
2966
Apply G4UI command: /process/activate muIoni
2967
Applying /process/activate hIoni
2968
Apply G4UI command: /process/activate hIoni
2969
Applying /process/activate eIoni
2970
Apply G4UI command: /process/activate eIoni
2971
Applying /process/activate muBrems
2972
Apply G4UI command: /process/activate muBrems
2973
Applying /process/activate hBrems
2974
Apply G4UI command: /process/activate hBrems
2975
Applying /process/activate eBrems
2976
Apply G4UI command: /process/activate eBrems
2977
 illegal process (or type) name 
2978
Applying /process/activate muPairProd
2979
Apply G4UI command: /process/activate muPairProd
2980
Applying /process/activate ePairProd
2981
Apply G4UI command: /process/activate ePairProd
2982
 illegal process (or type) name 
2983
Applying /process/activate hPairProd
2984
Apply G4UI command: /process/activate hPairProd
2985
Applying /process/activate ElectroNuclear
2986
Apply G4UI command: /process/activate ElectroNuclear
2987
Applying /process/activate msc
2988
Apply G4UI command: /process/activate msc
2989
Applying /process/activate PhotonInelastic
2990
Apply G4UI command: /process/activate PhotonInelastic
2991
Applying /process/activate ElectroNuclear
2992
Apply G4UI command: /process/activate ElectroNuclear
2993
Applying /process/activate PositronNuclear
2994
Apply G4UI command: /process/activate PositronNuclear
2995
Applying /process/activate hadElastic
2996
Apply G4UI command: /process/activate hadElastic
2997
Applying /process/activate hadElastic
2998
Apply G4UI command: /process/activate hadElastic
2999
Applying /process/activate hadElastic
3000
Apply G4UI command: /process/activate hadElastic
3001
Applying /process/activate hadElastic
3002
Apply G4UI command: /process/activate hadElastic
3003
Applying /process/activate hadElastic
3004
Apply G4UI command: /process/activate hadElastic
3005
Applying /process/activate hadElastic
3006
Apply G4UI command: /process/activate hadElastic
3007
Applying /process/activate hadElastic
3008
Apply G4UI command: /process/activate hadElastic
3009
Applying /process/activate hadElastic
3010
Apply G4UI command: /process/activate hadElastic
3011
Applying /process/activate hadElastic
3012
Apply G4UI command: /process/activate hadElastic
3013
Applying /process/activate hadElastic
3014
Apply G4UI command: /process/activate hadElastic
3015
Applying /process/activate hadElastic
3016
Apply G4UI command: /process/activate hadElastic
3017
Applying /process/activate hadElastic
3018
Apply G4UI command: /process/activate hadElastic
3019
Applying /process/activate hadElastic
3020
Apply G4UI command: /process/activate hadElastic
3021
Applying /process/activate hadElastic
3022
Apply G4UI command: /process/activate hadElastic
3023
Applying /process/activate hadElastic
3024
Apply G4UI command: /process/activate hadElastic
3025
Applying /process/activate hadElastic
3026
Apply G4UI command: /process/activate hadElastic
3027
Applying /process/activate hadElastic
3028
Apply G4UI command: /process/activate hadElastic
3029
Applying /process/activate hadElastic
3030
Apply G4UI command: /process/activate hadElastic
3031
Applying /process/activate hadElastic
3032
Apply G4UI command: /process/activate hadElastic
3033
Applying /process/activate hadElastic
3034
Apply G4UI command: /process/activate hadElastic
3035
Applying /process/activate hadElastic
3036
Apply G4UI command: /process/activate hadElastic
3037
Applying /process/activate hadElastic
3038
Apply G4UI command: /process/activate hadElastic
3039
Applying /process/activate hadElastic
3040
Apply G4UI command: /process/activate hadElastic
3041
Applying /process/activate hadElastic
3042
Apply G4UI command: /process/activate hadElastic
3043
Applying /process/activate hadElastic
3044
Apply G4UI command: /process/activate hadElastic
3045
Applying /process/activate hadElastic
3046
Apply G4UI command: /process/activate hadElastic
3047
Applying /process/activate hadElastic
3048
Apply G4UI command: /process/activate hadElastic
3049
Applying /process/activate hadElastic
3050
Apply G4UI command: /process/activate hadElastic
3051
Applying /process/activate NeutronInelastic
3052
Apply G4UI command: /process/activate NeutronInelastic
3053
Applying /process/activate nCapture
3054
Apply G4UI command: /process/activate nCapture
3055
Applying /process/activate nFission
3056
Apply G4UI command: /process/activate nFission
3057
Applying /process/activate ProtonInelastic
3058
Apply G4UI command: /process/activate ProtonInelastic
3059
Applying /process/activate PionPlusInelastic
3060
Apply G4UI command: /process/activate PionPlusInelastic
3061
Applying /process/activate PionMinusInelastic
3062
Apply G4UI command: /process/activate PionMinusInelastic
3063
Applying /process/activate KaonPlusInelastic
3064
Apply G4UI command: /process/activate KaonPlusInelastic
3065
Applying /process/activate KaonMinusInelastic
3066
Apply G4UI command: /process/activate KaonMinusInelastic
3067
Applying /process/activate KaonZeroLInelastic
3068
Apply G4UI command: /process/activate KaonZeroLInelastic
3069
Applying /process/activate KaonZeroSInelastic
3070
Apply G4UI command: /process/activate KaonZeroSInelastic
3071
Applying /process/activate AntiProtonInelastic
3072
Apply G4UI command: /process/activate AntiProtonInelastic
3073
Applying /process/activate AntiNeutronInelastic
3074
Apply G4UI command: /process/activate AntiNeutronInelastic
3075
Applying /process/activate LambdaInelastic
3076
Apply G4UI command: /process/activate LambdaInelastic
3077
Applying /process/activate AntiLambdaInelastic
3078
Apply G4UI command: /process/activate AntiLambdaInelastic
3079
Applying /process/activate SigmaMinusInelastic
3080
Apply G4UI command: /process/activate SigmaMinusInelastic
3081
Applying /process/activate AntiSigmaMinusInelastic
3082
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
3083
Applying /process/activate SigmaPlusInelastic
3084
Apply G4UI command: /process/activate SigmaPlusInelastic
3085
Applying /process/activate AntiSigmaPlusInelastic
3086
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
3087
Applying /process/activate XiMinusInelastic
3088
Apply G4UI command: /process/activate XiMinusInelastic
3089
Applying /process/activate AntiXiMinusInelastic
3090
Apply G4UI command: /process/activate AntiXiMinusInelastic
3091
Applying /process/activate XiZeroInelastic
3092
Apply G4UI command: /process/activate XiZeroInelastic
3093
Applying /process/activate AntiXiZeroInelastic
3094
Apply G4UI command: /process/activate AntiXiZeroInelastic
3095
Applying /process/activate OmegaMinusInelastic
3096
Apply G4UI command: /process/activate OmegaMinusInelastic
3097
Applying /process/activate AntiOmegaMinusInelastic
3098
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
3099
Applying /process/activate CHIPSNuclearCaptureAtRest
3100
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
3101
Applying /process/activate muMinusCaptureAtRest
3102
Apply G4UI command: /process/activate muMinusCaptureAtRest
3103
Applying /process/activate DeuteronInelastic
3104
Apply G4UI command: /process/activate DeuteronInelastic
3105
Applying /process/activate TritonInelastic
3106
Apply G4UI command: /process/activate TritonInelastic
3107
Apply G4UI command: /process/activate   Decay
3108
ok
3109
Check that Go raises error with bad dataflow type. ... Globals manager
3110
Warning - failed to open module /home/hep/cheidt/maus/src/legacy/FILES/Models/Modules/Box - I assume it is not required
3111
MAUSPhysicsList::BeginOfReferenceParticleAction() with de model 1
3112
Applying /run/setCut 1e+12
3113
Apply G4UI command: /run/setCut 1e+12
3114
Applying /process/eLoss/fluct false
3115
Apply G4UI command: /process/eLoss/fluct false
3116
Applying /process/activate muBrems
3117
Apply G4UI command: /process/activate muBrems
3118
Applying /process/activate hBrems
3119
Apply G4UI command: /process/activate hBrems
3120
Applying /process/activate eBrems
3121
Apply G4UI command: /process/activate eBrems
3122
 illegal process (or type) name 
3123
Applying /process/activate muPairProd
3124
Apply G4UI command: /process/activate muPairProd
3125
Applying /process/activate ePairProd
3126
Apply G4UI command: /process/activate ePairProd
3127
 illegal process (or type) name 
3128
Applying /process/activate hPairProd
3129
Apply G4UI command: /process/activate hPairProd
3130
Applying /process/activate muIoni
3131
Apply G4UI command: /process/activate muIoni
3132
Applying /process/activate hIoni
3133
Apply G4UI command: /process/activate hIoni
3134
Applying /process/activate eIoni
3135
Apply G4UI command: /process/activate eIoni
3136
Applying /process/inactivate muBrems
3137
Apply G4UI command: /process/inactivate muBrems
3138
Applying /process/inactivate hBrems
3139
Apply G4UI command: /process/inactivate hBrems
3140
Applying /process/inactivate eBrems
3141
Apply G4UI command: /process/inactivate eBrems
3142
 illegal process (or type) name 
3143
Applying /process/inactivate muPairProd
3144
Apply G4UI command: /process/inactivate muPairProd
3145
Applying /process/inactivate ePairProd
3146
Apply G4UI command: /process/inactivate ePairProd
3147
 illegal process (or type) name 
3148
Applying /process/inactivate hPairProd
3149
Apply G4UI command: /process/inactivate hPairProd
3150
Applying /process/inactivate ElectroNuclear
3151
Apply G4UI command: /process/inactivate ElectroNuclear
3152
Applying /process/inactivate msc
3153
Apply G4UI command: /process/inactivate msc
3154
Applying /process/inactivate PhotonInelastic
3155
Apply G4UI command: /process/inactivate PhotonInelastic
3156
Applying /process/inactivate ElectroNuclear
3157
Apply G4UI command: /process/inactivate ElectroNuclear
3158
Applying /process/inactivate PositronNuclear
3159
Apply G4UI command: /process/inactivate PositronNuclear
3160
Applying /process/inactivate hadElastic
3161
Apply G4UI command: /process/inactivate hadElastic
3162
Applying /process/inactivate hadElastic
3163
Apply G4UI command: /process/inactivate hadElastic
3164
Applying /process/inactivate hadElastic
3165
Apply G4UI command: /process/inactivate hadElastic
3166
Applying /process/inactivate hadElastic
3167
Apply G4UI command: /process/inactivate hadElastic
3168
Applying /process/inactivate hadElastic
3169
Apply G4UI command: /process/inactivate hadElastic
3170
Applying /process/inactivate hadElastic
3171
Apply G4UI command: /process/inactivate hadElastic
3172
Applying /process/inactivate hadElastic
3173
Apply G4UI command: /process/inactivate hadElastic
3174
Applying /process/inactivate hadElastic
3175
Apply G4UI command: /process/inactivate hadElastic
3176
Applying /process/inactivate hadElastic
3177
Apply G4UI command: /process/inactivate hadElastic
3178
Applying /process/inactivate hadElastic
3179
Apply G4UI command: /process/inactivate hadElastic
3180
Applying /process/inactivate hadElastic
3181
Apply G4UI command: /process/inactivate hadElastic
3182
Applying /process/inactivate hadElastic
3183
Apply G4UI command: /process/inactivate hadElastic
3184
Applying /process/inactivate hadElastic
3185
Apply G4UI command: /process/inactivate hadElastic
3186
Applying /process/inactivate hadElastic
3187
Apply G4UI command: /process/inactivate hadElastic
3188
Applying /process/inactivate hadElastic
3189
Apply G4UI command: /process/inactivate hadElastic
3190
Applying /process/inactivate hadElastic
3191
Apply G4UI command: /process/inactivate hadElastic
3192
Applying /process/inactivate hadElastic
3193
Apply G4UI command: /process/inactivate hadElastic
3194
Applying /process/inactivate hadElastic
3195
Apply G4UI command: /process/inactivate hadElastic
3196
Applying /process/inactivate hadElastic
3197
Apply G4UI command: /process/inactivate hadElastic
3198
Applying /process/inactivate hadElastic
3199
Apply G4UI command: /process/inactivate hadElastic
3200
Applying /process/inactivate hadElastic
3201
Apply G4UI command: /process/inactivate hadElastic
3202
Applying /process/inactivate hadElastic
3203
Apply G4UI command: /process/inactivate hadElastic
3204
Applying /process/inactivate hadElastic
3205
Apply G4UI command: /process/inactivate hadElastic
3206
Applying /process/inactivate hadElastic
3207
Apply G4UI command: /process/inactivate hadElastic
3208
Applying /process/inactivate hadElastic
3209
Apply G4UI command: /process/inactivate hadElastic
3210
Applying /process/inactivate hadElastic
3211
Apply G4UI command: /process/inactivate hadElastic
3212
Applying /process/inactivate hadElastic
3213
Apply G4UI command: /process/inactivate hadElastic
3214
Applying /process/inactivate hadElastic
3215
Apply G4UI command: /process/inactivate hadElastic
3216
Applying /process/inactivate NeutronInelastic
3217
Apply G4UI command: /process/inactivate NeutronInelastic
3218
Applying /process/inactivate nCapture
3219
Apply G4UI command: /process/inactivate nCapture
3220
Applying /process/inactivate nFission
3221
Apply G4UI command: /process/inactivate nFission
3222
Applying /process/inactivate ProtonInelastic
3223
Apply G4UI command: /process/inactivate ProtonInelastic
3224
Applying /process/inactivate PionPlusInelastic
3225
Apply G4UI command: /process/inactivate PionPlusInelastic
3226
Applying /process/inactivate PionMinusInelastic
3227
Apply G4UI command: /process/inactivate PionMinusInelastic
3228
Applying /process/inactivate KaonPlusInelastic
3229
Apply G4UI command: /process/inactivate KaonPlusInelastic
3230
Applying /process/inactivate KaonMinusInelastic
3231
Apply G4UI command: /process/inactivate KaonMinusInelastic
3232
Applying /process/inactivate KaonZeroLInelastic
3233
Apply G4UI command: /process/inactivate KaonZeroLInelastic
3234
Applying /process/inactivate KaonZeroSInelastic
3235
Apply G4UI command: /process/inactivate KaonZeroSInelastic
3236
Applying /process/inactivate AntiProtonInelastic
3237
Apply G4UI command: /process/inactivate AntiProtonInelastic
3238
Applying /process/inactivate AntiNeutronInelastic
3239
Apply G4UI command: /process/inactivate AntiNeutronInelastic
3240
Applying /process/inactivate LambdaInelastic
3241
Apply G4UI command: /process/inactivate LambdaInelastic
3242
Applying /process/inactivate AntiLambdaInelastic
3243
Apply G4UI command: /process/inactivate AntiLambdaInelastic
3244
Applying /process/inactivate SigmaMinusInelastic
3245
Apply G4UI command: /process/inactivate SigmaMinusInelastic
3246
Applying /process/inactivate AntiSigmaMinusInelastic
3247
Apply G4UI command: /process/inactivate AntiSigmaMinusInelastic
3248
Applying /process/inactivate SigmaPlusInelastic
3249
Apply G4UI command: /process/inactivate SigmaPlusInelastic
3250
Applying /process/inactivate AntiSigmaPlusInelastic
3251
Apply G4UI command: /process/inactivate AntiSigmaPlusInelastic
3252
Applying /process/inactivate XiMinusInelastic
3253
Apply G4UI command: /process/inactivate XiMinusInelastic
3254
Applying /process/inactivate AntiXiMinusInelastic
3255
Apply G4UI command: /process/inactivate AntiXiMinusInelastic
3256
Applying /process/inactivate XiZeroInelastic
3257
Apply G4UI command: /process/inactivate XiZeroInelastic
3258
Applying /process/inactivate AntiXiZeroInelastic
3259
Apply G4UI command: /process/inactivate AntiXiZeroInelastic
3260
Applying /process/inactivate OmegaMinusInelastic
3261
Apply G4UI command: /process/inactivate OmegaMinusInelastic
3262
Applying /process/inactivate AntiOmegaMinusInelastic
3263
Apply G4UI command: /process/inactivate AntiOmegaMinusInelastic
3264
Applying /process/inactivate CHIPSNuclearCaptureAtRest
3265
Apply G4UI command: /process/inactivate CHIPSNuclearCaptureAtRest
3266
Applying /process/inactivate muMinusCaptureAtRest
3267
Apply G4UI command: /process/inactivate muMinusCaptureAtRest
3268
Applying /process/inactivate DeuteronInelastic
3269
Apply G4UI command: /process/inactivate DeuteronInelastic
3270
Applying /process/inactivate TritonInelastic
3271
Apply G4UI command: /process/inactivate TritonInelastic
3272
Apply G4UI command: /process/inactivate Decay
3273
Setting the phase 
3274
Made 0 attempts to phase 0 cavities with 0 remaining
3275
MAUSPhysicsList::BeginOfRunAction() with
3276
  de model 0
3277
  msc model 0
3278
  hadronic model 0
3279
  particle decay 1
3280
  pi 1/2 life -1
3281
  mu 1/2 life -1
3282
Applying /run/setCut 0.5
3283
Apply G4UI command: /run/setCut 0.5
3284
Applying /process/eLoss/fluct true
3285
Apply G4UI command: /process/eLoss/fluct true
3286
Applying /process/activate muBrems
3287
Apply G4UI command: /process/activate muBrems
3288
Applying /process/activate hBrems
3289
Apply G4UI command: /process/activate hBrems
3290
Applying /process/activate eBrems
3291
Apply G4UI command: /process/activate eBrems
3292
 illegal process (or type) name 
3293
Applying /process/activate muPairProd
3294
Apply G4UI command: /process/activate muPairProd
3295
Applying /process/activate ePairProd
3296
Apply G4UI command: /process/activate ePairProd
3297
 illegal process (or type) name 
3298
Applying /process/activate hPairProd
3299
Apply G4UI command: /process/activate hPairProd
3300
Applying /process/activate muIoni
3301
Apply G4UI command: /process/activate muIoni
3302
Applying /process/activate hIoni
3303
Apply G4UI command: /process/activate hIoni
3304
Applying /process/activate eIoni
3305
Apply G4UI command: /process/activate eIoni
3306
Applying /process/activate muBrems
3307
Apply G4UI command: /process/activate muBrems
3308
Applying /process/activate hBrems
3309
Apply G4UI command: /process/activate hBrems
3310
Applying /process/activate eBrems
3311
Apply G4UI command: /process/activate eBrems
3312
 illegal process (or type) name 
3313
Applying /process/activate muPairProd
3314
Apply G4UI command: /process/activate muPairProd
3315
Applying /process/activate ePairProd
3316
Apply G4UI command: /process/activate ePairProd
3317
 illegal process (or type) name 
3318
Applying /process/activate hPairProd
3319
Apply G4UI command: /process/activate hPairProd
3320
Applying /process/activate ElectroNuclear
3321
Apply G4UI command: /process/activate ElectroNuclear
3322
Applying /process/activate msc
3323
Apply G4UI command: /process/activate msc
3324
Applying /process/activate PhotonInelastic
3325
Apply G4UI command: /process/activate PhotonInelastic
3326
Applying /process/activate ElectroNuclear
3327
Apply G4UI command: /process/activate ElectroNuclear
3328
Applying /process/activate PositronNuclear
3329
Apply G4UI command: /process/activate PositronNuclear
3330
Applying /process/activate hadElastic
3331
Apply G4UI command: /process/activate hadElastic
3332
Applying /process/activate hadElastic
3333
Apply G4UI command: /process/activate hadElastic
3334
Applying /process/activate hadElastic
3335
Apply G4UI command: /process/activate hadElastic
3336
Applying /process/activate hadElastic
3337
Apply G4UI command: /process/activate hadElastic
3338
Applying /process/activate hadElastic
3339
Apply G4UI command: /process/activate hadElastic
3340
Applying /process/activate hadElastic
3341
Apply G4UI command: /process/activate hadElastic
3342
Applying /process/activate hadElastic
3343
Apply G4UI command: /process/activate hadElastic
3344
Applying /process/activate hadElastic
3345
Apply G4UI command: /process/activate hadElastic
3346
Applying /process/activate hadElastic
3347
Apply G4UI command: /process/activate hadElastic
3348
Applying /process/activate hadElastic
3349
Apply G4UI command: /process/activate hadElastic
3350
Applying /process/activate hadElastic
3351
Apply G4UI command: /process/activate hadElastic
3352
Applying /process/activate hadElastic
3353
Apply G4UI command: /process/activate hadElastic
3354
Applying /process/activate hadElastic
3355
Apply G4UI command: /process/activate hadElastic
3356
Applying /process/activate hadElastic
3357
Apply G4UI command: /process/activate hadElastic
3358
Applying /process/activate hadElastic
3359
Apply G4UI command: /process/activate hadElastic
3360
Applying /process/activate hadElastic
3361
Apply G4UI command: /process/activate hadElastic
3362
Applying /process/activate hadElastic
3363
Apply G4UI command: /process/activate hadElastic
3364
Applying /process/activate hadElastic
3365
Apply G4UI command: /process/activate hadElastic
3366
Applying /process/activate hadElastic
3367
Apply G4UI command: /process/activate hadElastic
3368
Applying /process/activate hadElastic
3369
Apply G4UI command: /process/activate hadElastic
3370
Applying /process/activate hadElastic
3371
Apply G4UI command: /process/activate hadElastic
3372
Applying /process/activate hadElastic
3373
Apply G4UI command: /process/activate hadElastic
3374
Applying /process/activate hadElastic
3375
Apply G4UI command: /process/activate hadElastic
3376
Applying /process/activate hadElastic
3377
Apply G4UI command: /process/activate hadElastic
3378
Applying /process/activate hadElastic
3379
Apply G4UI command: /process/activate hadElastic
3380
Applying /process/activate hadElastic
3381
Apply G4UI command: /process/activate hadElastic
3382
Applying /process/activate hadElastic
3383
Apply G4UI command: /process/activate hadElastic
3384
Applying /process/activate hadElastic
3385
Apply G4UI command: /process/activate hadElastic
3386
Applying /process/activate NeutronInelastic
3387
Apply G4UI command: /process/activate NeutronInelastic
3388
Applying /process/activate nCapture
3389
Apply G4UI command: /process/activate nCapture
3390
Applying /process/activate nFission
3391
Apply G4UI command: /process/activate nFission
3392
Applying /process/activate ProtonInelastic
3393
Apply G4UI command: /process/activate ProtonInelastic
3394
Applying /process/activate PionPlusInelastic
3395
Apply G4UI command: /process/activate PionPlusInelastic
3396
Applying /process/activate PionMinusInelastic
3397
Apply G4UI command: /process/activate PionMinusInelastic
3398
Applying /process/activate KaonPlusInelastic
3399
Apply G4UI command: /process/activate KaonPlusInelastic
3400
Applying /process/activate KaonMinusInelastic
3401
Apply G4UI command: /process/activate KaonMinusInelastic
3402
Applying /process/activate KaonZeroLInelastic
3403
Apply G4UI command: /process/activate KaonZeroLInelastic
3404
Applying /process/activate KaonZeroSInelastic
3405
Apply G4UI command: /process/activate KaonZeroSInelastic
3406
Applying /process/activate AntiProtonInelastic
3407
Apply G4UI command: /process/activate AntiProtonInelastic
3408
Applying /process/activate AntiNeutronInelastic
3409
Apply G4UI command: /process/activate AntiNeutronInelastic
3410
Applying /process/activate LambdaInelastic
3411
Apply G4UI command: /process/activate LambdaInelastic
3412
Applying /process/activate AntiLambdaInelastic
3413
Apply G4UI command: /process/activate AntiLambdaInelastic
3414
Applying /process/activate SigmaMinusInelastic
3415
Apply G4UI command: /process/activate SigmaMinusInelastic
3416
Applying /process/activate AntiSigmaMinusInelastic
3417
Apply G4UI command: /process/activate AntiSigmaMinusInelastic
3418
Applying /process/activate SigmaPlusInelastic
3419
Apply G4UI command: /process/activate SigmaPlusInelastic
3420
Applying /process/activate AntiSigmaPlusInelastic
3421
Apply G4UI command: /process/activate AntiSigmaPlusInelastic
3422
Applying /process/activate XiMinusInelastic
3423
Apply G4UI command: /process/activate XiMinusInelastic
3424
Applying /process/activate AntiXiMinusInelastic
3425
Apply G4UI command: /process/activate AntiXiMinusInelastic
3426
Applying /process/activate XiZeroInelastic
3427
Apply G4UI command: /process/activate XiZeroInelastic
3428
Applying /process/activate AntiXiZeroInelastic
3429
Apply G4UI command: /process/activate AntiXiZeroInelastic
3430
Applying /process/activate OmegaMinusInelastic
3431
Apply G4UI command: /process/activate OmegaMinusInelastic
3432
Applying /process/activate AntiOmegaMinusInelastic
3433
Apply G4UI command: /process/activate AntiOmegaMinusInelastic
3434
Applying /process/activate CHIPSNuclearCaptureAtRest
3435
Apply G4UI command: /process/activate CHIPSNuclearCaptureAtRest
3436
Applying /process/activate muMinusCaptureAtRest
3437
Apply G4UI command: /process/activate muMinusCaptureAtRest
3438
Applying /process/activate DeuteronInelastic
3439
Apply G4UI command: /process/activate DeuteronInelastic
3440
Applying /process/activate TritonInelastic
3441
Apply G4UI command: /process/activate TritonInelastic
3442
Apply G4UI command: /process/activate   Decay
3443
ok
3444
@brief This is the main test - walks the directory structure and looks ... ok
3445
@brief self check - test we postprocess cpplint output correctly ... ok
3446
@brief self check - test the glob_maus_root_dir function (above) ... ok
3447
@brief self check - test we walk the path correctly, excluding relevant ... ok
3448
test_run_test_cpp_unit (test_cpp_unit.CppUnitTests) ... Initialising Globals
3449
Globals manager
3450
Checking overlaps for volume Box ... OK! 
3451
### Adding tracking cuts for neutron  TimeCut(ns)= 10000  KinEnergyCut(MeV)= 0
3452
 illegal process (or type) name 
3453
 illegal process (or type) name 
3454
 illegal process (or type) name 
3455
 illegal process (or type) name 
3456
 illegal process (or type) name 
3457
 illegal process (or type) name 
3458
 illegal process (or type) name 
3459
 illegal process (or type) name 
3460
Running tests
3461
[==========] Running 406 tests from 65 test cases.
3462
[----------] Global test environment set-up.
3463
[----------] 6 tests from RunActionManagerTest
3464
[ RUN      ] RunActionManagerTest.TestConstructDestruct
3465
[       OK ] RunActionManagerTest.TestConstructDestruct (1 ms)
3466
[ RUN      ] RunActionManagerTest.TestPushBack
3467
[       OK ] RunActionManagerTest.TestPushBack (1 ms)
3468
[ RUN      ] RunActionManagerTest.TestStartOfRunAction
3469
[       OK ] RunActionManagerTest.TestStartOfRunAction (0 ms)
3470
[ RUN      ] RunActionManagerTest.TestEndOfRunAction
3471
[       OK ] RunActionManagerTest.TestEndOfRunAction (0 ms)
3472
[ RUN      ] RunActionManagerTest.TestSwap
3473
[       OK ] RunActionManagerTest.TestSwap (1 ms)
3474
[ RUN      ] RunActionManagerTest.TestReferenceCount
3475
[       OK ] RunActionManagerTest.TestReferenceCount (0 ms)
3476
[----------] 6 tests from RunActionManagerTest (3 ms total)
3477

    
3478
[----------] 4 tests from MAUSEvaluatorTest
3479
[ RUN      ] MAUSEvaluatorTest.AllocationTest
3480
[       OK ] MAUSEvaluatorTest.AllocationTest (1 ms)
3481
[ RUN      ] MAUSEvaluatorTest.EvaluateRawTest
3482
[       OK ] MAUSEvaluatorTest.EvaluateRawTest (1 ms)
3483
[ RUN      ] MAUSEvaluatorTest.EvaluateVariableTest
3484
[       OK ] MAUSEvaluatorTest.EvaluateVariableTest (1 ms)
3485
[ RUN      ] MAUSEvaluatorTest.ResetTest
3486
[       OK ] MAUSEvaluatorTest.ResetTest (1 ms)
3487
[----------] 4 tests from MAUSEvaluatorTest (4 ms total)
3488

    
3489
[----------] 13 tests from JsonWrapperTest
3490
[ RUN      ] JsonWrapperTest.StringToJson
3491
[       OK ] JsonWrapperTest.StringToJson (0 ms)
3492
[ RUN      ] JsonWrapperTest.JsonToString
3493
[       OK ] JsonWrapperTest.JsonToString (0 ms)
3494
[ RUN      ] JsonWrapperTest.GetItemTest
3495
[       OK ] JsonWrapperTest.GetItemTest (3 ms)
3496
[ RUN      ] JsonWrapperTest.GetPropertyTest
3497
[       OK ] JsonWrapperTest.GetPropertyTest (11 ms)
3498
[ RUN      ] JsonWrapperTest.TypeConversionTest
3499
[       OK ] JsonWrapperTest.TypeConversionTest (1 ms)
3500
[ RUN      ] JsonWrapperTest.SimilarTypeTest
3501
[       OK ] JsonWrapperTest.SimilarTypeTest (0 ms)
3502
[ RUN      ] JsonWrapperTest.PrintTest
3503
[       OK ] JsonWrapperTest.PrintTest (0 ms)
3504
[ RUN      ] JsonWrapperTest.AlmostEqualTest
3505
[       OK ] JsonWrapperTest.AlmostEqualTest (0 ms)
3506
[ RUN      ] JsonWrapperTest.ArrayEqualTest
3507
[       OK ] JsonWrapperTest.ArrayEqualTest (0 ms)
3508
[ RUN      ] JsonWrapperTest.ObjectEqualTest
3509
[       OK ] JsonWrapperTest.ObjectEqualTest (0 ms)
3510
[ RUN      ] JsonWrapperTest.ObjectMergeTest
3511
[       OK ] JsonWrapperTest.ObjectMergeTest (2 ms)
3512
[ RUN      ] JsonWrapperTest.ArrayMergeTest
3513
[       OK ] JsonWrapperTest.ArrayMergeTest (1 ms)
3514
[ RUN      ] JsonWrapperTest.JsonValueTypeToStringTest
3515
[       OK ] JsonWrapperTest.JsonValueTypeToStringTest (0 ms)
3516
[----------] 13 tests from JsonWrapperTest (18 ms total)
3517

    
3518
[----------] 4 tests from CppErrorHandlerTest
3519
[ RUN      ] CppErrorHandlerTest.HandleSquealTest
3520
Traceback (most recent call last):
3521
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
3522
    raise(CppError(error_message))
3523
ErrorHandler.CppError: a_test at exc::test
3524
[       OK ] CppErrorHandlerTest.HandleSquealTest (25 ms)
3525
[ RUN      ] CppErrorHandlerTest.HandleStdExcTest
3526
Traceback (most recent call last):
3527
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
3528
    raise(CppError(error_message))
3529
ErrorHandler.CppError: a_test at exc::test
3530
[       OK ] CppErrorHandlerTest.HandleStdExcTest (1 ms)
3531
[ RUN      ] CppErrorHandlerTest.HandleStdExcNoJsonTest
3532
Traceback (most recent call last):
3533
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
3534
    raise(CppError(error_message))
3535
ErrorHandler.CppError: a_test at exc::test
3536
[       OK ] CppErrorHandlerTest.HandleStdExcNoJsonTest (1 ms)
3537
[ RUN      ] CppErrorHandlerTest.HandleSquealNoJsonTest
3538
Traceback (most recent call last):
3539
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
3540
    raise(CppError(error_message))
3541
ErrorHandler.CppError: a_test at exc::test
3542
[       OK ] CppErrorHandlerTest.HandleSquealNoJsonTest (1 ms)
3543
[----------] 4 tests from CppErrorHandlerTest (28 ms total)
3544

    
3545
[----------] 12 tests from MAUSGeant4ManagerTest
3546
[ RUN      ] MAUSGeant4ManagerTest.GetSetTest
3547
[       OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
3548
[ RUN      ] MAUSGeant4ManagerTest.GetReferenceParticleTest
3549
[       OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
3550
[ RUN      ] MAUSGeant4ManagerTest.SetPhasesTest
3551
 illegal process (or type) name 
3552
 illegal process (or type) name 
3553
 illegal process (or type) name 
3554
 illegal process (or type) name 
3555
 illegal process (or type) name 
3556
 illegal process (or type) name 
3557
 illegal process (or type) name 
3558
 illegal process (or type) name 
3559
[       OK ] MAUSGeant4ManagerTest.SetPhasesTest (11 ms)
3560
[ RUN      ] MAUSGeant4ManagerTest.RunParticlePGTest
3561

    
3562
phot:   for  gamma    SubType= 12
3563
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3564
       PhotoElectric :  Emin=        0 eV    Emax=       10 TeV  FluoActive
3565

    
3566
compt:   for  gamma    SubType= 13
3567
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3568
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3569
       Klein-Nishina :  Emin=        0 eV    Emax=       10 TeV
3570

    
3571
conv:   for  gamma    SubType= 14
3572
      Lambda tables from 1.022 MeV to 10 TeV in 77 bins, spline: 1
3573
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3574
        BetheHeitler :  Emin=        0 eV    Emax=       10 TeV
3575

    
3576
msc:   for e-    SubType= 10
3577
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3578
      RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
3579
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3580
          UrbanMsc95 :  Emin=        0 eV    Emax=       10 TeV
3581

    
3582
eIoni:   for  e-    SubType= 2
3583
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3584
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3585
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3586
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3587
        MollerBhabha :  Emin=        0 eV    Emax=       10 TeV
3588

    
3589
eBrem:   for  e-    SubType= 3
3590
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3591
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3592
      LPM flag: 1 for E > 1 GeV
3593
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3594
             eBremSB :  Emin=        0 eV    Emax=        1 GeV   AngularGenUrban
3595
            eBremLPM :  Emin=        1 GeV   Emax=       10 TeV   AngularGenUrban
3596

    
3597
eIoni:   for  e+    SubType= 2
3598
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3599
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3600
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3601
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3602
        MollerBhabha :  Emin=        0 eV    Emax=       10 TeV
3603

    
3604
eBrem:   for  e+    SubType= 3
3605
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3606
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3607
      LPM flag: 1 for E > 1 GeV
3608
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3609
             eBremSB :  Emin=        0 eV    Emax=        1 GeV   AngularGenUrban
3610
            eBremLPM :  Emin=        1 GeV   Emax=       10 TeV   AngularGenUrban
3611

    
3612
annihil:   for  e+    SubType= 5
3613
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3614
            eplus2gg :  Emin=        0 eV    Emax=       10 TeV
3615

    
3616
msc:   for proton    SubType= 10
3617
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3618
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
3619
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3620
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
3621

    
3622
hIoni:   for  proton    SubType= 2
3623
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3624
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3625
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3626
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3627
               Bragg :  Emin=        0 eV    Emax=        2 MeV
3628
          BetheBloch :  Emin=        2 MeV   Emax=       10 TeV
3629

    
3630
hBrems:   for  proton    SubType= 3
3631
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3632
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3633
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3634
               hBrem :  Emin=        0 eV    Emax=       10 TeV
3635

    
3636
hPairProd:   for  proton    SubType= 4
3637
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3638
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3639
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3640
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
3641

    
3642
msc:   for GenericIon    SubType= 10
3643
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
3644
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3645
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
3646

    
3647
ionIoni:   for  GenericIon    SubType= 2
3648
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3649
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3650
      finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
3651
      Stopping Power data for 17 ion/material pairs 
3652
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3653
            BraggIon :  Emin=        0 eV    Emax=        2 MeV
3654
          BetheBloch :  Emin=        2 MeV   Emax=       10 TeV
3655

    
3656
hIoni:   for  anti_proton    SubType= 2
3657
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3658
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3659
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3660
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3661
            ICRU73QO :  Emin=        0 eV    Emax=        2 MeV
3662
          BetheBloch :  Emin=        2 MeV   Emax=       10 TeV
3663

    
3664
msc:   for kaon+    SubType= 10
3665
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3666
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
3667
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3668
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
3669

    
3670
hIoni:   for  kaon+    SubType= 2
3671
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3672
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3673
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3674
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3675
               Bragg :  Emin=        0 eV    Emax=  1.05231 MeV
3676
          BetheBloch :  Emin=  1.05231 MeV   Emax=       10 TeV
3677

    
3678
hBrems:   for  kaon+    SubType= 3
3679
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3680
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3681
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3682
               hBrem :  Emin=        0 eV    Emax=       10 TeV
3683

    
3684
hPairProd:   for  kaon+    SubType= 4
3685
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3686
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3687
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3688
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
3689

    
3690
hIoni:   for  kaon-    SubType= 2
3691
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3692
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3693
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3694
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3695
            ICRU73QO :  Emin=        0 eV    Emax=  1.05231 MeV
3696
          BetheBloch :  Emin=  1.05231 MeV   Emax=       10 TeV
3697

    
3698
hBrems:   for  kaon-    SubType= 3
3699
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3700
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3701
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3702
               hBrem :  Emin=        0 eV    Emax=       10 TeV
3703

    
3704
hPairProd:   for  kaon-    SubType= 4
3705
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3706
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3707
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3708
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
3709

    
3710
muMsc:   for mu+    SubType= 10
3711
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3712
      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
3713
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3714
        WentzelVIUni :  Emin=        0 eV    Emax=       10 TeV
3715

    
3716
muIoni:   for  mu+    SubType= 2
3717
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3718
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3719
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3720
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3721
               Bragg :  Emin=        0 eV    Emax=      200 keV
3722
          BetheBloch :  Emin=      200 keV   Emax=        1 GeV
3723
        MuBetheBloch :  Emin=        1 GeV   Emax=       10 TeV
3724

    
3725
muBrems:   for  mu+    SubType= 3
3726
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3727
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3728
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3729
              MuBrem :  Emin=        0 eV    Emax=       10 TeV
3730

    
3731
muPairProd:   for  mu+    SubType= 4
3732
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3733
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3734
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3735
          muPairProd :  Emin=        0 eV    Emax=       10 TeV
3736

    
3737
CoulombScat:   for  mu+    SubType= 1
3738
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3739
      180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
3740
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3741
  eCoulombScattering :  Emin=        0 eV    Emax=       10 TeV
3742

    
3743
muIoni:   for  mu-    SubType= 2
3744
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3745
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3746
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3747
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3748
            ICRU73QO :  Emin=        0 eV    Emax=      200 keV
3749
          BetheBloch :  Emin=      200 keV   Emax=        1 GeV
3750
        MuBetheBloch :  Emin=        1 GeV   Emax=       10 TeV
3751

    
3752
muBrems:   for  mu-    SubType= 3
3753
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3754
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3755
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3756
              MuBrem :  Emin=        0 eV    Emax=       10 TeV
3757

    
3758
muPairProd:   for  mu-    SubType= 4
3759
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3760
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3761
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3762
          muPairProd :  Emin=        0 eV    Emax=       10 TeV
3763

    
3764
CoulombScat:   for  mu-    SubType= 1
3765
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3766
      180 < Theta(degree) < 180; pLimit(GeV^1)= 0.139531
3767
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3768
  eCoulombScattering :  Emin=        0 eV    Emax=       10 TeV
3769

    
3770
hIoni:   for  pi+    SubType= 2
3771
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3772
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3773
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3774
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3775
               Bragg :  Emin=        0 eV    Emax=  297.505 keV
3776
          BetheBloch :  Emin=  297.505 keV   Emax=       10 TeV
3777

    
3778
hBrems:   for  pi+    SubType= 3
3779
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3780
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3781
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3782
               hBrem :  Emin=        0 eV    Emax=       10 TeV
3783

    
3784
hPairProd:   for  pi+    SubType= 4
3785
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3786
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3787
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3788
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
3789

    
3790
msc:   for pi-    SubType= 10
3791
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
3792
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
3793
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3794
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
3795

    
3796
hIoni:   for  pi-    SubType= 2
3797
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3798
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3799
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
3800
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3801
            ICRU73QO :  Emin=        0 eV    Emax=  297.505 keV
3802
          BetheBloch :  Emin=  297.505 keV   Emax=       10 TeV
3803

    
3804
hBrems:   for  pi-    SubType= 3
3805
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3806
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3807
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3808
               hBrem :  Emin=        0 eV    Emax=       10 TeV
3809

    
3810
hPairProd:   for  pi-    SubType= 4
3811
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
3812
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
3813
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
3814
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
3815
============================================================================================
3816
             HADRONIC PROCESSES SUMMARY (verbose level 1)
3817

    
3818
                                  Hadronic Processes for <anti_neutron>
3819
                                  -----------------------------------
3820
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 100000
3821

    
3822
          hadElastic  Crs sctns:            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3823

    
3824
AntiNeutronInelastic  Models:     G4LEAntiNeutronInelastic: Emin(GeV)=    0  Emax(GeV)= 25
3825
                                  G4HEAntiNeutronInelastic: Emin(GeV)=   20  Emax(GeV)= 100000
3826

    
3827
AntiNeutronInelastic  Crs sctns:          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3828

    
3829

    
3830
                                  Hadronic Processes for <anti_proton>
3831
                                  -----------------------------------
3832
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 0.1
3833
                                              AntiAElastic: Emin(GeV)=  0.1  Emax(GeV)= 100000
3834

    
3835
          hadElastic  Crs sctns:              AntiAGlauber: Emin(GeV)=    0  Emax(GeV)= 1.79769e+305
3836
                                            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3837

    
3838
 AntiProtonInelastic  Models:      G4LEAntiProtonInelastic: Emin(GeV)=    0  Emax(GeV)= 25
3839
                                   G4HEAntiProtonInelastic: Emin(GeV)=   20  Emax(GeV)= 100000
3840

    
3841
 AntiProtonInelastic  Crs sctns:          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3842

    
3843

    
3844
                                  Hadronic Processes for <e->
3845
                                  -----------------------------------
3846
      ElectroNuclear  Models:          CHIPSElectroNuclear: Emin(GeV)=    0  Emax(GeV)= 30000
3847

    
3848
      ElectroNuclear  Crs sctns:          ElectroNuclearXS: Emin(GeV)=    0  Emax(GeV)= 100000
3849
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3850

    
3851

    
3852
                                  Hadronic Processes for <gamma>
3853
                                  -----------------------------------
3854
     PhotonInelastic  Models:            CHIPSGammaNuclear: Emin(GeV)=    0  Emax(GeV)= 3.5
3855
                                           TheoFSGenerator: Emin(GeV)=    3  Emax(GeV)= 100000
3856

    
3857
     PhotonInelastic  Crs sctns:            PhotoNuclearXS: Emin(GeV)=    0  Emax(GeV)= 100000
3858
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3859

    
3860

    
3861
                                  Hadronic Processes for <kaon+>
3862
                                  -----------------------------------
3863
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 100000
3864

    
3865
          hadElastic  Crs sctns:            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3866

    
3867
   KaonPlusInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3868
                                     G4LEKaonPlusInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3869
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3870

    
3871
   KaonPlusInelastic  Crs sctns:          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3872

    
3873

    
3874
                                  Hadronic Processes for <kaon->
3875
                                  -----------------------------------
3876
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 100000
3877

    
3878
          hadElastic  Crs sctns:            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3879

    
3880
  KaonMinusInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3881
                                    G4LEKaonMinusInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3882
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3883

    
3884
  KaonMinusInelastic  Crs sctns:          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3885

    
3886

    
3887
                                  Hadronic Processes for <lambda>
3888
                                  -----------------------------------
3889
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 100000
3890

    
3891
          hadElastic  Crs sctns:            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3892

    
3893
     LambdaInelastic  Models:          G4LELambdaInelastic: Emin(GeV)=    0  Emax(GeV)= 25
3894
                                       G4HELambdaInelastic: Emin(GeV)=   20  Emax(GeV)= 100000
3895

    
3896
     LambdaInelastic  Crs sctns:          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3897

    
3898

    
3899
                     Hadronic Processes for <mu->
3900
          muMinusCaptureAtRest
3901

    
3902
                                  Hadronic Processes for <neutron>
3903
                                  -----------------------------------
3904
          hadElastic  Models:                hElasticCHIPS: Emin(GeV)=    0  Emax(GeV)= 100000
3905

    
3906
          hadElastic  Crs sctns:            CHIPSElasticXS: Emin(GeV)=    0  Emax(GeV)= 100000
3907
                                            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3908

    
3909
    NeutronInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3910
                                      G4LENeutronInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3911
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3912

    
3913
    NeutronInelastic  Crs sctns:      G4CrossSectionPairGG: Emin(GeV)=    0  Emax(GeV)= 100000
3914
                         G4CrossSectionPairGG: Wellisch-Laidlaw cross sections 
3915
                           below 91 GeV, Glauber-Gribov above 
3916
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3917

    
3918
            nCapture  Models:                   G4LCapture: Emin(GeV)=    0  Emax(GeV)= 20000
3919

    
3920
            nCapture  Crs sctns:          GheishaCaptureXS: Emin(GeV)=    0  Emax(GeV)= 100000
3921

    
3922
            nFission  Models:                   G4LFission: Emin(GeV)=    0  Emax(GeV)= 20000
3923

    
3924
            nFission  Crs sctns:          GheishaFissionXS: Emin(GeV)=    0  Emax(GeV)= 100000
3925

    
3926

    
3927
                                  Hadronic Processes for <pi+>
3928
                                  -----------------------------------
3929
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 1
3930
                                           hElasticGlauber: Emin(GeV)=    1  Emax(GeV)= 100000
3931

    
3932
          hadElastic  Crs sctns:       Barashenkov-Glauber: Emin(GeV)=    0  Emax(GeV)= 100000
3933
                                            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3934

    
3935
   PionPlusInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3936
                                     G4LEPionPlusInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3937
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3938

    
3939
   PionPlusInelastic  Crs sctns:      G4CrossSectionPairGG: Emin(GeV)=    0  Emax(GeV)= 100000
3940
                         G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections 
3941
                           below 91 GeV, Glauber-Gribov above 
3942
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3943

    
3944

    
3945
                                  Hadronic Processes for <pi->
3946
                                  -----------------------------------
3947
          hadElastic  Models:                 hElasticLHEP: Emin(GeV)=    0  Emax(GeV)= 1
3948
                                           hElasticGlauber: Emin(GeV)=    1  Emax(GeV)= 100000
3949

    
3950
          hadElastic  Crs sctns:       Barashenkov-Glauber: Emin(GeV)=    0  Emax(GeV)= 100000
3951
                                            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3952

    
3953
  PionMinusInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3954
                                    G4LEPionMinusInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3955
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3956

    
3957
  PionMinusInelastic  Crs sctns:      G4CrossSectionPairGG: Emin(GeV)=    0  Emax(GeV)= 100000
3958
                         G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections 
3959
                           below 91 GeV, Glauber-Gribov above 
3960
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3961

    
3962

    
3963
                                  Hadronic Processes for <proton>
3964
                                  -----------------------------------
3965
          hadElastic  Models:                hElasticCHIPS: Emin(GeV)=    0  Emax(GeV)= 100000
3966

    
3967
          hadElastic  Crs sctns:            CHIPSElasticXS: Emin(GeV)=    0  Emax(GeV)= 100000
3968
                                            GheishaElastic: Emin(GeV)=    0  Emax(GeV)= 100000
3969

    
3970
     ProtonInelastic  Models:                         QGSP: Emin(GeV)=   12  Emax(GeV)= 100000
3971
                                       G4LEProtonInelastic: Emin(GeV)=  9.5  Emax(GeV)= 25
3972
                                            BertiniCascade: Emin(GeV)=    0  Emax(GeV)= 9.9
3973

    
3974
     ProtonInelastic  Crs sctns:      G4CrossSectionPairGG: Emin(GeV)=    0  Emax(GeV)= 100000
3975
                         G4CrossSectionPairGG: Axen-Wellisch cross sections 
3976
                           below 91 GeV, Glauber-Gribov above 
3977
                                          GheishaInelastic: Emin(GeV)=    0  Emax(GeV)= 100000
3978

    
3979
============================================================================================
3980
[       OK ] MAUSGeant4ManagerTest.RunParticlePGTest (2156 ms)
3981
[ RUN      ] MAUSGeant4ManagerTest.RunParticleJsonTest
3982
[       OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (10 ms)
3983
[ RUN      ] MAUSGeant4ManagerTest.RunManyParticlesTest
3984
[       OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (21 ms)
3985
[ RUN      ] MAUSGeant4ManagerTest.GetSetTest
3986
[       OK ] MAUSGeant4ManagerTest.GetSetTest (0 ms)
3987
[ RUN      ] MAUSGeant4ManagerTest.GetReferenceParticleTest
3988
[       OK ] MAUSGeant4ManagerTest.GetReferenceParticleTest (0 ms)
3989
[ RUN      ] MAUSGeant4ManagerTest.SetPhasesTest
3990
 illegal process (or type) name 
3991
 illegal process (or type) name 
3992
 illegal process (or type) name 
3993
 illegal process (or type) name 
3994
 illegal process (or type) name 
3995
 illegal process (or type) name 
3996
 illegal process (or type) name 
3997
 illegal process (or type) name 
3998
[       OK ] MAUSGeant4ManagerTest.SetPhasesTest (8 ms)
3999
[ RUN      ] MAUSGeant4ManagerTest.RunParticlePGTest
4000

    
4001
phot:   for  gamma    SubType= 12
4002
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4003
       PhotoElectric :  Emin=        0 eV    Emax=       10 TeV  FluoActive
4004

    
4005
compt:   for  gamma    SubType= 13
4006
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4007
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4008
       Klein-Nishina :  Emin=        0 eV    Emax=       10 TeV
4009

    
4010
conv:   for  gamma    SubType= 14
4011
      Lambda tables from 1.02199782 MeV to 10 TeV in 77 bins, spline: 1
4012
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4013
        BetheHeitler :  Emin=        0 eV    Emax=       10 TeV
4014

    
4015
msc:   for e-    SubType= 10
4016
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4017
      RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
4018
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4019
          UrbanMsc95 :  Emin=        0 eV    Emax=       10 TeV
4020

    
4021
eIoni:   for  e-    SubType= 2
4022
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4023
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4024
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4025
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4026
        MollerBhabha :  Emin=        0 eV    Emax=       10 TeV
4027

    
4028
eBrem:   for  e-    SubType= 3
4029
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4030
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4031
      LPM flag: 1 for E > 1 GeV
4032
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4033
             eBremSB :  Emin=        0 eV    Emax=        1 GeV   AngularGenUrban
4034
            eBremLPM :  Emin=        1 GeV   Emax=       10 TeV   AngularGenUrban
4035

    
4036
eIoni:   for  e+    SubType= 2
4037
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4038
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4039
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4040
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4041
        MollerBhabha :  Emin=        0 eV    Emax=       10 TeV
4042

    
4043
eBrem:   for  e+    SubType= 3
4044
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4045
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4046
      LPM flag: 1 for E > 1 GeV
4047
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4048
             eBremSB :  Emin=        0 eV    Emax=        1 GeV   AngularGenUrban
4049
            eBremLPM :  Emin=        1 GeV   Emax=       10 TeV   AngularGenUrban
4050

    
4051
annihil:   for  e+    SubType= 5
4052
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4053
            eplus2gg :  Emin=        0 eV    Emax=       10 TeV
4054

    
4055
msc:   for proton    SubType= 10
4056
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4057
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
4058
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4059
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
4060

    
4061
hIoni:   for  proton    SubType= 2
4062
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4063
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4064
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4065
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4066
               Bragg :  Emin=        0 eV    Emax=        2 MeV
4067
          BetheBloch :  Emin=        2 MeV   Emax=       10 TeV
4068

    
4069
hBrems:   for  proton    SubType= 3
4070
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4071
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4072
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4073
               hBrem :  Emin=        0 eV    Emax=       10 TeV
4074

    
4075
hPairProd:   for  proton    SubType= 4
4076
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4077
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4078
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4079
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
4080

    
4081
msc:   for GenericIon    SubType= 10
4082
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
4083
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4084
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
4085

    
4086
ionIoni:   for  GenericIon    SubType= 2
4087
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4088
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4089
      finalRange(mm)= 0.01, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
4090
      Stopping Power data for 17 ion/material pairs 
4091
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4092
            BraggIon :  Emin=        0 eV    Emax= 2.0000006117629 MeV
4093
          BetheBloch :  Emin= 2.0000006117629 MeV   Emax=       10 TeV
4094

    
4095
hIoni:   for  anti_proton    SubType= 2
4096
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4097
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4098
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4099
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4100
            ICRU73QO :  Emin=        0 eV    Emax=        2 MeV
4101
          BetheBloch :  Emin=        2 MeV   Emax=       10 TeV
4102

    
4103
msc:   for kaon+    SubType= 10
4104
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4105
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
4106
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4107
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
4108

    
4109
hIoni:   for  kaon+    SubType= 2
4110
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4111
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4112
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4113
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4114
               Bragg :  Emin=        0 eV    Emax= 1.0523110423416 MeV
4115
          BetheBloch :  Emin= 1.0523110423416 MeV   Emax=       10 TeV
4116

    
4117
hBrems:   for  kaon+    SubType= 3
4118
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4119
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4120
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4121
               hBrem :  Emin=        0 eV    Emax=       10 TeV
4122

    
4123
hPairProd:   for  kaon+    SubType= 4
4124
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4125
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4126
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4127
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
4128

    
4129
hIoni:   for  kaon-    SubType= 2
4130
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4131
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4132
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4133
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4134
            ICRU73QO :  Emin=        0 eV    Emax= 1.0523110423416 MeV
4135
          BetheBloch :  Emin= 1.0523110423416 MeV   Emax=       10 TeV
4136

    
4137
hBrems:   for  kaon-    SubType= 3
4138
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4139
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4140
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4141
               hBrem :  Emin=        0 eV    Emax=       10 TeV
4142

    
4143
hPairProd:   for  kaon-    SubType= 4
4144
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4145
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4146
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4147
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
4148

    
4149
muMsc:   for mu+    SubType= 10
4150
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4151
      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 180
4152
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4153
        WentzelVIUni :  Emin=        0 eV    Emax=       10 TeV
4154

    
4155
muIoni:   for  mu+    SubType= 2
4156
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4157
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4158
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4159
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4160
               Bragg :  Emin=        0 eV    Emax=      200 keV
4161
          BetheBloch :  Emin=      200 keV   Emax=        1 GeV
4162
        MuBetheBloch :  Emin=        1 GeV   Emax=       10 TeV
4163

    
4164
muBrems:   for  mu+    SubType= 3
4165
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4166
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4167
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4168
              MuBrem :  Emin=        0 eV    Emax=       10 TeV
4169

    
4170
muPairProd:   for  mu+    SubType= 4
4171
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4172
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4173
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4174
          muPairProd :  Emin=        0 eV    Emax=       10 TeV
4175

    
4176
CoulombScat:   for  mu+    SubType= 1
4177
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4178
      180 < Theta(degree) < 180; pLimit(GeV^1)= 0.13953123373693
4179
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4180
  eCoulombScattering :  Emin=        0 eV    Emax=       10 TeV
4181

    
4182
muIoni:   for  mu-    SubType= 2
4183
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4184
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4185
      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4186
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4187
            ICRU73QO :  Emin=        0 eV    Emax=      200 keV
4188
          BetheBloch :  Emin=      200 keV   Emax=        1 GeV
4189
        MuBetheBloch :  Emin=        1 GeV   Emax=       10 TeV
4190

    
4191
muBrems:   for  mu-    SubType= 3
4192
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4193
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4194
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4195
              MuBrem :  Emin=        0 eV    Emax=       10 TeV
4196

    
4197
muPairProd:   for  mu-    SubType= 4
4198
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4199
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4200
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4201
          muPairProd :  Emin=        0 eV    Emax=       10 TeV
4202

    
4203
CoulombScat:   for  mu-    SubType= 1
4204
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4205
      180 < Theta(degree) < 180; pLimit(GeV^1)= 0.13953123373693
4206
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4207
  eCoulombScattering :  Emin=        0 eV    Emax=       10 TeV
4208

    
4209
hIoni:   for  pi+    SubType= 2
4210
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4211
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4212
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4213
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4214
               Bragg :  Emin=        0 eV    Emax= 297.50455745502 keV
4215
          BetheBloch :  Emin= 297.50455745502 keV   Emax=       10 TeV
4216

    
4217
hBrems:   for  pi+    SubType= 3
4218
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4219
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4220
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4221
               hBrem :  Emin=        0 eV    Emax=       10 TeV
4222

    
4223
hPairProd:   for  pi+    SubType= 4
4224
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4225
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4226
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4227
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
4228

    
4229
msc:   for pi-    SubType= 10
4230
      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
4231
      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
4232
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4233
          UrbanMsc90 :  Emin=        0 eV    Emax=       10 TeV
4234

    
4235
hIoni:   for  pi-    SubType= 2
4236
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4237
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4238
      finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
4239
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4240
            ICRU73QO :  Emin=        0 eV    Emax= 297.50455745502 keV
4241
          BetheBloch :  Emin= 297.50455745502 keV   Emax=       10 TeV
4242

    
4243
hBrems:   for  pi-    SubType= 3
4244
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4245
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4246
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4247
               hBrem :  Emin=        0 eV    Emax=       10 TeV
4248

    
4249
hPairProd:   for  pi-    SubType= 4
4250
      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
4251
      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
4252
      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
4253
           hPairProd :  Emin=        0 eV    Emax=       10 TeV
4254
[       OK ] MAUSGeant4ManagerTest.RunParticlePGTest (202 ms)
4255
[ RUN      ] MAUSGeant4ManagerTest.RunParticleJsonTest
4256
[       OK ] MAUSGeant4ManagerTest.RunParticleJsonTest (10 ms)
4257
[ RUN      ] MAUSGeant4ManagerTest.RunManyParticlesTest
4258
[       OK ] MAUSGeant4ManagerTest.RunManyParticlesTest (21 ms)
4259
[----------] 12 tests from MAUSGeant4ManagerTest (2442 ms total)
4260

    
4261
[----------] 6 tests from VirtualPlaneTest
4262
[ RUN      ] VirtualPlaneTest.ConstructorTest
4263
[       OK ] VirtualPlaneTest.ConstructorTest (1 ms)
4264
[ RUN      ] VirtualPlaneTest.GetIndependentVariableZTest
4265
[       OK ] VirtualPlaneTest.GetIndependentVariableZTest (0 ms)
4266
[ RUN      ] VirtualPlaneTest.SteppingOverTest
4267
[       OK ] VirtualPlaneTest.SteppingOverTest (0 ms)
4268
[ RUN      ] VirtualPlaneTest.BuildNewHitTest
4269
[       OK ] VirtualPlaneTest.BuildNewHitTest (2 ms)
4270
[ RUN      ] VirtualPlaneTest.ComparePositionTest
4271
[       OK ] VirtualPlaneTest.ComparePositionTest (0 ms)
4272
[ RUN      ] VirtualPlaneTest.InRadialCutTest
4273
[       OK ] VirtualPlaneTest.InRadialCutTest (0 ms)
4274
[----------] 6 tests from VirtualPlaneTest (3 ms total)
4275

    
4276
[----------] 14 tests from VirtualPlaneManagerTest
4277
[ RUN      ] VirtualPlaneManagerTest.GetSetFieldTest
4278
[       OK ] VirtualPlaneManagerTest.GetSetFieldTest (0 ms)
4279
[ RUN      ] VirtualPlaneManagerTest.GetSetHitsTest
4280
[       OK ] VirtualPlaneManagerTest.GetSetHitsTest (1 ms)
4281
[ RUN      ] VirtualPlaneManagerTest.ConstructVirtualPlanes
4282
[       OK ] VirtualPlaneManagerTest.ConstructVirtualPlanes (1 ms)
4283
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest
4284
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_IndepVariableTest (4 ms)
4285
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest
4286
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_MultiplePassesTest (2 ms)
4287
[ RUN      ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest
4288
[       OK ] VirtualPlaneManagerTest.ConstructFromModule_OtherStuffTest (1 ms)
4289
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest
4290
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionTest (3 ms)
4291
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest
4292
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionBackwardsTest (0 ms)
4293
[ RUN      ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest
4294
[       OK ] VirtualPlaneManagerTest.VirtualPlanesSteppingActionMultipassTest (2 ms)
4295
[ RUN      ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest
4296
[       OK ] VirtualPlaneManagerTest.GetModuleFromStationNumberTest (3 ms)
4297
[ RUN      ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest
4298
[       OK ] VirtualPlaneManagerTest.GetStationNumberFromModuleTest (1 ms)
4299
[ RUN      ] VirtualPlaneManagerTest.RemovePlaneTest
4300
[       OK ] VirtualPlaneManagerTest.RemovePlaneTest (3 ms)
4301
[ RUN      ] VirtualPlaneManagerTest.RemovePlanesTest
4302
[       OK ] VirtualPlaneManagerTest.RemovePlanesTest (4 ms)
4303
[ RUN      ] VirtualPlaneManagerTest.ReadWriteHitTest
4304
[       OK ] VirtualPlaneManagerTest.ReadWriteHitTest (0 ms)
4305
[----------] 14 tests from VirtualPlaneManagerTest (25 ms total)
4306

    
4307
[----------] 2 tests from MAUSTrackingActionTest
4308
[ RUN      ] MAUSTrackingActionTest.PreUserTrackingActionTest
4309
[       OK ] MAUSTrackingActionTest.PreUserTrackingActionTest (0 ms)
4310
[ RUN      ] MAUSTrackingActionTest.PostUserTrackingActionTest
4311
[       OK ] MAUSTrackingActionTest.PostUserTrackingActionTest (1 ms)
4312
[----------] 2 tests from MAUSTrackingActionTest (1 ms total)
4313

    
4314
[----------] 5 tests from MAUSSteppingActionTest
4315
[ RUN      ] MAUSSteppingActionTest.GetSetTest
4316
[       OK ] MAUSSteppingActionTest.GetSetTest (0 ms)
4317
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest
4318
[       OK ] MAUSSteppingActionTest.UserSteppingActionMaxNStepsTest (1 ms)
4319
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest
4320
[       OK ] MAUSSteppingActionTest.UserSteppingActionWriteStepsTest (0 ms)
4321
[ RUN      ] MAUSSteppingActionTest.StepToJsonTest
4322
[       OK ] MAUSSteppingActionTest.StepToJsonTest (0 ms)
4323
[ RUN      ] MAUSSteppingActionTest.UserSteppingActionVirtualTest
4324
[       OK ] MAUSSteppingActionTest.UserSteppingActionVirtualTest (0 ms)
4325
[----------] 5 tests from MAUSSteppingActionTest (1 ms total)
4326

    
4327
[----------] 3 tests from MAUSStackingActionTest
4328
[ RUN      ] MAUSStackingActionTest.ConstructorAccessorsTest
4329
[       OK ] MAUSStackingActionTest.ConstructorAccessorsTest (0 ms)
4330
[ RUN      ] MAUSStackingActionTest.AccessorsMutatorsTest
4331
[       OK ] MAUSStackingActionTest.AccessorsMutatorsTest (0 ms)
4332
[ RUN      ] MAUSStackingActionTest.ClassifyNewTrackTest
4333
[       OK ] MAUSStackingActionTest.ClassifyNewTrackTest (0 ms)
4334
[----------] 3 tests from MAUSStackingActionTest (0 ms total)
4335

    
4336
[----------] 4 tests from MAUSPrimaryGeneratorActionTest
4337
[ RUN      ] MAUSPrimaryGeneratorActionTest.PushPopTest
4338
[       OK ] MAUSPrimaryGeneratorActionTest.PushPopTest (1 ms)
4339
[ RUN      ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest
4340
[       OK ] MAUSPrimaryGeneratorActionTest.GeneratePrimariesTest (3 ms)
4341
[ RUN      ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest
4342
[       OK ] MAUSPrimaryGeneratorActionTest.PGParticleReadWriteTest (0 ms)
4343
[ RUN      ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest
4344
[       OK ] MAUSPrimaryGeneratorActionTest.PGParticleFromVirtualHitTest (0 ms)
4345
[----------] 4 tests from MAUSPrimaryGeneratorActionTest (4 ms total)
4346

    
4347
[----------] 3 tests from MAUSEventActionTest
4348
[ RUN      ] MAUSEventActionTest.SetGetEventsTest
4349
[       OK ] MAUSEventActionTest.SetGetEventsTest (1 ms)
4350
[ RUN      ] MAUSEventActionTest.BeginOfEventActionTest
4351
[       OK ] MAUSEventActionTest.BeginOfEventActionTest (0 ms)
4352
[ RUN      ] MAUSEventActionTest.EndOfEventActionTest
4353
[       OK ] MAUSEventActionTest.EndOfEventActionTest (1 ms)
4354
[----------] 3 tests from MAUSEventActionTest (2 ms total)
4355

    
4356
[----------] 3 tests from TransferMapTest
4357
[ RUN      ] TransferMapTest.PhaseSpaceVectorTransport
4358
[       OK ] TransferMapTest.PhaseSpaceVectorTransport (1 ms)
4359
[ RUN      ] TransferMapTest.Constructors
4360
[       OK ] TransferMapTest.Constructors (0 ms)
4361
[ RUN      ] TransferMapTest.FirstOrderCovarianceMatrixTransport
4362
[       OK ] TransferMapTest.FirstOrderCovarianceMatrixTransport (0 ms)
4363
[----------] 3 tests from TransferMapTest (1 ms total)
4364

    
4365
[----------] 7 tests from PhaseSpaceVectorTest
4366
[ RUN      ] PhaseSpaceVectorTest.DefaultConstructor
4367
[       OK ] PhaseSpaceVectorTest.DefaultConstructor (0 ms)
4368
[ RUN      ] PhaseSpaceVectorTest.VectorConstructor
4369
[       OK ] PhaseSpaceVectorTest.VectorConstructor (0 ms)
4370
[ RUN      ] PhaseSpaceVectorTest.ArrayConstructor
4371
[       OK ] PhaseSpaceVectorTest.ArrayConstructor (0 ms)
4372
[ RUN      ] PhaseSpaceVectorTest.CopyConstructor
4373
[       OK ] PhaseSpaceVectorTest.CopyConstructor (0 ms)
4374
[ RUN      ] PhaseSpaceVectorTest.ParameterConstructor
4375
[       OK ] PhaseSpaceVectorTest.ParameterConstructor (0 ms)
4376
[ RUN      ] PhaseSpaceVectorTest.Accessors
4377
[       OK ] PhaseSpaceVectorTest.Accessors (0 ms)
4378
[ RUN      ] PhaseSpaceVectorTest.Mutators
4379
[       OK ] PhaseSpaceVectorTest.Mutators (0 ms)
4380
[----------] 7 tests from PhaseSpaceVectorTest (0 ms total)
4381

    
4382
[----------] 6 tests from CovarianceMatrixTest
4383
[ RUN      ] CovarianceMatrixTest.DefaultConstructor
4384
Seed for HepJamesRandom must be non-negative
4385
Seed value supplied was -1
4386
Using its absolute value instead
4387
[       OK ] CovarianceMatrixTest.DefaultConstructor (1 ms)
4388
[ RUN      ] CovarianceMatrixTest.CopyConstructors
4389
Seed for HepJamesRandom must be non-negative
4390
Seed value supplied was -1
4391
Using its absolute value instead
4392
[       OK ] CovarianceMatrixTest.CopyConstructors (2 ms)
4393
[ RUN      ] CovarianceMatrixTest.PennParametrization
4394
Seed for HepJamesRandom must be non-negative
4395
Seed value supplied was -1
4396
Using its absolute value instead
4397
[       OK ] CovarianceMatrixTest.PennParametrization (0 ms)
4398
[ RUN      ] CovarianceMatrixTest.TwissParametrization
4399
Seed for HepJamesRandom must be non-negative
4400
Seed value supplied was -1
4401
Using its absolute value instead
4402
[       OK ] CovarianceMatrixTest.TwissParametrization (0 ms)
4403
[ RUN      ] CovarianceMatrixTest.PositiveDefiniteness
4404
Seed for HepJamesRandom must be non-negative
4405
Seed value supplied was -1
4406
Using its absolute value instead
4407
[       OK ] CovarianceMatrixTest.PositiveDefiniteness (0 ms)
4408
[ RUN      ] CovarianceMatrixTest.RotateEllipse
4409
Seed for HepJamesRandom must be non-negative
4410
Seed value supplied was -1
4411
Using its absolute value instead
4412
[       OK ] CovarianceMatrixTest.RotateEllipse (1 ms)
4413
[----------] 6 tests from CovarianceMatrixTest (4 ms total)
4414

    
4415
[----------] 15 tests from VectorTest
4416
[ RUN      ] VectorTest.Size
4417
[       OK ] VectorTest.Size (0 ms)
4418
[ RUN      ] VectorTest.Subvector
4419
[       OK ] VectorTest.Subvector (1 ms)
4420
[ RUN      ] VectorTest.Indexing
4421
[       OK ] VectorTest.Indexing (4 ms)
4422
[ RUN      ] VectorTest.Equals
4423
[       OK ] VectorTest.Equals (0 ms)
4424
[ RUN      ] VectorTest.NotEquals
4425
[       OK ] VectorTest.NotEquals (0 ms)
4426
[ RUN      ] VectorTest.StdVectorConstructor
4427
[       OK ] VectorTest.StdVectorConstructor (0 ms)
4428
[ RUN      ] VectorTest.HepVectorConstructor
4429
[       OK ] VectorTest.HepVectorConstructor (0 ms)
4430
[ RUN      ] VectorTest.Assignment
4431
[       OK ] VectorTest.Assignment (2 ms)
4432
[ RUN      ] VectorTest.Multiplication
4433
[       OK ] VectorTest.Multiplication (3 ms)
4434
[ RUN      ] VectorTest.Division
4435
[       OK ] VectorTest.Division (3 ms)
4436
[ RUN      ] VectorTest.Addition
4437
[       OK ] VectorTest.Addition (0 ms)
4438
[ RUN      ] VectorTest.Inversion
4439
[       OK ] VectorTest.Inversion (0 ms)
4440
[ RUN      ] VectorTest.Subtraction
4441
[       OK ] VectorTest.Subtraction (0 ms)
4442
[ RUN      ] VectorTest.ComplexDecomposition
4443
[       OK ] VectorTest.ComplexDecomposition (0 ms)
4444
[ RUN      ] VectorTest.Streaming
4445
[       OK ] VectorTest.Streaming (0 ms)
4446
[----------] 15 tests from VectorTest (13 ms total)
4447

    
4448
[----------] 16 tests from SymmetricMatrixTest
4449
[ RUN      ] SymmetricMatrixTest.DefaultConstructor
4450
[       OK ] SymmetricMatrixTest.DefaultConstructor (0 ms)
4451
[ RUN      ] SymmetricMatrixTest.CopyConstructor
4452
[       OK ] SymmetricMatrixTest.CopyConstructor (0 ms)
4453
[ RUN      ] SymmetricMatrixTest.HepSymMatrixConstructor
4454
[       OK ] SymmetricMatrixTest.HepSymMatrixConstructor (0 ms)
4455
[ RUN      ] SymmetricMatrixTest.ConstructorSizeOnly
4456
[       OK ] SymmetricMatrixTest.ConstructorSizeOnly (0 ms)
4457
[ RUN      ] SymmetricMatrixTest.ConstructorFill
4458
[       OK ] SymmetricMatrixTest.ConstructorFill (0 ms)
4459
[ RUN      ] SymmetricMatrixTest.ConstructorFromArray
4460
[       OK ] SymmetricMatrixTest.ConstructorFromArray (0 ms)
4461
[ RUN      ] SymmetricMatrixTest.Set
4462
[       OK ] SymmetricMatrixTest.Set (0 ms)
4463
[ RUN      ] SymmetricMatrixTest.Assignment
4464
[       OK ] SymmetricMatrixTest.Assignment (0 ms)
4465
[ RUN      ] SymmetricMatrixTest.Addition
4466
[       OK ] SymmetricMatrixTest.Addition (0 ms)
4467
[ RUN      ] SymmetricMatrixTest.Subtraction
4468
[       OK ] SymmetricMatrixTest.Subtraction (1 ms)
4469
[ RUN      ] SymmetricMatrixTest.ScalarMultiplication
4470
[       OK ] SymmetricMatrixTest.ScalarMultiplication (0 ms)
4471
[ RUN      ] SymmetricMatrixTest.ScalarDivision
4472
[       OK ] SymmetricMatrixTest.ScalarDivision (0 ms)
4473
[ RUN      ] SymmetricMatrixTest.Inverse
4474
[       OK ] SymmetricMatrixTest.Inverse (0 ms)
4475
[ RUN      ] SymmetricMatrixTest.HepSymMatrix
4476
[       OK ] SymmetricMatrixTest.HepSymMatrix (0 ms)
4477
[ RUN      ] SymmetricMatrixTest.Eigen
4478
[       OK ] SymmetricMatrixTest.Eigen (0 ms)
4479
[ RUN      ] SymmetricMatrixTest.Negation
4480
[       OK ] SymmetricMatrixTest.Negation (0 ms)
4481
[----------] 16 tests from SymmetricMatrixTest (1 ms total)
4482

    
4483
[----------] 10 tests from PolynomialVectorTest
4484
[ RUN      ] PolynomialVectorTest.Constructor
4485
[       OK ] PolynomialVectorTest.Constructor (2 ms)
4486
[ RUN      ] PolynomialVectorTest.Clone
4487
[       OK ] PolynomialVectorTest.Clone (0 ms)
4488
[ RUN      ] PolynomialVectorTest.MapEvaluation
4489
[       OK ] PolynomialVectorTest.MapEvaluation (0 ms)
4490
[ RUN      ] PolynomialVectorTest.IterableEquality
4491
[       OK ] PolynomialVectorTest.IterableEquality (1 ms)
4492
[ RUN      ] PolynomialVectorTest.PointBox
4493
[       OK ] PolynomialVectorTest.PointBox (0 ms)
4494
[ RUN      ] PolynomialVectorTest.GetAvgChi2OfDifference
4495
[       OK ] PolynomialVectorTest.GetAvgChi2OfDifference (3 ms)
4496
[ RUN      ] PolynomialVectorTest.Means
4497
[       OK ] PolynomialVectorTest.Means (0 ms)
4498
[ RUN      ] PolynomialVectorTest.Covariances
4499
[       OK ] PolynomialVectorTest.Covariances (0 ms)
4500
[ RUN      ] PolynomialVectorTest.LeastSquaresFitting
4501
[       OK ] PolynomialVectorTest.LeastSquaresFitting (822 ms)
4502
[ RUN      ] PolynomialVectorTest.SpaceTransform
4503
[       OK ] PolynomialVectorTest.SpaceTransform (1 ms)
4504
[----------] 10 tests from PolynomialVectorTest (829 ms total)
4505

    
4506
[----------] 31 tests from MatrixTest
4507
[ RUN      ] MatrixTest.DefaultConstructor
4508
[       OK ] MatrixTest.DefaultConstructor (0 ms)
4509
[ RUN      ] MatrixTest.SingleElementValueConstructor
4510
[       OK ] MatrixTest.SingleElementValueConstructor (0 ms)
4511
[ RUN      ] MatrixTest.ConstructorFromArray
4512
[       OK ] MatrixTest.ConstructorFromArray (0 ms)
4513
[ RUN      ] MatrixTest.IndexingElements
4514
[       OK ] MatrixTest.IndexingElements (7 ms)
4515
[ RUN      ] MatrixTest.CopyConstructor
4516
[       OK ] MatrixTest.CopyConstructor (0 ms)
4517
[ RUN      ] MatrixTest.HepMatrixConstructor
4518
[       OK ] MatrixTest.HepMatrixConstructor (0 ms)
4519
[ RUN      ] MatrixTest.ConstructorSizeOnly
4520
[       OK ] MatrixTest.ConstructorSizeOnly (0 ms)
4521
[ RUN      ] MatrixTest.ConstructorFill
4522
[       OK ] MatrixTest.ConstructorFill (0 ms)
4523
[ RUN      ] MatrixTest.IndexingRows
4524
[       OK ] MatrixTest.IndexingRows (2 ms)
4525
[ RUN      ] MatrixTest.IndexingColumns
4526
[       OK ] MatrixTest.IndexingColumns (2 ms)
4527
[ RUN      ] MatrixTest.Submatrix
4528
[       OK ] MatrixTest.Submatrix (0 ms)
4529
[ RUN      ] MatrixTest.Comparison
4530
[       OK ] MatrixTest.Comparison (0 ms)
4531
[ RUN      ] MatrixTest.Assignment
4532
[       OK ] MatrixTest.Assignment (1 ms)
4533
[ RUN      ] MatrixTest.Addition
4534
[       OK ] MatrixTest.Addition (3 ms)
4535
[ RUN      ] MatrixTest.Subtraction
4536
[       OK ] MatrixTest.Subtraction (2 ms)
4537
[ RUN      ] MatrixTest.Multiplication
4538
[       OK ] MatrixTest.Multiplication (1 ms)
4539
[ RUN      ] MatrixTest.ScalarMultiplication
4540
[       OK ] MatrixTest.ScalarMultiplication (0 ms)
4541
[ RUN      ] MatrixTest.ScalarDivision
4542
[       OK ] MatrixTest.ScalarDivision (0 ms)
4543
[ RUN      ] MatrixTest.ComplexComposition
4544
[       OK ] MatrixTest.ComplexComposition (1 ms)
4545
[ RUN      ] MatrixTest.ComplexDecomposition
4546
[       OK ] MatrixTest.ComplexDecomposition (0 ms)
4547
[ RUN      ] MatrixTest.ComplexConjugation
4548
[       OK ] MatrixTest.ComplexConjugation (0 ms)
4549
[ RUN      ] MatrixTest.Determinant
4550
[       OK ] MatrixTest.Determinant (1 ms)
4551
[ RUN      ] MatrixTest.Inverse
4552
[       OK ] MatrixTest.Inverse (1 ms)
4553
[ RUN      ] MatrixTest.Trace
4554
[       OK ] MatrixTest.Trace (0 ms)
4555
[ RUN      ] MatrixTest.Transpose
4556
[       OK ] MatrixTest.Transpose (1 ms)
4557
[ RUN      ] MatrixTest.Dagger
4558
[       OK ] MatrixTest.Dagger (0 ms)
4559
[ RUN      ] MatrixTest.HepMatrix
4560
[       OK ] MatrixTest.HepMatrix (0 ms)
4561
[ RUN      ] MatrixTest.Eigen
4562
[       OK ] MatrixTest.Eigen (1 ms)
4563
[ RUN      ] MatrixTest.Negation
4564
[       OK ] MatrixTest.Negation (0 ms)
4565
[ RUN      ] MatrixTest.VectorMultiplication
4566
[       OK ] MatrixTest.VectorMultiplication (0 ms)
4567
[ RUN      ] MatrixTest.Streaming
4568
[       OK ] MatrixTest.Streaming (0 ms)
4569
[----------] 31 tests from MatrixTest (23 ms total)
4570

    
4571
[----------] 13 tests from HermitianMatrixTest
4572
[ RUN      ] HermitianMatrixTest.DefaultConstructor
4573
[       OK ] HermitianMatrixTest.DefaultConstructor (0 ms)
4574
[ RUN      ] HermitianMatrixTest.CopyConstructor
4575
[       OK ] HermitianMatrixTest.CopyConstructor (0 ms)
4576
[ RUN      ] HermitianMatrixTest.ConstructorSizeOnly
4577
[       OK ] HermitianMatrixTest.ConstructorSizeOnly (0 ms)
4578
[ RUN      ] HermitianMatrixTest.ConstructorFill
4579
[       OK ] HermitianMatrixTest.ConstructorFill (0 ms)
4580
[ RUN      ] HermitianMatrixTest.ConstructorFromArray
4581
[       OK ] HermitianMatrixTest.ConstructorFromArray (0 ms)
4582
[ RUN      ] HermitianMatrixTest.Set
4583
[       OK ] HermitianMatrixTest.Set (0 ms)
4584
[ RUN      ] HermitianMatrixTest.Assignment
4585
[       OK ] HermitianMatrixTest.Assignment (0 ms)
4586
[ RUN      ] HermitianMatrixTest.Addition
4587
[       OK ] HermitianMatrixTest.Addition (0 ms)
4588
[ RUN      ] HermitianMatrixTest.Subtraction
4589
[       OK ] HermitianMatrixTest.Subtraction (0 ms)
4590
[ RUN      ] HermitianMatrixTest.Inverse
4591
[       OK ] HermitianMatrixTest.Inverse (0 ms)
4592
[ RUN      ] HermitianMatrixTest.ComplexDecomposition
4593
[       OK ] HermitianMatrixTest.ComplexDecomposition (0 ms)
4594
[ RUN      ] HermitianMatrixTest.Eigen
4595
[       OK ] HermitianMatrixTest.Eigen (0 ms)
4596
[ RUN      ] HermitianMatrixTest.Negation
4597
[       OK ] HermitianMatrixTest.Negation (0 ms)
4598
[----------] 13 tests from HermitianMatrixTest (0 ms total)
4599

    
4600
[----------] 22 tests from ComplexTest
4601
[ RUN      ] ComplexTest.PseudoConstructor
4602
[       OK ] ComplexTest.PseudoConstructor (0 ms)
4603
[ RUN      ] ComplexTest.Equals
4604
[       OK ] ComplexTest.Equals (0 ms)
4605
[ RUN      ] ComplexTest.NotEquals
4606
[       OK ] ComplexTest.NotEquals (0 ms)
4607
[ RUN      ] ComplexTest.Components
4608
[       OK ] ComplexTest.Components (0 ms)
4609
[ RUN      ] ComplexTest.Double
4610
[       OK ] ComplexTest.Double (0 ms)
4611
[ RUN      ] ComplexTest.Conjugate
4612
[       OK ] ComplexTest.Conjugate (0 ms)
4613
[ RUN      ] ComplexTest.Assignment
4614
[       OK ] ComplexTest.Assignment (0 ms)
4615
[ RUN      ] ComplexTest.Multiplication
4616
[       OK ] ComplexTest.Multiplication (0 ms)
4617
[ RUN      ] ComplexTest.Division
4618
[       OK ] ComplexTest.Division (0 ms)
4619
[ RUN      ] ComplexTest.Addition
4620
[       OK ] ComplexTest.Addition (0 ms)
4621
[ RUN      ] ComplexTest.Negation
4622
[       OK ] ComplexTest.Negation (0 ms)
4623
[ RUN      ] ComplexTest.Subtraction
4624
[       OK ] ComplexTest.Subtraction (0 ms)
4625
[ RUN      ] ComplexTest.Polar
4626
[       OK ] ComplexTest.Polar (0 ms)
4627
[ RUN      ] ComplexTest.Magnitude
4628
[       OK ] ComplexTest.Magnitude (0 ms)
4629
[ RUN      ] ComplexTest.Arg
4630
[       OK ] ComplexTest.Arg (0 ms)
4631
[ RUN      ] ComplexTest.Exponential
4632
[       OK ] ComplexTest.Exponential (0 ms)
4633
[ RUN      ] ComplexTest.Logarithms
4634
[       OK ] ComplexTest.Logarithms (0 ms)
4635
[ RUN      ] ComplexTest.Pow
4636
[       OK ] ComplexTest.Pow (0 ms)
4637
[ RUN      ] ComplexTest.SquareRoot
4638
[       OK ] ComplexTest.SquareRoot (0 ms)
4639
[ RUN      ] ComplexTest.TrigonometricFunctions
4640
[       OK ] ComplexTest.TrigonometricFunctions (0 ms)
4641
[ RUN      ] ComplexTest.HyperbolicTrigonometricFunctions
4642
[       OK ] ComplexTest.HyperbolicTrigonometricFunctions (0 ms)
4643
[ RUN      ] ComplexTest.Streaming
4644
[       OK ] ComplexTest.Streaming (0 ms)
4645
[----------] 22 tests from ComplexTest (1 ms total)
4646

    
4647
[----------] 1 test from MapCppSimulationTest
4648
[ RUN      ] MapCppSimulationTest.DoesNothingTest
4649
[       OK ] MapCppSimulationTest.DoesNothingTest (0 ms)
4650
[----------] 1 test from MapCppSimulationTest (0 ms total)
4651

    
4652
[----------] 4 tests from RStreamTest
4653
[ RUN      ] RStreamTest.TestConstructor
4654
[       OK ] RStreamTest.TestConstructor (6 ms)
4655
[ RUN      ] RStreamTest.TestIsOpen
4656
[       OK ] RStreamTest.TestIsOpen (2 ms)
4657
[ RUN      ] RStreamTest.TestSetBranch
4658
[       OK ] RStreamTest.TestSetBranch (1 ms)
4659
[ RUN      ] RStreamTest.TestAttachBranch
4660
No branch name set
4661
Branch not found
4662
Branch not found
4663
No branch name set
4664
Branch not found
4665
Branch not found
4666
[       OK ] RStreamTest.TestAttachBranch (38 ms)
4667
[----------] 4 tests from RStreamTest (48 ms total)
4668

    
4669
[----------] 4 tests from ORStreamTest
4670
[ RUN      ] ORStreamTest.TestConstructor
4671
[       OK ] ORStreamTest.TestConstructor (2 ms)
4672
[ RUN      ] ORStreamTest.TestFileOpen
4673
[       OK ] ORStreamTest.TestFileOpen (3 ms)
4674
[ RUN      ] ORStreamTest.TestFileClose
4675
[       OK ] ORStreamTest.TestFileClose (54 ms)
4676
[ RUN      ] ORStreamTest.TestFillEvent
4677
[       OK ] ORStreamTest.TestFillEvent (6 ms)
4678
[----------] 4 tests from ORStreamTest (65 ms total)
4679

    
4680
[----------] 4 tests from IRStreamTest
4681
[ RUN      ] IRStreamTest.TestConstructor
4682
[       OK ] IRStreamTest.TestConstructor (5 ms)
4683
[ RUN      ] IRStreamTest.TestFileOpen
4684
[       OK ] IRStreamTest.TestFileOpen (4 ms)
4685
[ RUN      ] IRStreamTest.TestFileClose
4686
[       OK ] IRStreamTest.TestFileClose (3 ms)
4687
[ RUN      ] IRStreamTest.TestReadEvent
4688
[       OK ] IRStreamTest.TestReadEvent (4 ms)
4689
[----------] 4 tests from IRStreamTest (16 ms total)
4690

    
4691
[----------] 3 tests from OneArgManipTest
4692
[ RUN      ] OneArgManipTest.TestConstructor
4693
[       OK ] OneArgManipTest.TestConstructor (0 ms)
4694
[ RUN      ] OneArgManipTest.TestOperator
4695
[       OK ] OneArgManipTest.TestOperator (2 ms)
4696
[ RUN      ] OneArgManipTest.TestBranchName
4697
[       OK ] OneArgManipTest.TestBranchName (0 ms)
4698
[----------] 3 tests from OneArgManipTest (2 ms total)
4699

    
4700
[----------] 14 tests from SpillProcessorTest
4701
[ RUN      ] SpillProcessorTest.ThreeVectorProcessorTest
4702
[       OK ] SpillProcessorTest.ThreeVectorProcessorTest (0 ms)
4703
[ RUN      ] SpillProcessorTest.StepProcessorTest
4704
[       OK ] SpillProcessorTest.StepProcessorTest (0 ms)
4705
[ RUN      ] SpillProcessorTest.TrackProcessorTest
4706
[       OK ] SpillProcessorTest.TrackProcessorTest (1 ms)
4707
[ RUN      ] SpillProcessorTest.TOFChannelIdProcessorTest
4708
[       OK ] SpillProcessorTest.TOFChannelIdProcessorTest (0 ms)
4709
[ RUN      ] SpillProcessorTest.SciFiChannelIdProcessorTest
4710
[       OK ] SpillProcessorTest.SciFiChannelIdProcessorTest (0 ms)
4711
[ RUN      ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest
4712
[       OK ] SpillProcessorTest.SpecialVirtualChannelIdProcessorTest (0 ms)
4713
[ RUN      ] SpillProcessorTest.SciFiHitProcessorTest
4714
[       OK ] SpillProcessorTest.SciFiHitProcessorTest (1 ms)
4715
[ RUN      ] SpillProcessorTest.TOFHitProcessorTest
4716
[       OK ] SpillProcessorTest.TOFHitProcessorTest (0 ms)
4717
[ RUN      ] SpillProcessorTest.SpecialVirtualHitProcessorTest
4718
[       OK ] SpillProcessorTest.SpecialVirtualHitProcessorTest (0 ms)
4719
[ RUN      ] SpillProcessorTest.VirtualHitProcessorTest
4720
[       OK ] SpillProcessorTest.VirtualHitProcessorTest (1 ms)
4721
[ RUN      ] SpillProcessorTest.PrimaryProcessorTest
4722
[       OK ] SpillProcessorTest.PrimaryProcessorTest (0 ms)
4723
[ RUN      ] SpillProcessorTest.MCEventProcessorTest
4724
[       OK ] SpillProcessorTest.MCEventProcessorTest (3 ms)
4725
[ RUN      ] SpillProcessorTest.ReconEventProcessorTest
4726
[       OK ] SpillProcessorTest.ReconEventProcessorTest (1 ms)
4727
[ RUN      ] SpillProcessorTest.SpillProcessorTest
4728
[       OK ] SpillProcessorTest.SpillProcessorTest (1 ms)
4729
[----------] 14 tests from SpillProcessorTest (8 ms total)
4730

    
4731
[----------] 10 tests from PrimitivesProcessorsTest
4732
[ RUN      ] PrimitivesProcessorsTest.DoubleJsonToCpp
4733
[       OK ] PrimitivesProcessorsTest.DoubleJsonToCpp (1 ms)
4734
[ RUN      ] PrimitivesProcessorsTest.DoubleCppToJson
4735
[       OK ] PrimitivesProcessorsTest.DoubleCppToJson (0 ms)
4736
[ RUN      ] PrimitivesProcessorsTest.BoolJsonToCpp
4737
[       OK ] PrimitivesProcessorsTest.BoolJsonToCpp (0 ms)
4738
[ RUN      ] PrimitivesProcessorsTest.BoolCppToJson
4739
[       OK ] PrimitivesProcessorsTest.BoolCppToJson (0 ms)
4740
[ RUN      ] PrimitivesProcessorsTest.StringJsonToCpp
4741
[       OK ] PrimitivesProcessorsTest.StringJsonToCpp (1 ms)
4742
[ RUN      ] PrimitivesProcessorsTest.StringCppToJson
4743
[       OK ] PrimitivesProcessorsTest.StringCppToJson (0 ms)
4744
[ RUN      ] PrimitivesProcessorsTest.IntJsonToCpp
4745
[       OK ] PrimitivesProcessorsTest.IntJsonToCpp (1 ms)
4746
[ RUN      ] PrimitivesProcessorsTest.IntCppToJson
4747
[       OK ] PrimitivesProcessorsTest.IntCppToJson (0 ms)
4748
[ RUN      ] PrimitivesProcessorsTest.UIntJsonToCpp
4749
[       OK ] PrimitivesProcessorsTest.UIntJsonToCpp (0 ms)
4750
[ RUN      ] PrimitivesProcessorsTest.UIntCppToJson
4751
[       OK ] PrimitivesProcessorsTest.UIntCppToJson (0 ms)
4752
[----------] 10 tests from PrimitivesProcessorsTest (3 ms total)
4753

    
4754
[----------] 5 tests from ObjectProcessorTest
4755
[ RUN      ] ObjectProcessorTest.HasUnknownBranches
4756
[       OK ] ObjectProcessorTest.HasUnknownBranches (1 ms)
4757
[ RUN      ] ObjectProcessorTest.JsonToCppRequiredTest
4758
[       OK ] ObjectProcessorTest.JsonToCppRequiredTest (3 ms)
4759
[ RUN      ] ObjectProcessorTest.JsonToCppNotRequiredTest
4760
[       OK ] ObjectProcessorTest.JsonToCppNotRequiredTest (1 ms)
4761
[ RUN      ] ObjectProcessorTest.CppToJsonRequiredTest
4762
[       OK ] ObjectProcessorTest.CppToJsonRequiredTest (1 ms)
4763
[ RUN      ] ObjectProcessorTest.CppToJsonNotRequiredTest
4764
[       OK ] ObjectProcessorTest.CppToJsonNotRequiredTest (0 ms)
4765
[----------] 5 tests from ObjectProcessorTest (6 ms total)
4766

    
4767
[----------] 6 tests from ObjectMapProcessorsTest
4768
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest
4769
[       OK ] ObjectMapProcessorsTest.ObjectMapValueConstructorTest (0 ms)
4770
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest
4771
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppTest (0 ms)
4772
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest
4773
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadValueTest (0 ms)
4774
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest
4775
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppNullTest (0 ms)
4776
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest
4777
[       OK ] ObjectMapProcessorsTest.ObjectMapValueJsonToCppBadTypeTest (1 ms)
4778
[ RUN      ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest
4779
[       OK ] ObjectMapProcessorsTest.ObjectMapValueCppToJsonTest (0 ms)
4780
[----------] 6 tests from ObjectMapProcessorsTest (1 ms total)
4781

    
4782
[----------] 16 tests from ArrayProcessorsTest
4783
[ RUN      ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest
4784
[       OK ] ArrayProcessorsTest.PointerArrayConstructorDestructorTest (0 ms)
4785
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest
4786
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppEmptyVecTest (0 ms)
4787
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppTest
4788
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppTest (0 ms)
4789
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest
4790
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppWrongTypeTest (1 ms)
4791
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest
4792
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppNullTest (0 ms)
4793
[ RUN      ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest
4794
[       OK ] ArrayProcessorsTest.PointerArrayJsonToCppNotArrayTest (0 ms)
4795
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest
4796
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonEmptyVecTest (0 ms)
4797
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonTest
4798
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonTest (0 ms)
4799
[ RUN      ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest
4800
[       OK ] ArrayProcessorsTest.PointerArrayCppToJsonNullTest (0 ms)
4801
[ RUN      ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest
4802
[       OK ] ArrayProcessorsTest.ValueArrayConstructorDestructorTest (0 ms)
4803
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest
4804
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppEmptyVecTest (0 ms)
4805
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppTest
4806
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppTest (0 ms)
4807
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest
4808
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppWrongTypeTest (1 ms)
4809
[ RUN      ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest
4810
[       OK ] ArrayProcessorsTest.ValueArrayJsonToCppNotArrayTest (0 ms)
4811
[ RUN      ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest
4812
[       OK ] ArrayProcessorsTest.ValueArrayCppToJsonEmptyVecTest (0 ms)
4813
[ RUN      ] ArrayProcessorsTest.ValueArrayCppToJsonTest
4814
[       OK ] ArrayProcessorsTest.ValueArrayCppToJsonTest (0 ms)
4815
[----------] 16 tests from ArrayProcessorsTest (2 ms total)
4816

    
4817
[----------] 1 test from TriangularMeshTest
4818
[ RUN      ] TriangularMeshTest.DelaunayConstructorTest
4819
[       OK ] TriangularMeshTest.DelaunayConstructorTest (1 ms)
4820
[----------] 1 test from TriangularMeshTest (1 ms total)
4821

    
4822
[----------] 3 tests from STLUtilsTest
4823
[ RUN      ] STLUtilsTest.IterableEqualityTest
4824
[       OK ] STLUtilsTest.IterableEqualityTest (0 ms)
4825
[ RUN      ] STLUtilsTest.ToStringTest
4826
[       OK ] STLUtilsTest.ToStringTest (0 ms)
4827
[ RUN      ] STLUtilsTest.ReplaceVariablesTest
4828
[       OK ] STLUtilsTest.ReplaceVariablesTest (2 ms)
4829
[----------] 3 tests from STLUtilsTest (2 ms total)
4830

    
4831
[----------] 1 test from SquealTest
4832
[ RUN      ] SquealTest.SquealTest
4833
[       OK ] SquealTest.SquealTest (0 ms)
4834
[----------] 1 test from SquealTest (0 ms total)
4835

    
4836
[----------] 8 tests from SqueakTest
4837
[ RUN      ] SqueakTest.SqueakSetOutputMoutErrorLevelTest
4838
[       OK ] SqueakTest.SqueakSetOutputMoutErrorLevelTest (0 ms)
4839
[ RUN      ] SqueakTest.SqueakMoutExceptionTest
4840
[       OK ] SqueakTest.SqueakMoutExceptionTest (0 ms)
4841
[ RUN      ] SqueakTest.SqueakMoutDefaultTest
4842
[       OK ] SqueakTest.SqueakMoutDefaultTest (0 ms)
4843
[ RUN      ] SqueakTest.ActivateCoutTest
4844
[       OK ] SqueakTest.ActivateCoutTest (0 ms)
4845
[ RUN      ] SqueakTest.ActivateClogTest
4846
[       OK ] SqueakTest.ActivateClogTest (0 ms)
4847
[ RUN      ] SqueakTest.ActivateCerrTest
4848
[       OK ] SqueakTest.ActivateCerrTest (0 ms)
4849
[ RUN      ] SqueakTest.SetStandardOutputsTest
4850
[       OK ] SqueakTest.SetStandardOutputsTest (0 ms)
4851
[ RUN      ] SqueakTest.SetOutputsTest
4852
[       OK ] SqueakTest.SetOutputsTest (0 ms)
4853
[----------] 8 tests from SqueakTest (1 ms total)
4854

    
4855
[----------] 1 test from MeshTest
4856
[ RUN      ] MeshTest.testAll
4857
[       OK ] MeshTest.testAll (122 ms)
4858
[----------] 1 test from MeshTest (122 ms total)
4859

    
4860
[----------] 1 test from MathUtils
4861
[ RUN      ] MathUtils.CompactVectorTest
4862
[       OK ] MathUtils.CompactVectorTest (0 ms)
4863
[----------] 1 test from MathUtils (0 ms total)
4864

    
4865
[----------] 1 test from Mathutils
4866
[ RUN      ] Mathutils.GreaterThanTest
4867
[       OK ] Mathutils.GreaterThanTest (0 ms)
4868
[----------] 1 test from Mathutils (0 ms total)
4869

    
4870
[----------] 7 tests from EngeTest
4871
[ RUN      ] EngeTest.EngeConstructorTest
4872
[       OK ] EngeTest.EngeConstructorTest (6 ms)
4873
[ RUN      ] EngeTest.MutatorAccessorTest
4874
[       OK ] EngeTest.MutatorAccessorTest (0 ms)
4875
[ RUN      ] EngeTest.SetEngeDiffIndicesTest
4876
[       OK ] EngeTest.SetEngeDiffIndicesTest (0 ms)
4877
[ RUN      ] EngeTest.HNTest
4878
[       OK ] EngeTest.HNTest (0 ms)
4879
[ RUN      ] EngeTest.GNTest
4880
[       OK ] EngeTest.GNTest (4 ms)
4881
[ RUN      ] EngeTest.GetEngeTest
4882
[       OK ] EngeTest.GetEngeTest (139 ms)
4883
[ RUN      ] EngeTest.GetDoubleEngeTest
4884
[       OK ] EngeTest.GetDoubleEngeTest (275 ms)
4885
[----------] 7 tests from EngeTest (424 ms total)
4886

    
4887
[----------] 6 tests from TanhTest
4888
[ RUN      ] TanhTest.TanhConstructorTest
4889
[       OK ] TanhTest.TanhConstructorTest (0 ms)
4890
[ RUN      ] TanhTest.TanhMutatorAccessorTest
4891
[       OK ] TanhTest.TanhMutatorAccessorTest (0 ms)
4892
[ RUN      ] TanhTest.TanhGetTanhDiffIndicesTest
4893
[       OK ] TanhTest.TanhGetTanhDiffIndicesTest (0 ms)
4894
[ RUN      ] TanhTest.GetTanhTest
4895
[       OK ] TanhTest.GetTanhTest (0 ms)
4896
[ RUN      ] TanhTest.GetNegTanhTest
4897
[       OK ] TanhTest.GetNegTanhTest (1 ms)
4898
[ RUN      ] TanhTest.GetDoubleTanhTest
4899
[       OK ] TanhTest.GetDoubleTanhTest (0 ms)
4900
[----------] 6 tests from TanhTest (1 ms total)
4901

    
4902
[----------] 1 test from DifferentiatorTest
4903
[ RUN      ] DifferentiatorTest.old_unit_tests
4904

    
4905
            1             2             3             4             5             6 
4906
            0             1             4             9            16            25 
4907
           -1            -2            -3            -4            -5            -6 
4908

    
4909
Diff, Clone ~Diff: 1
4910
FunctionMap: 1
4911
PointDimension: 1
4912
NumberOfDiffRows: 1
4913
ValueDim: 1
4914
Y: 31 80 -31 * 1
4915
PolyFromDiffs:  31 80 -31 * 1
4916
3 6
4917
  1	2	3	4	5	6	
4918
  7.27596e-12	1	4	9	16	25	
4919
  -1	-2	-3	-4	-5	-6	
4920
PolyMap1: 1
4921
3 6
4922
  1	2	3	4	5	6	
4923
  0	1	4	9	16	25	
4924
  -1	-2	-3	-4	-5	-6	
4925
PolyMap2: 1
4926
3 6
4927
  1	2	3	4	5	6	
4928
  0	1	4	9	16	25	
4929
  -1	-2	-3	-4	-5	-6	
4930
CentredPolyMap1: 1
4931
3 6
4932
  31	16	-6	4	5	6	
4933
  80	23	-48	9	16	25	
4934
  -31	-16	6	-4	-5	-6	
4935
CentredPolyMap2: 1
4936
3 6
4937
  31	16	-6	8	5	12	
4938
  80	23	-48	18	16	50	
4939
  -31	-16	6	-8	-5	-12	
4940

    
4941
F: 1
4942
[       OK ] DifferentiatorTest.old_unit_tests (1 ms)
4943
[----------] 1 test from DifferentiatorTest (1 ms total)
4944

    
4945
[----------] 1 test from dataCardsTest
4946
[ RUN      ] dataCardsTest.readKeysTest
4947
[       OK ] dataCardsTest.readKeysTest (0 ms)
4948
[----------] 1 test from dataCardsTest (0 ms total)
4949

    
4950
[----------] 3 tests from GlobalsTest
4951
[ RUN      ] GlobalsTest.TestInitialiseDestruct
4952
Globals manager
4953
Globals manager
4954
Globals manager
4955
Globals manager
4956
[       OK ] GlobalsTest.TestInitialiseDestruct (44 ms)
4957
[ RUN      ] GlobalsTest.TestHasInstance
4958
Globals manager
4959
Globals manager
4960
[       OK ] GlobalsTest.TestHasInstance (17 ms)
4961
[ RUN      ] GlobalsTest.TestAccessors
4962
Globals manager
4963
Globals manager
4964
[       OK ] GlobalsTest.TestAccessors (17 ms)
4965
[----------] 3 tests from GlobalsTest (78 ms total)
4966

    
4967
[----------] 5 tests from SectorMagneticFieldMapTest
4968
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry
4969
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapNoSymmetry (34 ms)
4970
[ RUN      ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry
4971
[       OK ] SectorMagneticFieldMapTest.TestReadToscaMapDipoleSymmetry (21 ms)
4972
[ RUN      ] SectorMagneticFieldMapTest.TestFieldMapCache
4973
[       OK ] SectorMagneticFieldMapTest.TestFieldMapCache (42 ms)
4974
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValuePolar
4975
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValuePolar (22 ms)
4976
[ RUN      ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian
4977
[       OK ] SectorMagneticFieldMapTest.TestGetFieldValueCartesian (21 ms)
4978
[----------] 5 tests from SectorMagneticFieldMapTest (140 ms total)
4979

    
4980
[----------] 4 tests from SectorFieldTest
4981
[ RUN      ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest
4982
[       OK ] SectorFieldTest.ConvertPositionToPolarAndCartesianTest (0 ms)
4983
[ RUN      ] SectorFieldTest.ConvertValueToPolarAndCartesianTest
4984
[       OK ] SectorFieldTest.ConvertValueToPolarAndCartesianTest (0 ms)
4985
[ RUN      ] SectorFieldTest.SetPolarBoundingBoxTest
4986
[       OK ] SectorFieldTest.SetPolarBoundingBoxTest (0 ms)
4987
[ RUN      ] SectorFieldTest.SetPolarBoundingBoxThrowTest
4988
[       OK ] SectorFieldTest.SetPolarBoundingBoxThrowTest (4 ms)
4989
[----------] 4 tests from SectorFieldTest (4 ms total)
4990

    
4991
[----------] 6 tests from DerivativesSolenoidTest
4992
[ RUN      ] DerivativesSolenoidTest.TestConstructorDestructor
4993
[       OK ] DerivativesSolenoidTest.TestConstructorDestructor (0 ms)
4994
[ RUN      ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality
4995
[       OK ] DerivativesSolenoidTest.TestNullCopyConstructorCloneEquality (0 ms)
4996
[ RUN      ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality
4997
[       OK ] DerivativesSolenoidTest.TestCopyConstructorCloneEquality (0 ms)
4998
[ RUN      ] DerivativesSolenoidTest.TestBoundingBox
4999
[       OK ] DerivativesSolenoidTest.TestBoundingBox (0 ms)
5000
[ RUN      ] DerivativesSolenoidTest.TestFieldOnAxis
5001
[       OK ] DerivativesSolenoidTest.TestFieldOnAxis (1 ms)
5002
[ RUN      ] DerivativesSolenoidTest.TestFieldMaxwellianness
5003
[       OK ] DerivativesSolenoidTest.TestFieldMaxwellianness (1 ms)
5004
[----------] 6 tests from DerivativesSolenoidTest (2 ms total)
5005

    
5006
[----------] 11 tests from MiceModToG4SolidTest
5007
[ RUN      ] MiceModToG4SolidTest.checkDimTest
5008
[       OK ] MiceModToG4SolidTest.checkDimTest (1 ms)
5009
[ RUN      ] MiceModToG4SolidTest.buildWedgeTest
5010
[       OK ] MiceModToG4SolidTest.buildWedgeTest (3 ms)
5011
[ RUN      ] MiceModToG4SolidTest.buildTrapezoidTest
5012
[       OK ] MiceModToG4SolidTest.buildTrapezoidTest (0 ms)
5013
[ RUN      ] MiceModToG4SolidTest.buildBoxTest
5014
[       OK ] MiceModToG4SolidTest.buildBoxTest (3 ms)
5015
[ RUN      ] MiceModToG4SolidTest.buildCylinderTest
5016
[       OK ] MiceModToG4SolidTest.buildCylinderTest (2 ms)
5017
[ RUN      ] MiceModToG4SolidTest.buildTubeTest
5018
[       OK ] MiceModToG4SolidTest.buildTubeTest (3 ms)
5019
[ RUN      ] MiceModToG4SolidTest.buildSphereTest
5020
[       OK ] MiceModToG4SolidTest.buildSphereTest (8 ms)
5021
[ RUN      ] MiceModToG4SolidTest.buildPolyconeTest
5022
[       OK ] MiceModToG4SolidTest.buildPolyconeTest (1 ms)
5023
[ RUN      ] MiceModToG4SolidTest.buildMultipoleTest
5024
[       OK ] MiceModToG4SolidTest.buildMultipoleTest (1 ms)
5025
[ RUN      ] MiceModToG4SolidTest.buildTorusTest
5026
[       OK ] MiceModToG4SolidTest.buildTorusTest (5 ms)
5027
[ RUN      ] MiceModToG4SolidTest.buildEllipticalConeTest
5028
[       OK ] MiceModToG4SolidTest.buildEllipticalConeTest (3 ms)
5029
[----------] 11 tests from MiceModToG4SolidTest (30 ms total)
5030

    
5031
[----------] 1 test from SciFiPlaneTest
5032
[ RUN      ] SciFiPlaneTest.Test_num_fibres_in_all_planes
5033
[       OK ] SciFiPlaneTest.Test_num_fibres_in_all_planes (592 ms)
5034
[----------] 1 test from SciFiPlaneTest (592 ms total)
5035

    
5036
[----------] 1 test from DoubletFiberParamTest
5037
[ RUN      ] DoubletFiberParamTest.test_fiber_parameters
5038
[       OK ] DoubletFiberParamTest.test_fiber_parameters (505 ms)
5039
[----------] 1 test from DoubletFiberParamTest (505 ms total)
5040

    
5041
[----------] 2 tests from SpillTest
5042
[ RUN      ] SpillTest.DataTest
5043
[       OK ] SpillTest.DataTest (0 ms)
5044
[ RUN      ] SpillTest.SpillTest
5045
[       OK ] SpillTest.SpillTest (0 ms)
5046
[----------] 2 tests from SpillTest (0 ms total)
5047

    
5048
[----------] 1 test from ReconEventTest
5049
[ RUN      ] ReconEventTest.ReconEventTest
5050
[       OK ] ReconEventTest.ReconEventTest (0 ms)
5051
[----------] 1 test from ReconEventTest (1 ms total)
5052

    
5053
[----------] 9 tests from MCEventTest
5054
[ RUN      ] MCEventTest.StepTest
5055
[       OK ] MCEventTest.StepTest (0 ms)
5056
[ RUN      ] MCEventTest.TrackTest
5057
[       OK ] MCEventTest.TrackTest (0 ms)
5058
[ RUN      ] MCEventTest.VirtualHitTest
5059
[       OK ] MCEventTest.VirtualHitTest (0 ms)
5060
[ RUN      ] MCEventTest.PrimaryTest
5061
[       OK ] MCEventTest.PrimaryTest (0 ms)
5062
[ RUN      ] MCEventTest.HitTest
5063
[       OK ] MCEventTest.HitTest (0 ms)
5064
[ RUN      ] MCEventTest.MCEventTest
5065
[       OK ] MCEventTest.MCEventTest (0 ms)
5066
[ RUN      ] MCEventTest.SciFiChannelIdTest
5067
[       OK ] MCEventTest.SciFiChannelIdTest (0 ms)
5068
[ RUN      ] MCEventTest.TOFChannelIdTest
5069
[       OK ] MCEventTest.TOFChannelIdTest (0 ms)
5070
[ RUN      ] MCEventTest.SpecialVirtualChannelIdTest
5071
[       OK ] MCEventTest.SpecialVirtualChannelIdTest (0 ms)
5072
[----------] 9 tests from MCEventTest (0 ms total)
5073

    
5074
[----------] 2 tests from ConverterExceptionsTest
5075
[ RUN      ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor
5076
[       OK ] ConverterExceptionsTest.TestConverterNotFoundExceptionConstructor (0 ms)
5077
[ RUN      ] ConverterExceptionsTest.TestConverterNotFoundException_What
5078
[       OK ] ConverterExceptionsTest.TestConverterNotFoundException_What (0 ms)
5079
[----------] 2 tests from ConverterExceptionsTest (0 ms total)
5080

    
5081
[----------] 10 tests from MiceModuleTest
5082
[ RUN      ] MiceModuleTest.ReadModuleTest
5083
[       OK ] MiceModuleTest.ReadModuleTest (1 ms)
5084
[ RUN      ] MiceModuleTest.GetBoolTest
5085
[       OK ] MiceModuleTest.GetBoolTest (1 ms)
5086
[ RUN      ] MiceModuleTest.GetIntTest
5087
[       OK ] MiceModuleTest.GetIntTest (1 ms)
5088
[ RUN      ] MiceModuleTest.GetStringTest
5089
[       OK ] MiceModuleTest.GetStringTest (1 ms)
5090
[ RUN      ] MiceModuleTest.GetDoubleTest
5091
[       OK ] MiceModuleTest.GetDoubleTest (1 ms)
5092
[ RUN      ] MiceModuleTest.Get3VecTest
5093
[       OK ] MiceModuleTest.Get3VecTest (2 ms)
5094
[ RUN      ] MiceModuleTest.propertyDoubleAccessors
5095
[       OK ] MiceModuleTest.propertyDoubleAccessors (2 ms)
5096
[ RUN      ] MiceModuleTest.propertyHep3VecAccessors
5097
[       OK ] MiceModuleTest.propertyHep3VecAccessors (4 ms)
5098
[ RUN      ] MiceModuleTest.printTree
5099
[       OK ] MiceModuleTest.printTree (1 ms)
5100
[ RUN      ] MiceModuleTest.DumpMiceModule
5101
[       OK ] MiceModuleTest.DumpMiceModule (1 ms)
5102
[----------] 10 tests from MiceModuleTest (15 ms total)
5103

    
5104
[----------] 6 tests from BTTrackerTest
5105
[ RUN      ] BTTrackerTest.SolenoidTest_z
5106
[       OK ] BTTrackerTest.SolenoidTest_z (4161 ms)
5107
[ RUN      ] BTTrackerTest.SolenoidTest_u
5108
[       OK ] BTTrackerTest.SolenoidTest_u (4 ms)
5109
[ RUN      ] BTTrackerTest.SolenoidTest_t
5110
[       OK ] BTTrackerTest.SolenoidTest_t (2 ms)
5111
[ RUN      ] BTTrackerTest.PillBoxTest_z
5112
[       OK ] BTTrackerTest.PillBoxTest_z (3 ms)
5113
[ RUN      ] BTTrackerTest.PillBoxTest_u
5114
[       OK ] BTTrackerTest.PillBoxTest_u (7 ms)
5115
[ RUN      ] BTTrackerTest.PillBoxTest_t
5116
[       OK ] BTTrackerTest.PillBoxTest_t (9 ms)
5117
[----------] 6 tests from BTTrackerTest (4187 ms total)
5118

    
5119
[----------] 2 tests from BTSolenoidTest
5120
[ RUN      ] BTSolenoidTest.AccessorsTest
5121
[       OK ] BTSolenoidTest.AccessorsTest (0 ms)
5122
[ RUN      ] BTSolenoidTest.ReadWriteTest
5123
[       OK ] BTSolenoidTest.ReadWriteTest (3 ms)
5124
[----------] 2 tests from BTSolenoidTest (3 ms total)
5125

    
5126
[----------] 9 tests from BTMultipoleTest
5127
[ RUN      ] BTMultipoleTest.BTMultipoleEndFieldTest
5128
[       OK ] BTMultipoleTest.BTMultipoleEndFieldTest (0 ms)
5129
[ RUN      ] BTMultipoleTest.BTMultipoleConstructorTest
5130
[       OK ] BTMultipoleTest.BTMultipoleConstructorTest (0 ms)
5131
[ RUN      ] BTMultipoleTest.BTMultipoleTransformToRotated
5132
[       OK ] BTMultipoleTest.BTMultipoleTransformToRotated (17 ms)
5133
[ RUN      ] BTMultipoleTest.GetFieldValueTest_HardEdged
5134
[       OK ] BTMultipoleTest.GetFieldValueTest_HardEdged (0 ms)
5135
[ RUN      ] BTMultipoleTest.BTMultipoleGetConstTest
5136
[       OK ] BTMultipoleTest.BTMultipoleGetConstTest (0 ms)
5137
[ RUN      ] BTMultipoleTest.GetFieldValueTest_TanhDipole
5138
[       OK ] BTMultipoleTest.GetFieldValueTest_TanhDipole (3 ms)
5139
[ RUN      ] BTMultipoleTest.GetFieldValueTest_TanhQuad
5140
[       OK ] BTMultipoleTest.GetFieldValueTest_TanhQuad (4 ms)
5141
[ RUN      ] BTMultipoleTest.GetFieldValueTest_Enge
5142
[       OK ] BTMultipoleTest.GetFieldValueTest_Enge (0 ms)
5143
[ RUN      ] BTMultipoleTest.PrintTest
5144
[       OK ] BTMultipoleTest.PrintTest (0 ms)
5145
[----------] 9 tests from BTMultipoleTest (24 ms total)
5146

    
5147
[----------] 5 tests from BTFieldConstructorTest
5148
[ RUN      ] BTFieldConstructorTest.EndFieldTest
5149
DELETE field
5150
[       OK ] BTFieldConstructorTest.EndFieldTest (5 ms)
5151
[ RUN      ] BTFieldConstructorTest.GetMultipoleTest
5152
DELETE field
5153
[       OK ] BTFieldConstructorTest.GetMultipoleTest (4 ms)
5154
[ RUN      ] BTFieldConstructorTest.GetCombinedFunctionTest
5155
DELETE field
5156
[       OK ] BTFieldConstructorTest.GetCombinedFunctionTest (4 ms)
5157
[ RUN      ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest
5158
DELETE field
5159
[       OK ] BTFieldConstructorTest.GetSectorMagneticFieldMapTest (43 ms)
5160
[ RUN      ] BTFieldConstructorTest.GetDerivativesSolenoidTest
5161
DELETE field
5162
[       OK ] BTFieldConstructorTest.GetDerivativesSolenoidTest (1 ms)
5163
[----------] 5 tests from BTFieldConstructorTest (57 ms total)
5164

    
5165
[----------] 5 tests from ReduceBaseTest
5166
[ RUN      ] ReduceBaseTest.TestConstructor
5167
[       OK ] ReduceBaseTest.TestConstructor (0 ms)
5168
[ RUN      ] ReduceBaseTest.TestCopyConstructor
5169
[       OK ] ReduceBaseTest.TestCopyConstructor (0 ms)
5170
[ RUN      ] ReduceBaseTest.TestBirth
5171
[       OK ] ReduceBaseTest.TestBirth (0 ms)
5172
[ RUN      ] ReduceBaseTest.TestDeath
5173
[       OK ] ReduceBaseTest.TestDeath (0 ms)
5174
[ RUN      ] ReduceBaseTest.TestProcess
5175
Traceback (most recent call last):
5176
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5177
    raise(CppError(error_message))
5178
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(int* t) const
5179
Traceback (most recent call last):
5180
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5181
    raise(CppError(error_message))
5182
ErrorHandler.CppError: St9exception
5183
[       OK ] ReduceBaseTest.TestProcess (1 ms)
5184
[----------] 5 tests from ReduceBaseTest (1 ms total)
5185

    
5186
[----------] 5 tests from OutputBaseTest
5187
[ RUN      ] OutputBaseTest.TestConstructor
5188
[       OK ] OutputBaseTest.TestConstructor (0 ms)
5189
[ RUN      ] OutputBaseTest.TestCopyConstructor
5190
[       OK ] OutputBaseTest.TestCopyConstructor (0 ms)
5191
[ RUN      ] OutputBaseTest.TestBirth
5192
[       OK ] OutputBaseTest.TestBirth (0 ms)
5193
[ RUN      ] OutputBaseTest.TestDeath
5194
[       OK ] OutputBaseTest.TestDeath (0 ms)
5195
[ RUN      ] OutputBaseTest.TestSave
5196
Traceback (most recent call last):
5197
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5198
    raise(CppError(error_message))
5199
ErrorHandler.CppError: Expected Test Squeal in _save at int* _save(int* t) const
5200
Traceback (most recent call last):
5201
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5202
    raise(CppError(error_message))
5203
ErrorHandler.CppError: St9exception
5204
[       OK ] OutputBaseTest.TestSave (2 ms)
5205
[----------] 5 tests from OutputBaseTest (2 ms total)
5206

    
5207
[----------] 4 tests from ModuleBaseTest
5208
[ RUN      ] ModuleBaseTest.TestConstructor
5209
[       OK ] ModuleBaseTest.TestConstructor (0 ms)
5210
[ RUN      ] ModuleBaseTest.TestCopyConstructor
5211
[       OK ] ModuleBaseTest.TestCopyConstructor (0 ms)
5212
[ RUN      ] ModuleBaseTest.TestBirth
5213
Traceback (most recent call last):
5214
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5215
    raise(CppError(error_message))
5216
ErrorHandler.CppError: Expected Test Squeal in _birth at void _birth (const std::string&)
5217
Traceback (most recent call last):
5218
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5219
    raise(CppError(error_message))
5220
ErrorHandler.CppError: St9exception
5221
[       OK ] ModuleBaseTest.TestBirth (1 ms)
5222
[ RUN      ] ModuleBaseTest.TestDeath
5223
Traceback (most recent call last):
5224
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5225
    raise(CppError(error_message))
5226
ErrorHandler.CppError: Expected Test Squeal in _death at void _death ()
5227
Traceback (most recent call last):
5228
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5229
    raise(CppError(error_message))
5230
ErrorHandler.CppError: St9exception
5231
[       OK ] ModuleBaseTest.TestDeath (1 ms)
5232
[----------] 4 tests from ModuleBaseTest (2 ms total)
5233

    
5234
[----------] 3 tests from MAUSExceptionBaseTest
5235
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor
5236
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBaseConstructor (0 ms)
5237
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBase_What
5238
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBase_What (0 ms)
5239
[ RUN      ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat
5240
[       OK ] MAUSExceptionBaseTest.TestMausExceptionBaseWhat (0 ms)
5241
[----------] 3 tests from MAUSExceptionBaseTest (0 ms total)
5242

    
5243
[----------] 6 tests from MapBaseTest
5244
[ RUN      ] MapBaseTest.TestConstructor
5245
[       OK ] MapBaseTest.TestConstructor (0 ms)
5246
[ RUN      ] MapBaseTest.TestCopyConstructor
5247
[       OK ] MapBaseTest.TestCopyConstructor (0 ms)
5248
[ RUN      ] MapBaseTest.TestBirth
5249
[       OK ] MapBaseTest.TestBirth (0 ms)
5250
[ RUN      ] MapBaseTest.TestDeath
5251
[       OK ] MapBaseTest.TestDeath (0 ms)
5252
[ RUN      ] MapBaseTest.TestSameTypeProcess
5253
Traceback (most recent call last):
5254
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5255
    raise(CppError(error_message))
5256
ErrorHandler.CppError: Expected Test Squeal in _process at int* _process(double* t) const
5257
Traceback (most recent call last):
5258
  File "/home/hep/cheidt/maus/src/common_py/ErrorHandler.py", line 159, in HandleCppException
5259
    raise(CppError(error_message))
5260
ErrorHandler.CppError: St9exception
5261
[       OK ] MapBaseTest.TestSameTypeProcess (1 ms)
5262
[ RUN      ] MapBaseTest.TestOtherTypeProcess
5263
[       OK ] MapBaseTest.TestOtherTypeProcess (0 ms)
5264
[----------] 6 tests from MapBaseTest (2 ms total)
5265

    
5266
[----------] 5 tests from InputBaseTest
5267
[ RUN      ] InputBaseTest.TestConstructor
5268
[       OK ] InputBaseTest.TestConstructor (0 ms)
5269
[ RUN      ] InputBaseTest.TestCopyConstructor
5270
[       OK ] InputBaseTest.TestCopyConstructor (1 ms)
5271
[ RUN      ] InputBaseTest.TestBirth
5272
[       OK ] InputBaseTest.TestBirth (0 ms)
5273
[ RUN      ] InputBaseTest.TestDeath
5274
[       OK ] InputBaseTest.TestDeath (0 ms)
5275
[ RUN      ] InputBaseTest.TestEmitter
5276
Traceback (most recent call last):
5277