~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/RunFooterData.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_RUNFOOTERDATA_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 {
85
86
 
86
87
  private:
87
88
    RunFooter* _run_footer;
88
 
    ClassDef(RunFooterData, 1)
 
89
    MAUS_VERSIONED_CLASS_DEF(RunFooterData)
89
90
};
90
91
}
91
92