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::StreamID
Definition: StreamID.h:30
TrackExtra.h
TrackExtraFwd.h
edm::EDGetTokenT< reco::TrackCollection >
ExtraFromSeeds::ExtremeLight
std::vector< unsigned int > ExtremeLight
Definition: ExtraFromSeeds.h:54
ExtraFromSeeds::~ExtraFromSeeds
~ExtraFromSeeds() override
Definition: ExtraFromSeeds.cc:33
MakerMacros.h
Track.h
TrackFwd.h
edm::global::EDProducer
Definition: EDProducer.h:32
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
edm::ParameterSet
Definition: ParameterSet.h:36
Event.h
ExtraFromSeeds::tracks_
edm::EDGetTokenT< reco::TrackCollection > tracks_
Definition: ExtraFromSeeds.h:53
ExtraFromSeeds::ExtraFromSeeds
ExtraFromSeeds(const edm::ParameterSet &)
Definition: ExtraFromSeeds.cc:27
ExtraFromSeeds::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition: ExtraFromSeeds.cc:43
ExtraFromSeeds
Definition: ExtraFromSeeds.h:43
edm::EventSetup
Definition: EventSetup.h:57
Frameworkfwd.h
ExtraFromSeeds::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: ExtraFromSeeds.cc:77
ParameterSet.h
EDProducer.h
edm::Event
Definition: Event.h:73