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 #include <vector>
12 
13 namespace L1Analysis {
14 
15  // copied from DataFormats/L1Trigger/interface/EtSum.h, for use in standalone ROOT macros which use this class.
16  enum EtSumType {
44  };
45 
49 
50  void Reset() {
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  unsigned short int nEGs;
135  std::vector<float> egEt;
136  std::vector<float> egEta;
137  std::vector<float> egPhi;
138  std::vector<short int> egIEt;
139  std::vector<short int> egIEta;
140  std::vector<short int> egIPhi;
141  std::vector<short int> egIso;
142  std::vector<short int> egBx;
143  std::vector<short int> egTowerIPhi;
144  std::vector<short int> egTowerIEta;
145  std::vector<short int> egRawEt;
146  std::vector<short int> egIsoEt;
147  std::vector<short int> egFootprintEt;
148  std::vector<short int> egNTT;
149  std::vector<short int> egShape;
150  std::vector<short int> egTowerHoE;
151  std::vector<short int> egHwQual;
152 
153  unsigned short int nTaus;
154  std::vector<float> tauEt;
155  std::vector<float> tauEta;
156  std::vector<float> tauPhi;
157  std::vector<short int> tauIEt;
158  std::vector<short int> tauIEta;
159  std::vector<short int> tauIPhi;
160  std::vector<short int> tauIso;
161  std::vector<short int> tauBx;
162  std::vector<short int> tauTowerIPhi;
163  std::vector<short int> tauTowerIEta;
164  std::vector<short int> tauRawEt;
165  std::vector<short int> tauIsoEt;
166  std::vector<short int> tauNTT;
167  std::vector<short int> tauHasEM;
168  std::vector<short int> tauIsMerged;
169  std::vector<short int> tauHwQual;
170 
171  unsigned short int nJets;
172  std::vector<float> jetEt;
173  std::vector<float> jetEta;
174  std::vector<float> jetPhi;
175  std::vector<short int> jetIEt;
176  std::vector<short int> jetIEta;
177  std::vector<short int> jetIPhi;
178  std::vector<short int> jetBx;
179  std::vector<short int> jetTowerIPhi;
180  std::vector<short int> jetTowerIEta;
181  std::vector<short int> jetRawEt;
182  std::vector<short int> jetSeedEt;
183  std::vector<short int> jetPUEt;
184  std::vector<short int> jetPUDonutEt0;
185  std::vector<short int> jetPUDonutEt1;
186  std::vector<short int> jetPUDonutEt2;
187  std::vector<short int> jetPUDonutEt3;
188 
189  unsigned short int nMuons;
190  std::vector<float> muonEt;
191  std::vector<float> muonEta;
192  std::vector<float> muonPhi;
193  std::vector<float> muonEtaAtVtx;
194  std::vector<float> muonPhiAtVtx;
195  std::vector<short int> muonIEt;
196  std::vector<short int> muonIEta;
197  std::vector<short int> muonIPhi;
198  std::vector<short int> muonIEtaAtVtx;
199  std::vector<short int> muonIPhiAtVtx;
200  std::vector<short int> muonIDEta;
201  std::vector<short int> muonIDPhi;
202  std::vector<short int> muonChg;
203  std::vector<unsigned short int> muonIso;
204  std::vector<unsigned short int> muonQual;
205  std::vector<unsigned short int> muonTfMuonIdx;
206  std::vector<short int> muonBx;
207 
208  unsigned short int nSums;
209  std::vector<short int> sumType;
210  std::vector<float> sumEt;
211  std::vector<float> sumPhi;
212  std::vector<short int> sumIEt;
213  std::vector<short int> sumIPhi;
214  std::vector<float> sumBx;
215  };
216 } // namespace L1Analysis
217 #endif