1 |
loizides |
1.14 |
// $Id: MitAnaDataTreeLinkDef.h,v 1.13 2008/07/01 09:17:45 loizides Exp $
|
2 |
loizides |
1.1 |
|
3 |
|
|
#ifndef DATATREE_LINKDEF_H
|
4 |
|
|
#define DATATREE_LINKDEF_H
|
5 |
|
|
|
6 |
|
|
#include <vector>
|
7 |
|
|
#include "MitAna/DataTree/interface/Types.h"
|
8 |
loizides |
1.2 |
#include "MitAna/DataTree/interface/Names.h"
|
9 |
loizides |
1.1 |
#include "MitAna/DataTree/interface/Collections.h"
|
10 |
loizides |
1.6 |
#include "MitAna/DataTree/interface/Array.h"
|
11 |
|
|
#include "MitAna/DataTree/interface/ObjArray.h"
|
12 |
loizides |
1.12 |
#include "MitAna/DataTree/interface/RefArray.h"
|
13 |
loizides |
1.1 |
#include "MitAna/DataTree/interface/Vector.h"
|
14 |
loizides |
1.12 |
|
15 |
loizides |
1.10 |
#include "MitAna/DataTree/interface/EventHeader.h"
|
16 |
loizides |
1.11 |
#include "MitAna/DataTree/interface/LAHeader.h"
|
17 |
loizides |
1.10 |
#include "MitAna/DataTree/interface/RunInfo.h"
|
18 |
loizides |
1.12 |
|
19 |
loizides |
1.3 |
#include "MitAna/DataTree/interface/DataObject.h"
|
20 |
loizides |
1.12 |
#include "MitAna/DataTree/interface/Vertex.h"
|
21 |
|
|
#include "MitAna/DataTree/interface/FitVertex.h"
|
22 |
loizides |
1.3 |
#include "MitAna/DataTree/interface/Track.h"
|
23 |
loizides |
1.1 |
#include "MitAna/DataTree/interface/Particle.h"
|
24 |
loizides |
1.3 |
#include "MitAna/DataTree/interface/Lepton.h"
|
25 |
|
|
#include "MitAna/DataTree/interface/Muon.h"
|
26 |
bendavid |
1.5 |
#include "MitAna/DataTree/interface/Electron.h"
|
27 |
loizides |
1.12 |
#include "MitAna/DataTree/interface/GenParticle.h"
|
28 |
|
|
#include "MitAna/DataTree/interface/SimParticle.h"
|
29 |
loizides |
1.13 |
#include "MitAna/DataTree/interface/CompositeParticle.h"
|
30 |
loizides |
1.12 |
#include "MitAna/DataTree/interface/DecayParticle.h"
|
31 |
|
|
#include "MitAna/DataTree/interface/Photon.h"
|
32 |
loizides |
1.1 |
#endif
|
33 |
|
|
|
34 |
|
|
#ifdef __CINT__
|
35 |
|
|
#pragma link off all globals;
|
36 |
|
|
#pragma link off all classes;
|
37 |
|
|
#pragma link off all functions;
|
38 |
|
|
#pragma link C++ nestedclass;
|
39 |
|
|
#pragma link C++ nestedtypedef;
|
40 |
|
|
#pragma link C++ namespace mithep;
|
41 |
|
|
|
42 |
loizides |
1.2 |
#pragma link C++ class mithep::Names+;
|
43 |
|
|
|
44 |
loizides |
1.10 |
#pragma link C++ class mithep::EventHeader+;
|
45 |
loizides |
1.11 |
#pragma link C++ class mithep::LAHeader+;
|
46 |
loizides |
1.10 |
#pragma link C++ class mithep::RunInfo+;
|
47 |
loizides |
1.12 |
|
48 |
loizides |
1.3 |
#pragma link C++ class mithep::DataObject+;
|
49 |
loizides |
1.12 |
#pragma link C++ class mithep::Vertex+;
|
50 |
|
|
#pragma link C++ class mithep::FitVertex+;
|
51 |
loizides |
1.3 |
#pragma link C++ class mithep::Track+;
|
52 |
loizides |
1.1 |
#pragma link C++ class mithep::Particle+;
|
53 |
loizides |
1.3 |
#pragma link C++ class mithep::Lepton+;
|
54 |
|
|
#pragma link C++ class mithep::Muon+;
|
55 |
bendavid |
1.5 |
#pragma link C++ class mithep::Electron+;
|
56 |
loizides |
1.12 |
#pragma link C++ class mithep::GenParticle+;
|
57 |
|
|
#pragma link C++ class mithep::SimParticle+;
|
58 |
|
|
|
59 |
loizides |
1.4 |
#pragma link C++ class mithep::BaseCollection+;
|
60 |
loizides |
1.3 |
#pragma link C++ class mithep::Collection<mithep::DataObject>+;
|
61 |
|
|
#pragma link C++ class mithep::Collection<mithep::Track>+;
|
62 |
loizides |
1.1 |
#pragma link C++ class mithep::Collection<mithep::Particle>+;
|
63 |
loizides |
1.3 |
#pragma link C++ class mithep::Collection<mithep::Lepton>+;
|
64 |
|
|
#pragma link C++ class mithep::Collection<mithep::Muon>+;
|
65 |
bendavid |
1.5 |
#pragma link C++ class mithep::Collection<mithep::Electron>+;
|
66 |
loizides |
1.13 |
#pragma link C++ class mithep::Collection<mithep::GenParticle>+;
|
67 |
|
|
#pragma link C++ class mithep::Collection<mithep::SimParticle>+;
|
68 |
loizides |
1.9 |
#pragma link C++ class mithep::Array<mithep::DataObject>+;
|
69 |
|
|
#pragma link C++ class mithep::Array<mithep::Track>+;
|
70 |
|
|
#pragma link C++ class mithep::Array<mithep::GenParticle>+;
|
71 |
|
|
#pragma link C++ class mithep::Array<mithep::Lepton>+;
|
72 |
|
|
#pragma link C++ class mithep::Array<mithep::Muon>+;
|
73 |
|
|
#pragma link C++ class mithep::Array<mithep::Electron>+;
|
74 |
loizides |
1.13 |
#pragma link C++ class mithep::Array<mithep::SimParticle>+;
|
75 |
loizides |
1.12 |
#pragma link C++ class mithep::ObjArray<mithep::DataObject>+;
|
76 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Track>+;
|
77 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::GenParticle>+;
|
78 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Lepton>+;
|
79 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Muon>+;
|
80 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Electron>+;
|
81 |
loizides |
1.13 |
#pragma link C++ class mithep::ObjArray<mithep::SimParticle>+;
|
82 |
|
|
#pragma link C++ class mithep::Collection<TRef>+;
|
83 |
loizides |
1.12 |
#pragma link C++ class mithep::RefArray<mithep::Particle>+;
|
84 |
|
|
|
85 |
|
|
#pragma link C++ class mithep::CompositeParticle+;
|
86 |
loizides |
1.13 |
#pragma link C++ class mithep::DecayParticle+;
|
87 |
|
|
#pragma link C++ class mithep::Photon+;
|
88 |
|
|
|
89 |
|
|
#pragma link C++ class mithep::Collection<mithep::CompositeParticle>+;
|
90 |
|
|
#pragma link C++ class mithep::Collection<mithep::DecayParticle>+;
|
91 |
|
|
#pragma link C++ class mithep::Collection<mithep::Photon>+;
|
92 |
|
|
#pragma link C++ class mithep::Array<mithep::CompositeParticle>+;
|
93 |
|
|
#pragma link C++ class mithep::Array<mithep::DecayParticle>+;
|
94 |
|
|
#pragma link C++ class mithep::Array<mithep::Photon>+;
|
95 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::CompositeParticle>+;
|
96 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::DecayParticle>+;
|
97 |
|
|
#pragma link C++ class mithep::ObjArray<mithep::Photon>+;
|
98 |
loizides |
1.12 |
|
99 |
loizides |
1.3 |
#pragma link C++ typedef mithep::DataObjectCol;
|
100 |
|
|
#pragma link C++ typedef mithep::TrackCol;
|
101 |
|
|
#pragma link C++ typedef mithep::ParticleCol;
|
102 |
|
|
#pragma link C++ typedef mithep::LeptonCol;
|
103 |
|
|
#pragma link C++ typedef mithep::MuonCol;
|
104 |
bendavid |
1.5 |
#pragma link C++ typedef mithep::ElectronCol;
|
105 |
loizides |
1.14 |
#pragma link C++ typedef mithep::CompositeParticleCol;
|
106 |
|
|
#pragma link C++ typedef mithep::GenParticleCol;
|
107 |
|
|
#pragma link C++ typedef mithep::SimParticleCol;
|
108 |
|
|
#pragma link C++ typedef mithep::DecayParticleCol;
|
109 |
|
|
#pragma link C++ typedef mithep::PhotonParticleCol;
|
110 |
|
|
|
111 |
|
|
#pragma link C++ typedef mithep::DataObjectArr;
|
112 |
|
|
#pragma link C++ typedef mithep::TrackArr;
|
113 |
|
|
#pragma link C++ typedef mithep::ParticleArr;
|
114 |
|
|
#pragma link C++ typedef mithep::LeptonArr;
|
115 |
|
|
#pragma link C++ typedef mithep::MuonArr;
|
116 |
|
|
#pragma link C++ typedef mithep::ElectronArr;
|
117 |
|
|
#pragma link C++ typedef mithep::GenParticleArr;
|
118 |
|
|
#pragma link C++ typedef mithep::SimParticleArr;
|
119 |
|
|
#pragma link C++ typedef mithep::PhotonParticleArr;
|
120 |
loizides |
1.12 |
|
121 |
loizides |
1.1 |
#endif
|