CMS 3D CMS Logo

L1AnalysisL1UpgradeTfMuonDataFormat.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisL1UpgradeTfMuonDataFormat_H__
2 #define __L1Analysis_L1AnalysisL1UpgradeTfMuonDataFormat_H__
3 
5 #include <vector>
6 #include <map>
7 
8 namespace L1Analysis {
12 
13  void Reset() {
14  nTfMuons = 0;
15  tfMuonHwPt.clear();
17  tfMuonHwDxy.clear();
18  tfMuonHwEta.clear();
19  tfMuonHwPhi.clear();
20  tfMuonGlobalPhi.clear();
21  tfMuonHwSign.clear();
22  tfMuonHwSignValid.clear();
23  tfMuonHwQual.clear();
24  tfMuonLink.clear();
25  tfMuonProcessor.clear();
26  tfMuonTrackFinderType.clear();
27  tfMuonHwHF.clear();
28  tfMuonBx.clear();
29  tfMuonWh.clear();
30  tfMuonTrAdd.clear();
31  tfMuonDecodedTrAdd.clear();
32  tfMuonHwTrAdd.clear();
33  }
34 
35  unsigned short int nTfMuons;
36  std::vector<short int> tfMuonHwPt;
37  std::vector<short int> tfMuonHwPtUnconstrained;
38  std::vector<short int> tfMuonHwDxy;
39  std::vector<short int> tfMuonHwEta;
40  std::vector<short int> tfMuonHwPhi;
41  std::vector<short int> tfMuonGlobalPhi;
42  std::vector<short int> tfMuonHwSign;
43  std::vector<short int> tfMuonHwSignValid;
44  std::vector<short int> tfMuonHwQual;
45  std::vector<short int> tfMuonLink;
46  std::vector<short int> tfMuonProcessor;
47  std::vector<short int> tfMuonTrackFinderType;
48  std::vector<short int> tfMuonHwHF;
49  std::vector<short int> tfMuonBx;
50  std::vector<short int> tfMuonWh;
51  std::vector<short int> tfMuonTrAdd;
52  std::vector<std::map<std::string, int>> tfMuonDecodedTrAdd;
53  std::vector<short int> tfMuonHwTrAdd;
54  };
55 } // namespace L1Analysis
56 #endif
std::vector< std::map< std::string, int > > tfMuonDecodedTrAdd