CMS 3D CMS Logo

TrackProducer.h
Go to the documentation of this file.
1 #ifndef TrackProducer_h
2 #define TrackProducer_h
3 
13 
15 
17 public:
19  explicit TrackProducer(const edm::ParameterSet& iConfig);
20 
22  void produce(edm::Event&, const edm::EventSetup&) override;
23 
25  std::vector<reco::TransientTrack> getTransient(edm::Event&, const edm::EventSetup&);
26 
27  // /// Put produced collections in the event
28  // virtual void putInEvt(edm::Event&,
29  // std::unique_ptr<TrackingRecHitCollection>&,
30  // std::unique_ptr<TrackCollection>&,
31  // std::unique_ptr<reco::TrackExtraCollection>&,
32  // std::unique_ptr<std::vector<Trajectory> >&,
33  // AlgoProductCollection&);
34 
35 private:
38 };
39 
40 #endif
TrackProducerAlgorithm< reco::Track > theAlgo
Definition: TrackProducer.h:36
TrackProducer(const edm::ParameterSet &iConfig)
Constructor.
void produce(edm::Event &, const edm::EventSetup &) override
Implementation of produce method.
std::vector< reco::TransientTrack > getTransient(edm::Event &, const edm::EventSetup &)
Get Transient Tracks.
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > theTTopoToken
Definition: TrackProducer.h:37