~mbogomilov/maus/devel3

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2013-11-19 02:09:06 UTC
  • mfrom: (659.1.77 rc)
  • Revision ID: durga@fnal.gov-20131119020906-t2vxx4h2yr0f09tj
Tags: MAUS-v0.7.4
MAUS-v0.7.4

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
 
22
#include "src/common_cpp/Utils/VersionNumber.hh"
23
23
 
24
24
#include "src/common_cpp/DataStructure/VLSB.hh"
25
25
#include "src/common_cpp/DataStructure/VLSB_C.hh"
75
75
    VLSBArray   _VLSB;
76
76
    VLSB_CArray _VLSB_C;
77
77
 
78
 
    ClassDef(TrackerDaq, 1)
 
78
    MAUS_VERSIONED_CLASS_DEF(TrackerDaq)
79
79
};
80
80
}
81
81