~sophie-middleton08/maus/devel

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/TOFChannelId.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:
17
17
#ifndef _SRC_COMMON_CPP_DATASTRUCTURE_TOFCHANNELID_HH_
18
18
#define _SRC_COMMON_CPP_DATASTRUCTURE_TOFCHANNELID_HH_
19
19
 
20
 
#include "Rtypes.h" // ROOT
 
20
#include "src/common_cpp/Utils/VersionNumber.hh"
21
21
 
22
22
namespace MAUS {
23
23
 
60
60
    int _plane;
61
61
    int _station;
62
62
 
63
 
    ClassDef(TOFChannelId, 1)
 
63
    MAUS_VERSIONED_CLASS_DEF(TOFChannelId)
64
64
};
65
65
}
66
66