|
|
Go to the documentation of this file.
20 iConfig.getParameter<
bool>(
"useHitsSplitting")),
29 if (constraint_str.empty())
32 else if (constraint_str ==
"vertex") {
37 edm::LogError(
"GsfTrackRefitter") <<
"constraint: " << constraint_str
38 <<
" not understood. Set it to 'momentum', 'vertex' or leave it empty";
40 <<
"unknown type of contraint! Set it to 'momentum', 'vertex' or leave it empty";
44 produces<reco::GsfTrackCollection>().setBranchAlias(
alias_ +
"GsfTracks");
45 produces<reco::TrackExtraCollection>().setBranchAlias(
alias_ +
"TrackExtras");
46 produces<reco::GsfTrackExtraCollection>().setBranchAlias(
alias_ +
"GsfTrackExtras");
47 produces<TrackingRecHitCollection>().setBranchAlias(
alias_ +
"RecHits");
48 produces<std::vector<Trajectory>>();
49 produces<TrajGsfTrackAssociationCollection>();
53 edm::LogInfo(
"GsfTrackRefitter") <<
"Analyzing event number: " << theEvent.
id() <<
"\n";
61 std::unique_ptr<std::vector<Trajectory>> outputTrajectoryColl(
new std::vector<Trajectory>);
73 getFromES(
setup, theG, theMF, theFitter, thePropagator, theMeasTk, theBuilder);
88 edm::LogError(
"GsfTrackRefitter") <<
"could not get the reco::GsfTrackCollection.";
91 LogDebug(
"GsfTrackRefitter") <<
"run the algorithm"
103 edm::LogError(
"TrackProducer") <<
"cms::Exception caught during theAlgo.runWithTrack."
115 bs = *recoBeamSpotHandle;
117 edm::LogError(
"TrackRefitter") <<
"could not get TrackVtxConstraintAssociationCollection product.";
120 LogDebug(
"TrackRefitter") <<
"run the algorithm"
125 *theTCollectionWithConstraint,
132 edm::LogError(
"TrackProducer") <<
"cms::Exception caught during theAlgo.runWithTrack."
149 outputTrajectoryColl,
154 LogDebug(
"GsfTrackRefitter") <<
"end"
T const * product() const
virtual void getFromES(const edm::EventSetup &, edm::ESHandle< TrackerGeometry > &, edm::ESHandle< MagneticField > &, edm::ESHandle< TrajectoryFitter > &, edm::ESHandle< Propagator > &, edm::ESHandle< MeasurementTracker > &, edm::ESHandle< TransientTrackingRecHitBuilder > &)
Get needed services from the Event Setup.
virtual void getFromEvt(edm::Event &, edm::Handle< TrackCandidateCollection > &, reco::BeamSpot &)
Get TrackCandidateCollection from the Event (needed by TrackProducer)
void runWithVertex(const TrackingGeometry *, const MagneticField *, const VtxConstraintAssociationCollection &, const TrajectoryFitter *, const Propagator *, const TransientTrackingRecHitBuilder *, const reco::BeamSpot &, AlgoProductCollection &)
GsfTrackRefitter(const edm::ParameterSet &iConfig)
Constructor.
void setConf(const edm::ParameterSet &conf)
Set parameter set.
std::vector< GsfTrackExtra > GsfTrackExtraCollection
collection of GsfTrackExtra objects
TrackProducerAlgorithm< reco::GsfTrack > theAlgo
Log< level::Info, false > LogInfo
std::vector< AlgoProduct > AlgoProductCollection
edm::EDGetTokenT< GsfTrackVtxConstraintAssociationCollection > gsfTrackVtxConstraintTag_
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
void setAlias(std::string alias)
set the aliases of produced collections
bool getByToken(EDGetToken token, Handle< PROD > &result) const
virtual void putInEvt(edm::Event &, const Propagator *prop, const MeasurementTracker *measTk, std::unique_ptr< TrackingRecHitCollection > &, std::unique_ptr< reco::GsfTrackCollection > &, std::unique_ptr< reco::TrackExtraCollection > &, std::unique_ptr< reco::GsfTrackExtraCollection > &, std::unique_ptr< std::vector< Trajectory > > &, AlgoProductCollection &, TransientTrackingRecHitBuilder const *, const reco::BeamSpot &, const TrackerTopology *ttopo)
Put produced collections in the event.
Log< level::Error, false > LogError
void setSrc(const edm::EDGetToken &src, const edm::EDGetTokenT< reco::BeamSpot > &bsSrc, const edm::EDGetTokenT< MeasurementTrackerEvent > &mteSrc)
set label of source collection
edm::EDGetTokenT< reco::BeamSpot > bsSrc_
void produce(edm::Event &, const edm::EventSetup &) override
Implementation of produce method.
std::vector< GsfTrack > GsfTrackCollection
collection of GsfTracks
T getParameter(std::string const &) const
void runWithTrack(const TrackingGeometry *, const MagneticField *, const TrackView &, const TrajectoryFitter *, const Propagator *, const TransientTrackingRecHitBuilder *, const reco::BeamSpot &, AlgoProductCollection &)
Run the Final Fit taking Tracks as input (for Refitter)