CMS 3D CMS Logo

L1AnalysisL1UpgradeTfMuonShowerDataFormat.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisL1UpgradeTfMuonShowerDataFormat_H__
2 #define __L1Analysis_L1AnalysisL1UpgradeTfMuonShowerDataFormat_H__
3 
4 #include <vector>
5 #include <map>
6 
7 namespace L1Analysis {
8 
12 
13  void Reset() {
14  nTfMuonShowers = 0;
15  tfMuonShowerBx.clear();
16  tfMuonShowerOneNominal.clear();
17  tfMuonShowerOneTight.clear();
18  tfMuonShowerTwoLoose.clear();
19  tfMuonShowerEndcap.clear();
20  tfMuonShowerSector.clear();
21  }
22 
23  unsigned short int nTfMuonShowers;
24  std::vector<short int> tfMuonShowerBx;
25  std::vector<short int> tfMuonShowerOneNominal;
26  std::vector<short int> tfMuonShowerOneTight;
27  std::vector<short int> tfMuonShowerTwoLoose;
28  std::vector<short int> tfMuonShowerEndcap;
29  std::vector<short int> tfMuonShowerSector;
30  };
31 } // namespace L1Analysis
32 #endif