~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/GlobalEvent.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_GLOBALEVENT_
18
18
#define _SRC_COMMON_CPP_DATASTRUCTURE_GLOBALEVENT_
19
19
 
20
 
#include "Rtypes.h"  // ROOT
 
20
#include "src/common_cpp/Utils/VersionNumber.hh"
21
21
 
22
22
namespace MAUS {
23
23
 
41
41
 
42
42
 
43
43
  private:
44
 
 
45
 
    ClassDef(GlobalEvent, 1)
 
44
    MAUS_VERSIONED_CLASS_DEF(GlobalEvent);
46
45
};
47
46
}
48
47