~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to bin/analyze_data_offline.py

  • Committer: Christopher Hunt
  • Date: 2015-06-18 14:48:59 UTC
  • mfrom: (697.69.1 merge)
  • mto: (697.69.2 merge_hunt)
  • mto: This revision was merged to the branch mainline in revision 708.
  • Revision ID: christopher.hunt08@imperial.ac.uk-20150618144859-rki5ma1lv8722w41
Merged in latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    # Trigger
25
25
    my_map.append(MAUS.MapPyReconSetup())
26
26
 
 
27
    # Detectors
27
28
    my_map.append(MAUS.MapCppTOFDigits())
28
29
    my_map.append(MAUS.MapCppTOFSlabHits())
29
30
    my_map.append(MAUS.MapCppTOFSpacePoints())
35
36
 
36
37
    my_map.append(MAUS.MapCppEMRPlaneHits())
37
38
 
38
 
    # Tracker (commented out as no tracker installed in MICE hall)
39
 
    #my_map.append(MAUS.MapCppTrackerRecon())
 
39
    my_map.append(MAUS.MapCppTrackerDigits())
 
40
    my_map.append(MAUS.MapCppTrackerRecon())
40
41
 
41
42
    #  The Go() drives all the components you pass in then put all the output
42
43
    #  into a file called 'mausput'