~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/input/InputCppDAQOfflineData/InputCppDAQOfflineData.i

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
%include "std_string.i"
9
9
%include "src/input/InputCppDAQData/InputCppDAQData.i"
10
10
 
11
 
%feature("shadow") InputCppDAQOfflineData::emitter() %{
 
11
%feature("shadow") MAUS::InputCppDAQOfflineData::emitter() %{
12
12
def emitter(self):
13
13
  while (self.readNextEvent()):
14
14
    yield self.getCurEvent()