~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/TOFSlabHit.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
#include "src/common_cpp/DataStructure/Pmt1.hh"
25
25
#include "src/common_cpp/DataStructure/Pmt0.hh"
143
143
    Pmt1 _pmt1;
144
144
    Pmt0 _pmt0;
145
145
 
146
 
    ClassDef(TOFSlabHit, 1)
 
146
    MAUS_VERSIONED_CLASS_DEF(TOFSlabHit)
147
147
};
148
148
}
149
149