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.34 by ksung, Wed Sep 10 17:05:37 2008 UTC vs.
Revision 1.35 by sixie, Tue Sep 16 18:13:03 2008 UTC

# Line 30 | Line 30
30   #include "MitAna/DataTree/interface/Muon.h"
31   #include "MitAna/DataTree/interface/Electron.h"
32   #include "MitAna/DataTree/interface/Jet.h"
33 + #include "MitAna/DataTree/interface/GenJet.h"
34   #include "MitAna/DataTree/interface/Met.h"
35   #include "MitAna/DataTree/interface/CaloMet.h"
36   #include "MitAna/DataTree/interface/MCParticle.h"
# Line 139 | Line 140
140   #pragma link C++ typedef mithep::JetCol;
141   #pragma link C++ typedef mithep::JetArr;
142  
143 + #pragma link C++ class mithep::GenJet+;
144 + #pragma link C++ class mithep::Collection<mithep::GenJet>+;
145 + #pragma link C++ class mithep::Array<mithep::GenJet>+;
146 + #pragma link C++ class mithep::ObjArray<mithep::GenJet>+;
147 + #pragma link C++ typedef mithep::GenJetCol;
148 + #pragma link C++ typedef mithep::GenJetArr;
149 +
150   #pragma link C++ class mithep::Met+;
151   #pragma link C++ class mithep::Collection<mithep::Met>+;
152   #pragma link C++ class mithep::Array<mithep::Met>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines