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