~mice-lcr/maus/end-of-emr-run

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFSlabHits/MapCppTOFSlabHits.i

First working version of the TOF reconstruction

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%module MapCppTOFSlabHits
 
2
 %{
 
3
 /* Includes the header in the wrapper code */
 
4
 #include "MapCppTOFSlabHits.hh"
 
5
 %}
 
6
%include "std_string.i"
 
7
 
 
8
%include "MapCppTOFSlabHits.hh"
 
9