CMS 3D CMS Logo

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  isRun3_ = false;
17  }
18  void SetRun3Muons() { isRun3_ = true; }
21 
22  private:
24  bool isRun3_{false};
25  };
26 } // namespace L1Analysis
27 #endif
L1AnalysisL1UpgradeTfMuonDataFormat l1upgradetfmuon_
L1AnalysisL1UpgradeTfMuonDataFormat * getData()
void SetTfMuon(const l1t::RegionalMuonCandBxCollection &muon, unsigned maxL1UpgradeTfMuon)