1 #ifndef TrackProducerWithSCAssociation_h
2 #define TrackProducerWithSCAssociation_h
47 std::auto_ptr<TrackingRecHitCollection>& selHits,
48 std::auto_ptr<reco::TrackCollection>& selTracks,
49 std::auto_ptr<reco::TrackExtraCollection>& selTrackExtras,
50 std::auto_ptr<std::vector<Trajectory> >& selTrajectories,
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, TransientTrackingRecHitBuilder const *hitBuilder)
edm::EDGetTokenT< MeasurementTrackerEvent > measurementTrkToken_
edm::OrphanHandle< reco::TrackCollection > rTracks_
std::vector< reco::TransientTrack > getTransient(edm::Event &, const edm::EventSetup &)
std::string trackSuperClusterAssociationCollection_
edm::EDGetTokenT< reco::TrackCandidateCaloClusterPtrAssociation > assoc_token
bool validTrackCandidateSCAssociationInput_
std::string trackCSuperClusterAssociationCollection_
std::vector< AlgoProduct > AlgoProductCollection
TrackProducerAlgorithm< reco::Track > theAlgo
TrackProducerWithSCAssociation(const edm::ParameterSet &iConfig)
std::string conversionTrackCandidateProducer_
bool myTrajectoryInEvent_
virtual void produce(edm::Event &, const edm::EventSetup &) override
Method where the procduction take place. To be implemented in concrete classes.