ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h (file contents):
Revision 1.42 by bendavid, Fri Oct 31 18:56:42 2008 UTC vs.
Revision 1.43 by bendavid, Wed Nov 12 18:18:28 2008 UTC

# Line 18 | Line 18
18   #include "MitAna/DataTree/interface/MCEventInfo.h"
19  
20   #include "MitAna/DataTree/interface/DataObject.h"
21 + #include "MitAna/DataTree/interface/BaseVertex.h"
22   #include "MitAna/DataTree/interface/Vertex.h"
23 + #include "MitAna/DataTree/interface/BeamSpot.h"
24   #include "MitAna/DataTree/interface/Track.h"
25   #include "MitAna/DataTree/interface/BasicCluster.h"
26   #include "MitAna/DataTree/interface/SuperCluster.h"
# Line 115 | Line 117
117   #pragma link C++ typedef mithep::DataObjectArr;
118   #pragma link C++ typedef mithep::DataObjectOArr;
119  
120 + #pragma link C++ class mithep::BaseVertex+;
121 + #pragma link C++ class mithep::Collection<mithep::BaseVertex>+;
122 + #pragma link C++ class mithep::Array<mithep::BaseVertex>+;
123 + #pragma link C++ class mithep::ObjArray<mithep::BaseVertex>+;
124 + #pragma link C++ typedef mithep::BaseVertexCol;
125 + #pragma link C++ typedef mithep::BaseVertexArr;
126 +
127   #pragma link C++ class mithep::Vertex+;
128   #pragma link C++ class mithep::Collection<mithep::Vertex>+;
129   #pragma link C++ class mithep::Array<mithep::Vertex>+;
# Line 122 | Line 131
131   #pragma link C++ typedef mithep::VertexCol;
132   #pragma link C++ typedef mithep::VertexArr;
133  
134 + #pragma link C++ class mithep::BeamSpot+;
135 + #pragma link C++ class mithep::Collection<mithep::BeamSpot>+;
136 + #pragma link C++ class mithep::Array<mithep::BeamSpot>+;
137 + #pragma link C++ class mithep::ObjArray<mithep::BeamSpot>+;
138 + #pragma link C++ typedef mithep::BeamSpotCol;
139 + #pragma link C++ typedef mithep::BeamSpotArr;
140 +
141   #pragma link C++ class mithep::Collection<mithep::BitMask256>+;
142   #pragma link C++ class mithep::Vector<mithep::BitMask256>+;
143  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines