CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackProducerWithSCAssociation.h
Go to the documentation of this file.
1 #ifndef TrackProducerWithSCAssociation_h
2 #define TrackProducerWithSCAssociation_h
3 
19 
21 public:
22 
23  explicit TrackProducerWithSCAssociation(const edm::ParameterSet& iConfig);
24 
25 
26  virtual void produce(edm::Event&, const edm::EventSetup&);
27 
28  std::vector<reco::TransientTrack> getTransient(edm::Event&, const edm::EventSetup&);
29 
30 private:
39 
40 
41  //Same recipe as Ursula's for electrons. Copy this from TrackProducerBase to get the OrphanHandle
42  //ugly temporary solution!! I agree !
43  void putInEvt(edm::Event& evt,
44  const Propagator* thePropagator,
45  const MeasurementTracker* theMeasTk,
46  std::auto_ptr<TrackingRecHitCollection>& selHits,
47  std::auto_ptr<reco::TrackCollection>& selTracks,
48  std::auto_ptr<reco::TrackExtraCollection>& selTrackExtras,
49  std::auto_ptr<std::vector<Trajectory> >& selTrajectories,
50  AlgoProductCollection& algoResults);
51 };
52 
53 #endif
edm::OrphanHandle< reco::TrackCollection > rTracks_
std::vector< reco::TransientTrack > getTransient(edm::Event &, const edm::EventSetup &)
void putInEvt(edm::Event &evt, const Propagator *thePropagator, const MeasurementTracker *theMeasTk, std::auto_ptr< TrackingRecHitCollection > &selHits, std::auto_ptr< reco::TrackCollection > &selTracks, std::auto_ptr< reco::TrackExtraCollection > &selTrackExtras, std::auto_ptr< std::vector< Trajectory > > &selTrajectories, AlgoProductCollection &algoResults)
std::vector< AlgoProduct > AlgoProductCollection
virtual void produce(edm::Event &, const edm::EventSetup &)
TrackProducerAlgorithm< reco::Track > theAlgo
TrackProducerWithSCAssociation(const edm::ParameterSet &iConfig)