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 {
16  class Event;
17  class EventSetup;
18  class ParameterSet;
19  class ConsumesCollector;
20 } // namespace edm
21 
22 #include "ConversionRegion.h"
23 
29 public:
31 
32 public:
35 
36  void hitPairs(const TrackingRegion&, OrderedHitPairs&, const edm::Event&, const edm::EventSetup&);
37 
38  const OrderedHitPairs& run(const TrackingRegion& region, const edm::Event& ev, const edm::EventSetup& es);
39 
40  void clearLayerCache() { theLayerCache.clear(); }
41 
42  /*------------------------*/
43 private:
45  delete;
46 
48  const unsigned int theMaxElement;
49  LayerCacheType theLayerCache;
50 
51  std::unique_ptr<HitQuadrupletGeneratorFromLayerPairForPhotonConversion> theGenerator;
52 
54 };
55 #endif
bool ev
std::unique_ptr< HitQuadrupletGeneratorFromLayerPairForPhotonConversion > theGenerator
HLT enums.