CMS 3D CMS Logo

L1AnalysisL1UpgradeDataFormat.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisL1UpgradeDataFormat_H__
2 #define __L1Analysis_L1AnalysisL1UpgradeDataFormat_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 20/04/2010 - E. Conte, A.C. Le Bihan
6 //
7 //
8 // Original code : L1TriggerDPG/L1Ntuples/L1UpgradeTreeProducer - Jim Brooke
9 //-------------------------------------------------------------------------------
10 
11 
12 #include <vector>
13 
14 namespace L1Analysis
15 {
16 
17  // copied from DataFormats/L1Trigger/interface/EtSum.h, for use in standalone ROOT macros which use this class.
18  enum EtSumType {
41  };
42 
44  {
45 
48 
49  void Reset()
50  {
51  nEGs = 0;
52  egEt.clear();
53  egEta.clear();
54  egPhi.clear();
55  egIEt.clear();
56  egIEta.clear();
57  egIPhi.clear();
58  egIso.clear();
59  egBx.clear();
60  egTowerIPhi.clear();
61  egTowerIEta.clear();
62  egRawEt.clear();
63  egIsoEt.clear();
64  egFootprintEt.clear();
65  egNTT.clear();
66  egShape.clear();
67  egTowerHoE.clear();
68  egHwQual.clear();
69 
70  nTaus = 0;
71  tauEt.clear();
72  tauEta.clear();
73  tauPhi.clear();
74  tauIEt.clear();
75  tauIEta.clear();
76  tauIPhi.clear();
77  tauIso.clear();
78  tauBx.clear();
79  tauTowerIPhi.clear();
80  tauTowerIEta.clear();
81  tauRawEt.clear();
82  tauIsoEt.clear();
83  tauNTT.clear();
84  tauHasEM.clear();
85  tauIsMerged.clear();
86  tauHwQual.clear();
87 
88  nJets = 0;
89  jetEt.clear();
90  jetEta.clear();
91  jetPhi.clear();
92  jetIEt.clear();
93  jetIEta.clear();
94  jetIPhi.clear();
95  jetBx.clear();
96  jetTowerIPhi.clear();
97  jetTowerIEta.clear();
98  jetRawEt.clear();
99  jetSeedEt.clear();
100  jetPUEt.clear();
101  jetPUDonutEt0.clear();
102  jetPUDonutEt1.clear();
103  jetPUDonutEt2.clear();
104  jetPUDonutEt3.clear();
105 
106  nMuons = 0;
107  muonEt.clear();
108  muonEta.clear();
109  muonPhi.clear();
110  muonEtaAtVtx.clear();
111  muonPhiAtVtx.clear();
112  muonIEt.clear();
113  muonIEta.clear();
114  muonIPhi.clear();
115  muonIEtaAtVtx.clear();
116  muonIPhiAtVtx.clear();
117  muonIDEta.clear();
118  muonIDPhi.clear();
119  muonChg.clear();
120  muonIso.clear();
121  muonQual.clear();
122  muonTfMuonIdx.clear();
123  muonBx.clear();
124 
125  nSums = 0;
126  sumType.clear();
127  sumEt.clear();
128  sumPhi.clear();
129  sumIEt.clear();
130  sumIPhi.clear();
131  sumBx.clear();
132 
133  }
134 
135  unsigned short int nEGs;
136  std::vector<float> egEt;
137  std::vector<float> egEta;
138  std::vector<float> egPhi;
139  std::vector<short int> egIEt;
140  std::vector<short int> egIEta;
141  std::vector<short int> egIPhi;
142  std::vector<short int> egIso;
143  std::vector<short int> egBx;
144  std::vector<short int> egTowerIPhi;
145  std::vector<short int> egTowerIEta;
146  std::vector<short int> egRawEt;
147  std::vector<short int> egIsoEt;
148  std::vector<short int> egFootprintEt;
149  std::vector<short int> egNTT;
150  std::vector<short int> egShape;
151  std::vector<short int> egTowerHoE;
152  std::vector<short int> egHwQual;
153 
154  unsigned short int nTaus;
155  std::vector<float> tauEt;
156  std::vector<float> tauEta;
157  std::vector<float> tauPhi;
158  std::vector<short int> tauIEt;
159  std::vector<short int> tauIEta;
160  std::vector<short int> tauIPhi;
161  std::vector<short int> tauIso;
162  std::vector<short int> tauBx;
163  std::vector<short int> tauTowerIPhi;
164  std::vector<short int> tauTowerIEta;
165  std::vector<short int> tauRawEt;
166  std::vector<short int> tauIsoEt;
167  std::vector<short int> tauNTT;
168  std::vector<short int> tauHasEM;
169  std::vector<short int> tauIsMerged;
170  std::vector<short int> tauHwQual;
171 
172  unsigned short int nJets;
173  std::vector<float> jetEt;
174  std::vector<float> jetEta;
175  std::vector<float> jetPhi;
176  std::vector<short int> jetIEt;
177  std::vector<short int> jetIEta;
178  std::vector<short int> jetIPhi;
179  std::vector<short int> jetBx;
180  std::vector<short int> jetTowerIPhi;
181  std::vector<short int> jetTowerIEta;
182  std::vector<short int> jetRawEt;
183  std::vector<short int> jetSeedEt;
184  std::vector<short int> jetPUEt;
185  std::vector<short int> jetPUDonutEt0;
186  std::vector<short int> jetPUDonutEt1;
187  std::vector<short int> jetPUDonutEt2;
188  std::vector<short int> jetPUDonutEt3;
189 
190  unsigned short int nMuons;
191  std::vector<float> muonEt;
192  std::vector<float> muonEta;
193  std::vector<float> muonPhi;
194  std::vector<float> muonEtaAtVtx;
195  std::vector<float> muonPhiAtVtx;
196  std::vector<short int> muonIEt;
197  std::vector<short int> muonIEta;
198  std::vector<short int> muonIPhi;
199  std::vector<short int> muonIEtaAtVtx;
200  std::vector<short int> muonIPhiAtVtx;
201  std::vector<short int> muonIDEta;
202  std::vector<short int> muonIDPhi;
203  std::vector<short int> muonChg;
204  std::vector<unsigned short int> muonIso;
205  std::vector<unsigned short int> muonQual;
206  std::vector<unsigned short int> muonTfMuonIdx;
207  std::vector<short int> muonBx;
208 
209 
210  unsigned short int nSums;
211  std::vector<short int> sumType;
212  std::vector<float> sumEt;
213  std::vector<float> sumPhi;
214  std::vector<short int> sumIEt;
215  std::vector<short int> sumIPhi;
216  std::vector<float> sumBx;
217 
218  };
219 }
220 #endif
221 
222