~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_py/framework/single_thread.py

  • Committer: Chris Rogers
  • Date: 2013-03-19 14:21:55 UTC
  • mfrom: (659.1.63 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20130319142155-65vwtifralro5ukv
Tags: MAUS-v0.5.1
MAUS-v0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
        if (self.end_of_run_spill == None):
171
171
            print "  Missing an end_of_run spill..."
172
172
            print "  ...creating one to flush the mergers!"
173
 
            self.end_of_run_spill = {"daq_event_type":"physics_event",
 
173
            self.end_of_run_spill = {"daq_event_type":"end_of_run",
174
174
                                     "maus_event_type":"Spill",
175
175
                                     "run_number":self.run_number,
176
176
                                     "spill_number":-1}