~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/EMRSpillData.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_EMRSPILLDATA_HH_
18
18
#define _SRC_COMMON_CPP_DATASTRUCTURE_EMRSPILLDATA_HH_
19
19
 
20
 
#include "Rtypes.h"
 
20
#include "src/common_cpp/Utils/VersionNumber.hh"
21
21
 
22
22
namespace MAUS {
23
23
/** Stub class for EMR data on the spill level
33
33
  virtual ~EMRSpillData();
34
34
 
35
35
 private:
36
 
 
37
 
  ClassDef(EMRSpillData, 1)
 
36
  MAUS_VERSIONED_CLASS_DEF(EMRSpillData)
38
37
};
39
38
}
40
39