Project

General

Profile

Support #754

Unable to run simulate_mice.py after merging with the trunk

Added by Belozertseva, Anastasia over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Tunnell, Christopher
Category:
Build System
Target version:
Start date:
20 October 2011
Due date:
% Done:

100%

Estimated time:
Workflow:

Description

I merged with the trunk earlier today. After solving all the conflicts and such, I tried to run the new version of simulate_mice.py and got the following error:

failed to import InputCppDAQData
MatPlotLib not detected - matplotlib graphing functions will not be available
failed to import ReducePyHistogramTDCADCCounts
failed to import ReducePyMatplotlibHistogram
Welcome to MAUS:
Process ID (PID): 1606
Program Arguments: ['simulate_mice.py']
Version: MAUS development version 0.0.9
INPUT: Reading some input
TRANSFORM: Setting up transformer (this can take a while...)
Traceback (most recent call last):
File "/home/penguin/maus/build/beam.py", line 190, in birth_reference_particle
self.reference = xboa.Hit.Hit.new_from_maus_object('maus_primary',
AttributeError: type object 'Hit' has no attribute 'new_from_maus_object'
Traceback (most recent call last):
File "simulate_mice.py", line 46, in <module>
run()
File "simulate_mice.py", line 43, in run
MAUS.Go(my_input, my_map, MAUS.ReducePyDoNothing(), my_output, datacards)
File "/home/penguin/maus/src/common_py/Go.py", line 141, in __init

self.pipeline_single_thread()
File "/home/penguin/maus/src/common_py/Go.py", line 165, in pipeline_single_thread
assert(self.transformer.birth(self.json_config_document) == True)
AssertionError

Not sure what is going on over here? I want to note though that the old version of simulate_mice.py runs just fine..

Also available in: Atom PDF