~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/VLSB.hh

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

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
 
120
120
    int _discriminator;
121
121
    int _ldc_id;
122
122
 
123
 
    ClassDef(VLSB, 1)
 
123
    MAUS_VERSIONED_CLASS_DEF(VLSB)
124
124
};
125
125
}
126
126