CMS 3D CMS Logo

SingleHitTrack.h
Go to the documentation of this file.
1 #ifndef L1TMuonEndCap_SingleHitTrack_h
2 #define L1TMuonEndCap_SingleHitTrack_h
3 
5 
7 public:
8  void configure(int verbose, int endcap, int sector, int bx, int maxTracks, bool useSingleHits);
9 
10  void process(const EMTFHitCollection& conv_hits, EMTFTrackCollection& best_tracks) const;
11 
12 private:
16 };
17 
18 #endif
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:27
void process(const EMTFHitCollection &conv_hits, EMTFTrackCollection &best_tracks) const
bool verbose
l1t::EMTFHitCollection EMTFHitCollection
Definition: Common.h:23
maxTracks
Definition: DMR_cfg.py:158
void configure(int verbose, int endcap, int sector, int bx, int maxTracks, bool useSingleHits)