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" |
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>+; |
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 |
|
|