CMS 3D CMS Logo

EgammaHLTRegionalPixelSeedGeneratorProducers.h
Go to the documentation of this file.
1 #ifndef EgammaHLTRegionalPixelSeedGeneratorProducers_h
2 #define EgammaHLTRegionalPixelSeedGeneratorProducers_h
3 
4 //
5 // Package: RecoEgamma/EgammaHLTProducers
6 // Class: EgammaHLTRegionalPixelSeedGeneratorProducers
7 //
8 // Description: Calls RoadSeachSeedFinderAlgorithm
9 // to find TrajectorySeeds.
10 
11 
18 
24 
26 
27 namespace edm {
29 }
30 
32 {
33  public:
34 
36 
38 
39  void produce(edm::Event& e, const edm::EventSetup& c) override;
40  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
41 
42  private:
43  std::unique_ptr<SeedGeneratorFromRegionHits> combinatorialSeedGenerator;
44  double ptmin_;
45  double vertexz_;
46  double originradius_;
47  double halflength_;
48  double originz_;
49  double deltaEta_;
50  double deltaPhi_;
51 
55 
57 
58 };
59 
60 #endif
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > candTag_
std::unique_ptr< SeedGeneratorFromRegionHits > combinatorialSeedGenerator
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.