~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/Hit.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 <vector>
21
21
 
22
 
#include "Rtypes.h" // ROOT
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
23
23
 
24
24
#include "src/common_cpp/DataStructure/ThreeVector.hh"
25
25
#include "src/common_cpp/DataStructure/SpecialVirtualChannelId.hh"
147
147
 
148
148
    ChannelId* _channel_id;
149
149
 
150
 
    ClassDef(Hit, 1)
 
150
    MAUS_VERSIONED_CLASS_DEF(Hit);
151
151
};
152
152
 
153
153
typedef Hit<SciFiChannelId> SciFiHit;