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.15 by bendavid, Wed Jul 2 19:28:44 2008 UTC vs.
Revision 1.16 by loizides, Mon Jul 7 16:02:25 2008 UTC

# Line 6 | Line 6
6   #include <vector>
7   #include "MitAna/DataTree/interface/Types.h"
8   #include "MitAna/DataTree/interface/Names.h"
9 #include "MitAna/DataTree/interface/Collections.h"
9   #include "MitAna/DataTree/interface/Array.h"
10   #include "MitAna/DataTree/interface/ObjArray.h"
11   #include "MitAna/DataTree/interface/RefArray.h"
12   #include "MitAna/DataTree/interface/Vector.h"
13 + #include "MitAna/DataTree/interface/Collections.h"
14  
15   #include "MitAna/DataTree/interface/EventHeader.h"
16   #include "MitAna/DataTree/interface/LAHeader.h"
# Line 24 | Line 24
24   #include "MitAna/DataTree/interface/Lepton.h"
25   #include "MitAna/DataTree/interface/Muon.h"
26   #include "MitAna/DataTree/interface/Electron.h"
27 + #include "MitAna/DataTree/interface/Jet.h"
28 + #include "MitAna/DataTree/interface/Met.h"
29   #include "MitAna/DataTree/interface/GenParticle.h"
30   #include "MitAna/DataTree/interface/SimParticle.h"
31   #include "MitAna/DataTree/interface/CompositeParticle.h"
# Line 54 | Line 56
56   #pragma link C++ class mithep::Lepton+;
57   #pragma link C++ class mithep::Muon+;
58   #pragma link C++ class mithep::Electron+;
59 + #pragma link C++ class mithep::Jet+;
60 + #pragma link C++ class mithep::Met+;
61   #pragma link C++ class mithep::GenParticle+;
62   #pragma link C++ class mithep::SimParticle+;
63  
# Line 64 | Line 68
68   #pragma link C++ class mithep::Collection<mithep::Lepton>+;
69   #pragma link C++ class mithep::Collection<mithep::Muon>+;
70   #pragma link C++ class mithep::Collection<mithep::Electron>+;
71 + #pragma link C++ class mithep::Collection<mithep::Jet>+;
72 + #pragma link C++ class mithep::Collection<mithep::Met>+;
73   #pragma link C++ class mithep::Collection<mithep::GenParticle>+;
74   #pragma link C++ class mithep::Collection<mithep::SimParticle>+;
75   #pragma link C++ class mithep::Collection<mithep::Conversion>+;
# Line 73 | Line 79
79   #pragma link C++ class mithep::Array<mithep::Lepton>+;
80   #pragma link C++ class mithep::Array<mithep::Muon>+;
81   #pragma link C++ class mithep::Array<mithep::Electron>+;
82 + #pragma link C++ class mithep::Array<mithep::Jet>+;
83 + #pragma link C++ class mithep::Array<mithep::Met>+;
84   #pragma link C++ class mithep::Array<mithep::SimParticle>+;
85   #pragma link C++ class mithep::Array<mithep::Conversion>+;
86   #pragma link C++ class mithep::ObjArray<mithep::DataObject>+;
# Line 81 | Line 89
89   #pragma link C++ class mithep::ObjArray<mithep::Lepton>+;
90   #pragma link C++ class mithep::ObjArray<mithep::Muon>+;
91   #pragma link C++ class mithep::ObjArray<mithep::Electron>+;
92 + #pragma link C++ class mithep::ObjArray<mithep::Jet>+;
93 + #pragma link C++ class mithep::ObjArray<mithep::Met>+;
94   #pragma link C++ class mithep::ObjArray<mithep::SimParticle>+;
95   #pragma link C++ class mithep::ObjArray<mithep::Conversion>+;
96  
# Line 109 | Line 119
119   #pragma link C++ typedef mithep::LeptonCol;
120   #pragma link C++ typedef mithep::MuonCol;
121   #pragma link C++ typedef mithep::ElectronCol;
122 + #pragma link C++ typedef mithep::JetCol;
123 + #pragma link C++ typedef mithep::MetCol;
124   #pragma link C++ typedef mithep::CompositeParticleCol;
125   #pragma link C++ typedef mithep::GenParticleCol;
126   #pragma link C++ typedef mithep::SimParticleCol;
# Line 122 | Line 134
134   #pragma link C++ typedef mithep::LeptonArr;
135   #pragma link C++ typedef mithep::MuonArr;
136   #pragma link C++ typedef mithep::ElectronArr;
137 + #pragma link C++ typedef mithep::JetArr;
138 + #pragma link C++ typedef mithep::MetArr;
139   #pragma link C++ typedef mithep::GenParticleArr;
140   #pragma link C++ typedef mithep::SimParticleArr;
141   #pragma link C++ typedef mithep::PhotonArr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines