CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1AnalysisL1UpgradeTfMuon.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisL1UpgradeTfMuon_H__
2 #define __L1Analysis_L1AnalysisL1UpgradeTfMuon_H__
3 
5 
8 namespace L1Analysis {
10  public:
11  enum { TEST = 0 };
14  void Reset() {
16  isKalman_ = false;
17  }
18  void SetKalmanMuon() { isKalman_ = true; }
19  void SetTfMuon(const l1t::RegionalMuonCandBxCollection& muon, unsigned maxL1UpgradeTfMuon);
21 
22  private:
24  bool isKalman_{false};
25  };
26 } // namespace L1Analysis
27 #endif
L1AnalysisL1UpgradeTfMuonDataFormat l1upgradetfmuon_
L1AnalysisL1UpgradeTfMuonDataFormat * getData()
void SetTfMuon(const l1t::RegionalMuonCandBxCollection &muon, unsigned maxL1UpgradeTfMuon)