CMS 3D CMS Logo

ExtraFromSeeds.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TrackProducer_ExtraFromSeeds
2 #define RecoTracker_TrackProducer_ExtraFromSeeds
3 
4 // -*- C++ -*-
5 //
6 // Package: ExtraFromSeeds
7 // Class: ExtraFromSeeds
8 //
16 //
17 // Original Author: Jean-Roch Vlimant,40 3-A28,+41227671209,
18 // Created: Fri Feb 17 12:03:11 CET 2012
19 //
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
38 
39 //
40 // class declaration
41 //
42 
44 public:
45  explicit ExtraFromSeeds(const edm::ParameterSet&);
46  ~ExtraFromSeeds() override;
47 
48  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
49 
50 private:
51  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
52 
54  typedef std::vector<unsigned int> ExtremeLight;
55 
56  // ----------member data ---------------------------
57 };
58 
59 #endif
edm::EDGetTokenT< reco::TrackCollection > tracks_
ExtraFromSeeds(const edm::ParameterSet &)
~ExtraFromSeeds() override
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
std::vector< unsigned int > ExtremeLight