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.41 by bendavid, Fri Oct 31 17:42:09 2008 UTC vs.
Revision 1.42 by bendavid, Fri Oct 31 18:56:42 2008 UTC

# Line 138 | Line 138
138   #pragma link C++ class mithep::Collection<mithep::BasicCluster>+;
139   #pragma link C++ class mithep::Array<mithep::BasicCluster>+;
140   #pragma link C++ class mithep::ObjArray<mithep::BasicCluster>+;
141 < #pragma link C++ class mithep::RefArray<mithep::BasicCluster>-;
141 > #pragma link C++ class mithep::RefArray<mithep::BasicCluster,1024>+;
142   #pragma link C++ typedef mithep::BasicClusterCol;
143   #pragma link C++ typedef mithep::BasicClusterArr;
144   #pragma link C++ typedef mithep::BasicClusterOArr;
# Line 155 | Line 155
155   #pragma link C++ class mithep::Collection<mithep::CaloTower>+;
156   #pragma link C++ class mithep::Array<mithep::CaloTower>+;
157   #pragma link C++ class mithep::ObjArray<mithep::CaloTower>+;
158 < #pragma link C++ class mithep::RefArray<mithep::CaloTower>-;
158 > #pragma link C++ class mithep::RefArray<mithep::CaloTower,1024>+;
159   #pragma link C++ typedef mithep::CaloTowerCol;
160   #pragma link C++ typedef mithep::CaloTowerArr;
161   #pragma link C++ typedef mithep::CaloTowerOArr;
162  
163   #pragma link C++ class mithep::Particle+;
164   #pragma link C++ class mithep::Collection<mithep::Particle>+;
165 < #pragma link C++ class mithep::RefArray<mithep::Particle>-;
165 > #pragma link C++ class mithep::RefArray<mithep::Particle,1024>+;
166   #pragma link C++ typedef mithep::ParticleCol;
167  
168   #pragma link C++ class mithep::ChargedParticle+;
# Line 254 | Line 254
254  
255   #pragma link C++ class mithep::DaughterData+;
256   #pragma link C++ class mithep::Collection<mithep::DaughterData>+;
257 < #pragma link C++ class mithep::RefArray<mithep::DaughterData>-;
257 > #pragma link C++ class mithep::RefArray<mithep::DaughterData,32>+;
258  
259   #pragma link C++ class mithep::StableData+;
260   #pragma link C++ class mithep::Collection<mithep::StableData>+;
# Line 280 | Line 280
280   #pragma link C++ class mithep::Collection<mithep::Conversion>+;
281   #pragma link C++ class mithep::Array<mithep::Conversion>+;
282   #pragma link C++ class mithep::ObjArray<mithep::Conversion>+;
283 < #pragma link C++ class mithep::RefArray<mithep::Conversion>-;
283 > #pragma link C++ class mithep::RefArray<mithep::Conversion,128>+;
284   #pragma link C++ typedef mithep::ConversionCol;
285   #pragma link C++ typedef mithep::ConversionArr;
286   #pragma link C++ typedef mithep::ConversionOArr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines