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 
6 
8 public:
9  void configure(
10  int verbose, int endcap, int sector, int bx,
11  int maxTracks,
12  bool useSingleHits
13  );
14 
15  void process(
16  const EMTFHitCollection& conv_hits,
17  EMTFTrackCollection& best_tracks
18  ) const;
19 
20 
21 private:
25 };
26 
27 #endif
void process(const EMTFHitCollection &conv_hits, EMTFTrackCollection &best_tracks) const
l1t::EMTFTrackCollection EMTFTrackCollection
Definition: Common.h:29
l1t::EMTFHitCollection EMTFHitCollection
Definition: Common.h:25
void configure(int verbose, int endcap, int sector, int bx, int maxTracks, bool useSingleHits)