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 
17 
19 public:
20 
21  explicit TrackProducerWithSCAssociation(const edm::ParameterSet& iConfig);
22 
23 
24  virtual void produce(edm::Event&, const edm::EventSetup&);
25 
26  std::vector<reco::TransientTrack> getTransient(edm::Event&, const edm::EventSetup&);
27 
28 private:
38 
39 
40  //Same recipe as Ursula's for electrons. Copy this from TrackProducerBase to get the OrphanHandle
41  //ugly temporary solution!! I agree !
42  void putInEvt(edm::Event& evt,
43  const Propagator* thePropagator,
44  const MeasurementTracker* theMeasTk,
45  std::auto_ptr<TrackingRecHitCollection>& selHits,
46  std::auto_ptr<reco::TrackCollection>& selTracks,
47  std::auto_ptr<reco::TrackExtraCollection>& selTrackExtras,
48  std::auto_ptr<std::vector<Trajectory> >& selTrajectories,
49  AlgoProductCollection& algoResults);
50 };
51 
52 #endif
edm::OrphanHandle< reco::TrackCollection > rTracks_
std::vector< reco::TransientTrack > getTransient(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::TrackCandidateCaloClusterPtrAssociation > assoc_token
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)