~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/Spill.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:
21
21
#include <map>
22
22
#include <string>
23
23
 
24
 
#include "Rtypes.h"
25
 
 
 
24
#include "src/common_cpp/Utils/VersionNumber.hh"
26
25
#include "src/common_cpp/DataStructure/DAQData.hh"
27
26
#include "src/common_cpp/DataStructure/EMRSpillData.hh"
28
27
#include "src/common_cpp/DataStructure/Scalars.hh"
146
145
  std::map<std::string, std::string> _errors;
147
146
  TestBranch* _test;
148
147
 
149
 
  ClassDef(Spill, 2)
 
148
  MAUS_VERSIONED_CLASS_DEF(Spill)
150
149
};
151
150
}
152
151