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.30 by loizides, Fri Sep 5 01:21:46 2008 UTC vs.
Revision 1.31 by sixie, Sat Sep 6 18:02:38 2008 UTC

# Line 22 | Line 22
22   #include "MitAna/DataTree/interface/Track.h"
23   #include "MitAna/DataTree/interface/BasicCluster.h"
24   #include "MitAna/DataTree/interface/SuperCluster.h"
25 + #include "MitAna/DataTree/interface/CaloTower.h"
26  
27   #include "MitAna/DataTree/interface/Particle.h"
28   #include "MitAna/DataTree/interface/ChargedParticle.h"
# Line 94 | Line 95
95   #pragma link C++ typedef mithep::SuperClusterCol;
96   #pragma link C++ typedef mithep::SuperClusterArr;
97  
98 + #pragma link C++ class mithep::CaloTower+;
99 + #pragma link C++ class mithep::Collection<mithep::CaloTower>+;
100 + #pragma link C++ class mithep::Array<mithep::CaloTower>+;
101 + #pragma link C++ class mithep::ObjArray<mithep::CaloTower>+;
102 + #pragma link C++ class mithep::RefArray<mithep::CaloTower>-;
103 + #pragma link C++ typedef mithep::CaloTowerCol;
104 + #pragma link C++ typedef mithep::CaloTowerArr;
105 +
106   #pragma link C++ class mithep::Particle+;
107   #pragma link C++ class mithep::Collection<mithep::Particle>+;
108   #pragma link C++ class mithep::RefArray<mithep::Particle>-;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines