~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/TOFDigit.hh

  • Committer: Chris Rogers
  • Date: 2013-02-01 13:08:06 UTC
  • mfrom: (659.1.57 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20130201130806-kkxs626x4loudqsm
Tags: MAUS-v0.4, MAUS-v0.4.3
MAUS-v0.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <string>
21
21
 
22
 
#include "Rtypes.h"  // ROOT
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
23
23
 
24
24
namespace MAUS {
25
25
 
180
180
    int _part_event_number;
181
181
    int _slab;
182
182
 
183
 
    ClassDef(TOFDigit, 1)
 
183
    MAUS_VERSIONED_CLASS_DEF(TOFDigit)
184
184
};
185
185
}
186
186