~mwinter4/maus/ckov-update

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/Pmt1.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 <string>
21
21
 
22
 
#include "Rtypes.h"  // ROOT
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
23
23
 
24
24
namespace MAUS {
25
25
 
92
92
    std::string _tof_key;
93
93
    int _trigger_request_leading_time;
94
94
 
95
 
    ClassDef(Pmt1, 1)
 
95
    MAUS_VERSIONED_CLASS_DEF(Pmt1)
96
96
};
97
97
}
98
98