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 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
34 
39 
40 
41 //
42 // class declaration
43 //
44 
46  public:
47  explicit ExtraFromSeeds(const edm::ParameterSet&);
48  ~ExtraFromSeeds() override;
49 
50  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
51 
52  private:
53  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
54 
56  typedef std::vector<unsigned int> ExtremeLight;
57 
58  // ----------member data ---------------------------
59 };
60 
61 #endif
edm::EDGetTokenT< reco::TrackCollection > tracks_
ExtraFromSeeds(const edm::ParameterSet &)
~ExtraFromSeeds() override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
std::vector< unsigned int > ExtremeLight