~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to tests/integration/test_utilities/simulate_mice.py

tof calibrations and cabling from cdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    # with the functionality you want to use.
25
25
    my_map = MAUS.MapPyGroup()
26
26
    my_map.append(MAUS.MapCppSimulation())  #  geant4 simulation
27
 
    my_map.append(MAUS.MapCppTOFDigitization())  #  TOF electronics model
 
27
    my_map.append(MAUS.MapCppTOFMCDigitizer())  #  TOF electronics model
28
28
    my_map.append(MAUS.MapCppTrackerMCDigitization())  #   SCiFi electronics
29
29
 
30
30
    datacards = io.StringIO(u"keep_steps = True")