~sophie-middleton08/maus/devel

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/RunHeaderData.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
#define _SRC_COMMON_CPP_DATASTRUCTURE_RUNHEADERDATA_HH_
20
20
 
21
21
#include <string>
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
22
23
#include "src/common_cpp/DataStructure/MAUSEvent.hh"
23
24
 
24
25
namespace MAUS {
83
84
 
84
85
  private:
85
86
    RunHeader* _run_header;
86
 
    ClassDef(RunHeaderData, 1)
 
87
    MAUS_VERSIONED_CLASS_DEF(RunHeaderData)
87
88
};
88
89
}
89
90