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.39 by loizides, Sat Sep 27 06:12:59 2008 UTC vs.
Revision 1.40 by bendavid, Tue Sep 30 12:55:13 2008 UTC

# Line 19 | Line 19
19  
20   #include "MitAna/DataTree/interface/DataObject.h"
21   #include "MitAna/DataTree/interface/Vertex.h"
22 #include "MitAna/DataTree/interface/FitVertex.h"
22   #include "MitAna/DataTree/interface/Track.h"
23   #include "MitAna/DataTree/interface/BasicCluster.h"
24   #include "MitAna/DataTree/interface/SuperCluster.h"
# Line 35 | Line 34
34   #include "MitAna/DataTree/interface/TriggerObject.h"
35   #include "MitAna/DataTree/interface/MCParticle.h"
36   #include "MitAna/DataTree/interface/CompositeParticle.h"
37 + #include "MitAna/DataTree/interface/DaughterData.h"
38 + #include "MitAna/DataTree/interface/StableData.h"
39 + #include "MitAna/DataTree/interface/DecayData.h"
40   #include "MitAna/DataTree/interface/DecayParticle.h"
41   #include "MitAna/DataTree/interface/Conversion.h"
42   #include "MitAna/DataTree/interface/Photon.h"
# Line 108 | Line 110
110   #pragma link C++ typedef mithep::DataObjectOArr;
111  
112   #pragma link C++ class mithep::Vertex+;
113 < #pragma link C++ class mithep::FitVertex+;
113 > #pragma link C++ class mithep::Collection<mithep::Vertex>+;
114 > #pragma link C++ class mithep::Array<mithep::Vertex>+;
115 > #pragma link C++ class mithep::ObjArray<mithep::Vertex>+;
116 > #pragma link C++ typedef mithep::VertexCol;
117 > #pragma link C++ typedef mithep::VertexArr;
118  
119   #pragma link C++ class mithep::Collection<mithep::BitMask256>+;
120   #pragma link C++ class mithep::Vector<mithep::BitMask256>+;
# Line 242 | Line 248
248  
249   #pragma link C++ class mithep::DaughterData+;
250   #pragma link C++ class mithep::Collection<mithep::DaughterData>+;
251 < #pragma link C++ class mithep::StackArray<mithep::DaughterData,32>-;
251 > #pragma link C++ class mithep::RefArray<mithep::DaughterData>-;
252 >
253 > #pragma link C++ class mithep::StableData+;
254 > #pragma link C++ class mithep::Collection<mithep::StableData>+;
255 > #pragma link C++ class mithep::Array<mithep::StableData>+;
256 > #pragma link C++ typedef mithep::StableDataCol;
257 > #pragma link C++ typedef mithep::StableDataArr;
258 >
259 > #pragma link C++ class mithep::DecayData+;
260 > #pragma link C++ class mithep::Collection<mithep::DecayData>+;
261 > #pragma link C++ class mithep::Array<mithep::DecayData>+;
262 > #pragma link C++ typedef mithep::DecayDataCol;
263 > #pragma link C++ typedef mithep::DecayDataArr;
264  
265   #pragma link C++ class mithep::DecayParticle+;
266   #pragma link C++ class mithep::Collection<mithep::DecayParticle>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines