CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTripletLowPtGenerator.h
Go to the documentation of this file.
1 #ifndef _PixelTripletLowPtGenerator_h_
2 #define _PixelTripletLowPtGenerator_h_
3 
14 
16 
17 class TrackerGeometry;
18 class TripletFilter;
20 
21 #include <vector>
22 
25 
26 
27  public:
29 
31 
32  virtual void hitTriplets( const TrackingRegion& region, OrderedHitTriplets & trs,
33  const edm::Event & ev, const edm::EventSetup& es,
35  const std::vector<SeedingLayerSetsHits::SeedingLayer>& thirdLayers) override;
36 
37  private:
38  void getTracker (const edm::EventSetup& es);
40 
42  std::unique_ptr<TripletFilter> theFilter;
43 
44 
47  double rzTolerance;
48  double maxAngleRatio;
49 
53 
54 };
55 
56 #endif
PixelTripletLowPtGenerator(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
tuple cfg
Definition: looper.py:293
void getTracker(const edm::EventSetup &es)
bool ev
std::unique_ptr< TripletFilter > theFilter
edm::EDGetTokenT< SiPixelClusterShapeCache > theClusterShapeCacheToken
virtual void hitTriplets(const TrackingRegion &region, OrderedHitTriplets &trs, const edm::Event &ev, const edm::EventSetup &es, SeedingLayerSetsHits::SeedingLayerSet pairLayers, const std::vector< SeedingLayerSetsHits::SeedingLayer > &thirdLayers) override
const TrackerGeometry * theTracker
GlobalPoint getGlobalPosition(const TrackingRecHit *recHit)