test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelTripletLargeTipGenerator.h
Go to the documentation of this file.
1 #ifndef PixelTripletLargeTipGenerator_H
2 #define PixelTripletLargeTipGenerator_H
3 
14 
15 #include <utility>
16 #include <vector>
17 
18 
20 
22 
23 public:
25 
27 
28  virtual void hitTriplets( const TrackingRegion& region, OrderedHitTriplets & trs,
29  const edm::Event & ev, const edm::EventSetup& es,
31  const std::vector<SeedingLayerSetsHits::SeedingLayer>& thirdLayers) override;
32 
33 private:
34 
35  bool checkPhiInRange(float phi, float phi1, float phi2) const;
36  std::pair<float,float> mergePhiRanges(
37  const std::pair<float,float> &r1, const std::pair<float,float> &r2) const;
38 
39 
40 private:
44  bool useMScat;
45  bool useBend;
46  float dphi;
47 };
48 #endif
49 
50 
CombinedHitTripletGenerator::LayerCacheType LayerCacheType
tuple cfg
Definition: looper.py:293
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
bool ev
bool checkPhiInRange(float phi, float phi1, float phi2) const
PixelTripletLargeTipGenerator(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
std::pair< float, float > mergePhiRanges(const std::pair< float, float > &r1, const std::pair< float, float > &r2) const