CMS 3D CMS Logo

L1TMuonBarrelKalmanRegionModule.h
Go to the documentation of this file.
1 #ifndef L1TMUONBARRELKALMANREGIONMODULE_H
2 #define L1TMUONBARRELKALMANREGIONMODULE_H
3 
7 
9  public:
12 
13  const int wheel() const {
14  return wheel_;
15  }
16 
18  private:
19  int verbose_;
20  int sector_;
21  int wheel_;
25 
31 
32  class SeedSorter {
33  public:
34  SeedSorter() { }
35 
37  return (a->tag()<b->tag());
38  }
39 
40  };
41 
42 
43 
44 
45 };
46 
47 
48 
49 #endif
L1MuKBMTrackCollection cleanLower(const L1MuKBMTrackCollection &tracks1, const L1MuKBMTrackCollection &tracks2)
std::vector< edm::Ref< L1MuKBMTCombinedStubCollection > > L1MuKBMTCombinedStubRefVector
L1MuKBMTrackCollection cleanHigher(const L1MuKBMTrackCollection &tracks1, const L1MuKBMTrackCollection &tracks2)
bool operator()(const L1MuKBMTCombinedStubRef &a, const L1MuKBMTCombinedStubRef &b)
L1MuKBMTrackCollection process(L1TMuonBarrelKalmanAlgo *, const L1MuKBMTCombinedStubRefVector &stubs, int bx)
L1MuKBMTrackCollection cleanRegion(const L1MuKBMTrackCollection &, const L1MuKBMTrackCollection &, const L1MuKBMTrackCollection &)
L1MuKBMTrackCollection sort4(const L1MuKBMTrackCollection &in)
double b
Definition: hdecay.h:120
std::vector< L1MuKBMTrack > L1MuKBMTrackCollection
Definition: L1MuKBMTrack.h:15
double a
Definition: hdecay.h:121
L1MuKBMTrackCollection selfClean(const L1MuKBMTrackCollection &tracks)
L1TMuonBarrelKalmanRegionModule(const edm::ParameterSet &, int wheel, int sector)