CMS 3D CMS Logo

MicroGMTConverter.h
Go to the documentation of this file.
1 #ifndef L1TMuonEndCap_MicroGMTConverter_h
2 #define L1TMuonEndCap_MicroGMTConverter_h
3 
6 
8 
9 
11 public:
12  explicit MicroGMTConverter();
14 
15  void convert(
16  const EMTFTrack& in_track,
17  l1t::RegionalMuonCand& out_cand
18  ) const;
19 
20  void convert_all(
21  const EMTFTrackCollection& in_tracks,
23  ) const;
24 
25 private:
26 };
27 
28 #endif
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:24
void convert_all(const EMTFTrackCollection &in_tracks, l1t::RegionalMuonCandBxCollection &out_cands) const
void convert(const EMTFTrack &in_track, l1t::RegionalMuonCand &out_cand) const