29 std::unique_ptr<TrajectoryFilter>
filter,
30 std::unique_ptr<TrajectoryFilter> inOutFilter):
38 theInOutFilter(
std::
move(inOutFilter)),
39 theUpdatorName(conf.getParameter<
std::
string>(
"updator")),
40 thePropagatorAlongName(conf.getParameter<
std::
string>(
"propagatorAlong")),
41 thePropagatorOppositeName(conf.getParameter<
std::
string>(
"propagatorOpposite")),
42 theEstimatorName(conf.getParameter<
std::
string>(
"estimator")),
43 theRecHitBuilderName(conf.getParameter<
std::
string>(
"TTRHBuilder"))
45 if (conf.
exists(
"clustersToSkip"))
edm::LogError(
"BaseCkfTrajectoryBuilder") <<
"ERROR: " <<
typeid(*this).name() <<
" has a clustersToSkip parameter set";
72 const GeomDet* hitGeomDet = recHit->det();
78 if (ihit == hitRange.second - 1) {
80 if (&gdet->surface() != &hitGeomDet->
surface()) {
81 edm::LogError(
"CkfPattern") <<
"CkfTrajectoryBuilder error: the seed state is not on the surface of the detector of the last seed hit";
86 result.
emplace(invalidState, outerState, recHit, 0, hitLayer);
99 result.
emplace(invalidState, innerUpdated, recHit, 0, hitLayer);
128 LogTrace(
"BaseCkfTrajectoryBuilder_InfiniteLoop") <<
129 "Cropping Track After 400 Measurements:\n" <<
132 " Found hits: " << traj.
foundHits() <<
", lost hits: " << traj.
lostHits() <<
"\n\n";
170 LogDebug(
"CkfPattern")<<inOut<<
"=inOut option. pushing a Trajectory with: "<<traj.
foundHits()<<
" found hits. "<<traj.
lostHits()
186 LogDebug(
"CkfPattern")<<inOut<<
"=inOut option. pushing a TempTrajectory with: "<<traj.
foundHits()<<
" found hits. "<<traj.
lostHits()
199 while (!traj.empty() && !traj.lastMeasurement().recHitR().isValid()) traj.pop();
200 LogDebug(
"CkfPattern")<<inOut<<
"=inOut option. pushing a TempTrajectory with: "<<traj.foundHits()<<
" found hits. "<<traj.lostHits();
216 const Surface * surface=&g->surface();
238 std::cerr <<
"ERROR SetEvent called on " <<
typeid(*this).name() << (
theMeasurementTracker ?
" with valid " :
"witout any ") <<
"MeasurementTrackerEvent" << std::endl;
243 std::cerr <<
"ERROR unSet called on " <<
typeid(*this).name() << (
theMeasurementTracker ?
" with valid " :
"witout any ") <<
"MeasurementTrackerEvent" << std::endl;
PropagationDirection direction() const
bool empty() const
True if trajectory has no measurements.
T getParameter(std::string const &) const
void unset() const override
~BaseCkfTrajectoryBuilder() override
const TrackingGeometry * geomTracker() const
TrajectoryStateOnSurface const & predictedState() const
ConstRecHitPointer const & recHit() const
bool empty() const
True if trajectory has no measurements.
void setData(const MeasurementTrackerEvent *data)
const std::string theEstimatorName
const Propagator * forwardPropagator(const TrajectorySeed &seed) const
virtual SubDetector subDetector() const =0
The type of detector (PixelBarrel, PixelEndcap, TIB, TOB, TID, TEC, CSC, DT, RPCBarrel, RPCEndcap)
const DataContainer & measurements() const
BaseCkfTrajectoryBuilder(const edm::ParameterSet &conf, std::unique_ptr< TrajectoryFilter > filter, std::unique_ptr< TrajectoryFilter > inOutFilter=0)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
const TrajectoryStateUpdator * theUpdator
virtual const GeomDet * idToDet(DetId) const =0
const Propagator * thePropagatorAlong
const Plane & surface() const
The nominal surface of the GeomDet.
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
virtual TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const =0
const TrajectoryMeasurement & lastMeasurement() const
bool qualityFilter(const TempTrajectory &traj, bool inOut=false) const
virtual void setEvent_(const edm::Event &iEvent, const edm::EventSetup &iSetup)=0
PropagationDirection direction() const
DataContainer const & measurements() const
virtual const MagneticField * magneticField() const =0
void seedMeasurements(const TrajectorySeed &seed, TempTrajectory &result) const
Trajectory toTrajectory() const
Convert to a standard Trajectory.
recHitContainer::const_iterator const_iterator
TrajectoryMeasurement const & lastMeasurement() const
FreeTrajectoryState const * freeState(bool withErrors=true) const
const TransientTrackingRecHitBuilder * theTTRHBuilder
const DetLayer * detLayer(const DetId &id) const
obsolete method. Use idToLayer() instead.
std::pair< const_iterator, const_iterator > range
static std::unique_ptr< TrajectoryFilter > createTrajectoryFilter(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
std::unique_ptr< TrajectoryFilter > theInOutFilter
unsigned int detId() const
void addToResult(boost::shared_ptr< const TrajectorySeed > const &seed, TempTrajectory &traj, TrajectoryContainer &result, bool inOut=false) const
const std::string thePropagatorAlongName
static std::string dumpCandidate(const Candidate &candidate, bool showErrors=false)
std::shared_ptr< TrackingRecHit const > RecHitPointer
void setSharedSeed(const boost::shared_ptr< const TrajectorySeed > &seed)
StateAndLayers findStateAndLayers(const TrajectorySeed &seed, const TempTrajectory &traj) const
const MeasurementTrackerEvent * theMeasurementTracker
const std::string theUpdatorName
PTrajectoryStateOnDet const & startingState() const
const std::string theRecHitBuilderName
std::vector< const DetLayer * > nextLayers(const DetLayer &detLayer, Args &&...args) const
NavigationDirection.
std::vector< TempTrajectory > TempTrajectoryContainer
void setEvent(const edm::Event &event) const override
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
const Propagator * thePropagatorOpposite
void moveToResult(TempTrajectory &&traj, TempTrajectoryContainer &result, bool inOut=false) const
void emplace(Args &&...args)
unsigned int nHits() const
char data[epos_bytes_allocation]
bool toBeContinued(TempTrajectory &traj, bool inOut=false) const
std::pair< TSOS, std::vector< const DetLayer * > > StateAndLayers
const NavigationSchool * theNavigationSchool
const Propagator * backwardPropagator(const TrajectorySeed &seed) const
TrajectoryStateOnSurface const & updatedState() const
const DetLayer * lastLayer() const
Redundant method, returns the layer of lastMeasurement() .
T const * product() const
const GeometricSearchTracker * geometricSearchTracker() const
std::vector< Trajectory > TrajectoryContainer
const std::string thePropagatorOppositeName
T get(const Candidate &c)
const Chi2MeasurementEstimatorBase * theEstimator
std::unique_ptr< TrajectoryFilter > theFilter
TempTrajectory createStartingTrajectory(const TrajectorySeed &seed) const