~ddiaz006/maus/devel

« back to all changes in this revision

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

  • Committer: Ryan Bayes
  • Date: 2013-03-21 16:32:02 UTC
  • Revision ID: ryan.bayes@glasgow.ac.uk-20130321163202-9aidoq6dk304dpsu
Completing the update to the data structure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
#pragma link C++ class MAUS::SciFiStraightPRTrack+;
138
138
#pragma link C++ class MAUS::SciFiHelicalPRTrack+;
139
139
 
 
140
#pragma link C++ class MAUS::MCTrigger+;
 
141
#pragma link C++ class std::vector<MCTrigInfo>;
 
142
 
 
143
 
140
144
#pragma link C++ global gROOT;
141
145
#pragma link C++ global gEnv;
142
146