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 
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
MicroGMTConverter::convert_all
void convert_all(const edm::Event &iEvent, const EMTFTrackCollection &in_tracks, l1t::RegionalMuonCandBxCollection &out_cands) const
Definition: MicroGMTConverter.cc:85
BXVector< RegionalMuonCand >
EMTFTrackCollection
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:27
MicroGMTConverter::~MicroGMTConverter
~MicroGMTConverter()
Definition: MicroGMTConverter.cc:5
emtf
Definition: Event.h:15
MicroGMTConverter
Definition: MicroGMTConverter.h:11
l1t::EMTFTrack
Definition: EMTFTrack.h:42
HLT_FULL_cff.cands
cands
Definition: HLT_FULL_cff.py:15208
MicroGMTConverter::MicroGMTConverter
MicroGMTConverter()
Definition: MicroGMTConverter.cc:3
Event.h
emtf::sort_uGMT_muons
void sort_uGMT_muons(l1t::RegionalMuonCandBxCollection &cands)
Definition: MicroGMTConverter.cc:111
iEvent
int iEvent
Definition: GenABIO.cc:224
Common.h
RegionalMuonCand.h
RegionalMuonCandFwd.h
edm::Event
Definition: Event.h:73
l1t::RegionalMuonCand
Definition: RegionalMuonCand.h:8
MicroGMTConverter::convert
void convert(const int global_event_BX, const EMTFTrack &in_track, l1t::RegionalMuonCand &out_cand) const
Definition: MicroGMTConverter.cc:7