CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTripletNoTipGenerator.h
Go to the documentation of this file.
1 #ifndef PixelTripletNoTipGenerator_H
2 #define PixelTripletNoTipGenerator_H
3 
6 
7 namespace edm { class Event; class EventSetup; }
8 
9 #include <utility>
10 #include <vector>
11 
12 
15 public:
17 
19 
20  virtual void hitTriplets( const TrackingRegion& region, OrderedHitTriplets & trs,
21  const edm::Event & ev, const edm::EventSetup& es,
23  const std::vector<SeedingLayerSetsHits::SeedingLayer>& thirdLayers) override;
24 
25 private:
29  double theNSigma;
30  double theChi2Cut;
31 };
32 #endif
CombinedHitTripletGenerator::LayerCacheType LayerCacheType
tuple cfg
Definition: looper.py:293
bool ev
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
PixelTripletNoTipGenerator(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)