CMS 3D CMS Logo

CombinedHitQuadrupletGeneratorForPhotonConversion.h
Go to the documentation of this file.
1 #ifndef CombinedHitQuadrupletGeneratorForPhotonConversion_H
2 #define CombinedHitQuadrupletGeneratorForPhotonConversion_H
3 
4 #include <vector>
5 #include <memory>
10 
11 class TrackingRegion;
12 class OrderedHitPairs;
15 namespace edm { class Event; class EventSetup; class ParameterSet; class ConsumesCollector;}
16 
17 #include "ConversionRegion.h"
18 
24 public:
26 
27 public:
30 
31  void hitPairs(const TrackingRegion&, OrderedHitPairs&, const edm::Event&, const edm::EventSetup&);
32 
33  const OrderedHitPairs & run(const TrackingRegion& region, const edm::Event & ev, const edm::EventSetup& es);
34 
35 
36  void clearLayerCache(){theLayerCache.clear();}
37 
38  /*------------------------*/
39 private:
41 
43  const unsigned int theMaxElement;
44  LayerCacheType theLayerCache;
45 
46  std::unique_ptr<HitQuadrupletGeneratorFromLayerPairForPhotonConversion> theGenerator;
47 
49 
50 };
51 #endif
bool ev
std::unique_ptr< HitQuadrupletGeneratorFromLayerPairForPhotonConversion > theGenerator
HLT enums.