~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/CkovEvent.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
 
20
20
#include <vector>
21
21
 
22
 
#include "Rtypes.h"  // ROOT
23
 
 
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
24
23
#include "src/common_cpp/DataStructure/CkovDigit.hh"
25
24
 
26
25
namespace MAUS {
62
61
  private:
63
62
    CkovDigitArray _ckov_digits;
64
63
 
65
 
    ClassDef(CkovEvent, 1)
 
64
    MAUS_VERSIONED_CLASS_DEF(CkovEvent)
66
65
};
67
66
}
68
67