CMS 3D CMS Logo

MicroGMTConverter.h
Go to the documentation of this file.
1 #ifndef L1TMuonEndCap_MicroGMTConverter_h
2 #define L1TMuonEndCap_MicroGMTConverter_h
3 
5 
8 
10 
11 
13 public:
14  explicit MicroGMTConverter();
16 
17  void convert(
18  const int global_event_BX,
19  const EMTFTrack& in_track,
20  l1t::RegionalMuonCand& out_cand
21  ) const;
22 
23  void convert_all(
24  const edm::Event& iEvent,
25  const EMTFTrackCollection& in_tracks,
27  ) const;
28 
29 private:
30 }; // End class MicroGMTConverter
31 
32 namespace emtf {
33  void sort_uGMT_muons(
35  );
36 }
37 
38 
39 #endif
void sort_uGMT_muons(l1t::RegionalMuonCandBxCollection &cands)
Definition: Event.h:15
void convert(const int global_event_BX, const EMTFTrack &in_track, l1t::RegionalMuonCand &out_cand) const
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:29
int iEvent
Definition: GenABIO.cc:224
void convert_all(const edm::Event &iEvent, const EMTFTrackCollection &in_tracks, l1t::RegionalMuonCandBxCollection &out_cands) const