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.53 by loizides, Wed Feb 18 15:38:55 2009 UTC vs.
Revision 1.54 by bendavid, Thu Feb 26 17:06:25 2009 UTC

# Line 178 | Line 178
178   #pragma link C++ class mithep::Array<mithep::BasicCluster>+;
179   #pragma link C++ class mithep::ObjArray<mithep::BasicCluster>+;
180   #pragma link C++ class mithep::Ref<mithep::BasicCluster>+;
181 < #pragma link C++ class mithep::RefArray<mithep::BasicCluster,1024>+;
181 > #pragma link C++ class mithep::RefArray<mithep::BasicCluster>+;
182   #pragma link C++ typedef mithep::BasicClusterCol;
183   #pragma link C++ typedef mithep::BasicClusterArr;
184   #pragma link C++ typedef mithep::BasicClusterOArr;
# Line 207 | Line 207
207   #pragma link C++ class mithep::Array<mithep::CaloTower>+;
208   #pragma link C++ class mithep::ObjArray<mithep::CaloTower>+;
209   #pragma link C++ class mithep::Ref<mithep::CaloTower>+;
210 < #pragma link C++ class mithep::RefArray<mithep::CaloTower,1024>+;
210 > #pragma link C++ class mithep::RefArray<mithep::CaloTower>+;
211   #pragma link C++ typedef mithep::CaloTowerCol;
212   #pragma link C++ typedef mithep::CaloTowerArr;
213   #pragma link C++ typedef mithep::CaloTowerOArr;
214  
215   #pragma link C++ class mithep::Particle+;
216   #pragma link C++ class mithep::Collection<mithep::Particle>+;
217 < #pragma link C++ class mithep::RefArray<mithep::Particle,1024>+;
217 > #pragma link C++ class mithep::RefArray<mithep::Particle>+;
218   #pragma link C++ class mithep::ObjArray<mithep::Particle>+;
219   #pragma link C++ class mithep::Ref<mithep::Particle>+;
220   #pragma link C++ typedef mithep::ParticleCol;
# Line 308 | Line 308
308  
309   #pragma link C++ class mithep::DaughterData+;
310   #pragma link C++ class mithep::Collection<mithep::DaughterData>+;
311 < #pragma link C++ class mithep::RefArray<mithep::DaughterData,32>+;
311 > #pragma link C++ class mithep::RefArray<mithep::DaughterData>+;
312  
313   #pragma link C++ class mithep::StableData+;
314   #pragma link C++ class mithep::Collection<mithep::StableData>+;
# Line 335 | Line 335
335   #pragma link C++ class mithep::Array<mithep::Conversion>+;
336   #pragma link C++ class mithep::ObjArray<mithep::Conversion>+;
337   #pragma link C++ class mithep::Ref<mithep::Conversion>+;
338 < #pragma link C++ class mithep::RefArray<mithep::Conversion,128>+;
338 > #pragma link C++ class mithep::RefArray<mithep::Conversion>+;
339   #pragma link C++ typedef mithep::ConversionCol;
340   #pragma link C++ typedef mithep::ConversionArr;
341   #pragma link C++ typedef mithep::ConversionOArr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines