ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.34
Committed: Wed Sep 10 17:05:37 2008 UTC (16 years, 8 months ago) by ksung
Content type: text/plain
Branch: MAIN
Changes since 1.33: +9 -1 lines
Log Message:
Added statements to include CaloMet

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.33 2008/09/10 12:16:39 loizides Exp $
2
3 #ifndef MITANA_DATATREE_LINKDEF_H
4 #define MITANA_DATATREE_LINKDEF_H
5
6 #include <vector>
7 #include "MitAna/DataTree/interface/Types.h"
8 #include "MitAna/DataTree/interface/Names.h"
9 #include "MitAna/DataTree/interface/Collections.h"
10
11 #include "MitAna/DataTree/interface/BitMask.h"
12 #include "MitAna/DataTree/interface/BitMask32.h"
13 #include "MitAna/DataTree/interface/BitMask64.h"
14 #include "MitAna/DataTree/interface/EventHeader.h"
15 #include "MitAna/DataTree/interface/LAHeader.h"
16 //#include "MitAna/DataTree/interface/TriggerName.h"
17 #include "MitAna/DataTree/interface/RunInfo.h"
18 #include "MitAna/DataTree/interface/MCEventInfo.h"
19
20 #include "MitAna/DataTree/interface/DataObject.h"
21 #include "MitAna/DataTree/interface/Vertex.h"
22 #include "MitAna/DataTree/interface/FitVertex.h"
23 #include "MitAna/DataTree/interface/Track.h"
24 #include "MitAna/DataTree/interface/BasicCluster.h"
25 #include "MitAna/DataTree/interface/SuperCluster.h"
26 #include "MitAna/DataTree/interface/CaloTower.h"
27
28 #include "MitAna/DataTree/interface/Particle.h"
29 #include "MitAna/DataTree/interface/ChargedParticle.h"
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/Met.h"
34 #include "MitAna/DataTree/interface/CaloMet.h"
35 #include "MitAna/DataTree/interface/MCParticle.h"
36 #include "MitAna/DataTree/interface/CompositeParticle.h"
37 #include "MitAna/DataTree/interface/DecayParticle.h"
38 #include "MitAna/DataTree/interface/Conversion.h"
39 #include "MitAna/DataTree/interface/Photon.h"
40 #include "MitAna/DataTree/interface/StableParticle.h"
41 #include "MitAna/DataTree/interface/StableDaughter.h"
42 #endif
43
44 #ifdef __CINT__
45 #pragma link off all globals;
46 #pragma link off all classes;
47 #pragma link off all functions;
48 #pragma link C++ nestedclass;
49 #pragma link C++ nestedtypedef;
50 #pragma link C++ namespace mithep;
51
52 #pragma link C++ class mithep::Names+;
53
54 #pragma link C++ class mithep::BitMask<4>+;
55 #pragma link C++ class mithep::BitMask<8>+;
56 #pragma link C++ class mithep::BitMask<32>+;
57 //#pragma link C++ typedef mithep::BitMask32;
58 //#pragma link C++ typedef mithep::BitMask64;
59 #pragma link C++ typedef mithep::BitMask256;
60 #pragma link C++ class mithep::BitMask32+;
61 #pragma link C++ class mithep::BitMask64+;
62 #pragma link C++ class mithep::EventHeader+;
63 #pragma link C++ class mithep::LAHeader+;
64 //#pragma link C++ class mithep::TriggerName+;
65 #pragma link C++ class mithep::RunInfo+;
66 #pragma link C++ class mithep::MCEventInfo+;
67
68 #pragma link C++ class mithep::Collection<TRef>+;
69
70 #pragma link C++ class mithep::DataObject+;
71 #pragma link C++ class mithep::Collection<mithep::DataObject>+;
72 #pragma link C++ class mithep::Array<mithep::DataObject>+;
73 #pragma link C++ class mithep::ObjArray<mithep::DataObject>+;
74 #pragma link C++ typedef mithep::DataObjectCol;
75 #pragma link C++ typedef mithep::DataObjectArr;
76
77 #pragma link C++ class mithep::Vertex+;
78 #pragma link C++ class mithep::FitVertex+;
79
80 #pragma link C++ class mithep::Track+;
81 #pragma link C++ class mithep::Collection<mithep::Track>+;
82 #pragma link C++ class mithep::Array<mithep::Track>+;
83 #pragma link C++ class mithep::ObjArray<mithep::Track>+;
84 #pragma link C++ typedef mithep::TrackCol;
85 #pragma link C++ typedef mithep::TrackArr;
86
87 #pragma link C++ class mithep::BasicCluster+;
88 #pragma link C++ class mithep::Collection<mithep::BasicCluster>+;
89 #pragma link C++ class mithep::Array<mithep::BasicCluster>+;
90 #pragma link C++ class mithep::ObjArray<mithep::BasicCluster>+;
91 #pragma link C++ class mithep::RefArray<mithep::BasicCluster>-;
92 #pragma link C++ typedef mithep::BasicClusterCol;
93 #pragma link C++ typedef mithep::BasicClusterArr;
94 #pragma link C++ class mithep::SuperCluster+;
95 #pragma link C++ class mithep::Collection<mithep::SuperCluster>+;
96 #pragma link C++ class mithep::Array<mithep::SuperCluster>+;
97 #pragma link C++ class mithep::ObjArray<mithep::SuperCluster>+;
98 #pragma link C++ typedef mithep::SuperClusterCol;
99 #pragma link C++ typedef mithep::SuperClusterArr;
100
101 #pragma link C++ class mithep::CaloTower+;
102 #pragma link C++ class mithep::Collection<mithep::CaloTower>+;
103 #pragma link C++ class mithep::Array<mithep::CaloTower>+;
104 #pragma link C++ class mithep::ObjArray<mithep::CaloTower>+;
105 #pragma link C++ class mithep::RefArray<mithep::CaloTower>-;
106 #pragma link C++ typedef mithep::CaloTowerCol;
107 #pragma link C++ typedef mithep::CaloTowerArr;
108
109 #pragma link C++ class mithep::Particle+;
110 #pragma link C++ class mithep::Collection<mithep::Particle>+;
111 #pragma link C++ class mithep::RefArray<mithep::Particle>-;
112 #pragma link C++ typedef mithep::ParticleCol;
113 #pragma link C++ typedef mithep::ParticleArr;
114
115 #pragma link C++ class mithep::ChargedParticle+;
116 #pragma link C++ class mithep::Collection<mithep::ChargedParticle>+;
117 #pragma link C++ class mithep::ObjArray<mithep::ChargedParticle>+;
118 #pragma link C++ typedef mithep::ChargedParticleCol;
119 #pragma link C++ typedef mithep::ChargedParticleArr;
120
121 #pragma link C++ class mithep::Muon+;
122 #pragma link C++ class mithep::Collection<mithep::Muon>+;
123 #pragma link C++ class mithep::Array<mithep::Muon>+;
124 #pragma link C++ class mithep::ObjArray<mithep::Muon>+;
125 #pragma link C++ typedef mithep::MuonCol;
126 #pragma link C++ typedef mithep::MuonArr;
127
128 #pragma link C++ class mithep::Electron+;
129 #pragma link C++ class mithep::Collection<mithep::Electron>+;
130 #pragma link C++ class mithep::Array<mithep::Electron>+;
131 #pragma link C++ class mithep::ObjArray<mithep::Electron>+;
132 #pragma link C++ typedef mithep::ElectronCol;
133 #pragma link C++ typedef mithep::ElectronArr;
134
135 #pragma link C++ class mithep::Jet+;
136 #pragma link C++ class mithep::Collection<mithep::Jet>+;
137 #pragma link C++ class mithep::Array<mithep::Jet>+;
138 #pragma link C++ class mithep::ObjArray<mithep::Jet>+;
139 #pragma link C++ typedef mithep::JetCol;
140 #pragma link C++ typedef mithep::JetArr;
141
142 #pragma link C++ class mithep::Met+;
143 #pragma link C++ class mithep::Collection<mithep::Met>+;
144 #pragma link C++ class mithep::Array<mithep::Met>+;
145 #pragma link C++ class mithep::ObjArray<mithep::Met>+;
146 #pragma link C++ typedef mithep::MetCol;
147 #pragma link C++ typedef mithep::MetArr;
148
149 #pragma link C++ class mithep::CaloMet+;
150 #pragma link C++ class mithep::Collection<mithep::CaloMet>+;
151 #pragma link C++ class mithep::Array<mithep::CaloMet>+;
152 #pragma link C++ class mithep::ObjArray<mithep::CaloMet>+;
153 #pragma link C++ typedef mithep::CaloMetCol;
154 #pragma link C++ typedef mithep::CaloMetArr;
155
156 #pragma link C++ class mithep::CompositeParticle+;
157 #pragma link C++ class mithep::Collection<mithep::CompositeParticle>+;
158 #pragma link C++ class mithep::Array<mithep::CompositeParticle>+;
159 #pragma link C++ class mithep::ObjArray<mithep::CompositeParticle>+;
160 #pragma link C++ typedef mithep::CompositeParticleCol;
161 #pragma link C++ typedef mithep::CompositeParticleArr;
162
163 #pragma link C++ class mithep::MCParticle+;
164 #pragma link C++ class mithep::Collection<mithep::MCParticle>+;
165 #pragma link C++ class mithep::Array<mithep::MCParticle>+;
166 #pragma link C++ class mithep::ObjArray<mithep::MCParticle>+;
167 #pragma link C++ typedef mithep::MCParticleCol;
168 #pragma link C++ typedef mithep::MCParticleArr;
169 #pragma link C++ enum mithep::MCParticle::EPartType;
170
171 #pragma link C++ class mithep::DecayParticle+;
172 #pragma link C++ class mithep::Collection<mithep::DecayParticle>+;
173 #pragma link C++ class mithep::Array<mithep::DecayParticle>+;
174 #pragma link C++ class mithep::ObjArray<mithep::DecayParticle>+;
175 #pragma link C++ typedef mithep::DecayParticleCol;
176 #pragma link C++ typedef mithep::DecayParticleArr;
177
178 #pragma link C++ class mithep::Conversion+;
179 #pragma link C++ class mithep::Collection<mithep::Conversion>+;
180 #pragma link C++ class mithep::Array<mithep::Conversion>+;
181 #pragma link C++ class mithep::ObjArray<mithep::Conversion>+;
182 #pragma link C++ class mithep::RefArray<mithep::Conversion>-;
183 #pragma link C++ typedef mithep::ConversionArr;
184 #pragma link C++ typedef mithep::ConversionCol;
185
186 #pragma link C++ class mithep::Photon+;
187 #pragma link C++ class mithep::Collection<mithep::Photon>+;
188 #pragma link C++ class mithep::Array<mithep::Photon>+;
189 #pragma link C++ class mithep::ObjArray<mithep::Photon>+;
190 #pragma link C++ typedef mithep::PhotonCol;
191 #pragma link C++ typedef mithep::PhotonArr;
192
193 #pragma link C++ class mithep::StableParticle+;
194 #pragma link C++ class mithep::Collection<mithep::StableParticle>+;
195 #pragma link C++ class mithep::Array<mithep::StableParticle>+;
196 #pragma link C++ class mithep::ObjArray<mithep::StableParticle>+;
197 #pragma link C++ typedef mithep::StableParticleCol;
198 #pragma link C++ typedef mithep::StableParticleArr;
199 #pragma link C++ class mithep::StableDaughter+;
200 #pragma link C++ class mithep::Collection<mithep::StableDaughter>+;
201 #pragma link C++ class mithep::Array<mithep::StableDaughter>+;
202 #pragma link C++ class mithep::ObjArray<mithep::StableDaughter>+;
203 #pragma link C++ typedef mithep::StableDaughterCol;
204 #pragma link C++ typedef mithep::StableDaughterArr;
205
206 #endif