CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MicroGMTConverter.h
Go to the documentation of this file.
1 #ifndef L1TMuonEndCap_MicroGMTConverter_h
2 #define L1TMuonEndCap_MicroGMTConverter_h
3 
5 
8 
10 
12 public:
13  explicit MicroGMTConverter();
15 
16  void convert(const int global_event_BX, const EMTFTrack& in_track, l1t::RegionalMuonCand& out_cand) const;
17 
18  void convert_all(const edm::Event& iEvent,
19  const EMTFTrackCollection& in_tracks,
20  l1t::RegionalMuonCandBxCollection& out_cands) const;
21 
22 private:
23 }; // End class MicroGMTConverter
24 
25 namespace emtf {
27 }
28 
29 #endif
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:27
void sort_uGMT_muons(l1t::RegionalMuonCandBxCollection &cands)
void convert(const int global_event_BX, const EMTFTrack &in_track, l1t::RegionalMuonCand &out_cand) const
int iEvent
Definition: GenABIO.cc:224
void convert_all(const edm::Event &iEvent, const EMTFTrackCollection &in_tracks, l1t::RegionalMuonCandBxCollection &out_cands) const