13 theNumberOfFoundHits(0),
14 theNumberOfLostHits(0),
15 theNumberOfCCCBadHits_(0),
16 theDirection(traj.direction()),
17 theValid(traj.isValid()),
18 theNHseed(traj.seedNHits()),
19 theNLoops(traj.nLoops()),
20 theDPhiCache(traj.dPhiCacheForLoopersReconstruction()),
21 theCCCThreshold_(traj.cccThreshold()),
22 stopReason_(traj.stopReason()) {
24 Trajectory::DataContainer::const_iterator
begin=traj.measurements().begin();
25 Trajectory::DataContainer::const_iterator
end=traj.measurements().end();
27 for(Trajectory::DataContainer::const_iterator it=begin; it!=
end; ++it){
47 if ( tm.
recHit()->isValid()) {
99 throw cms::Exception(
"TrackingTools/PatternTools",
"Trajectory::check() - information requested from empty Trajectory");
124 thit->firstClusterRef().stripCluster(),
159 while(i!=0) traj.
push(*tmp[--i]);
signed short theNumberOfFoundHits
const_iterator rend() const
ConstRecHitPointer const & recHit() const
void join(TempTrajectory &segment)
bool empty() const
True if trajectory has no measurements.
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
const LocalTrajectoryParameters & localParameters() const
void setStopReason(StopReason s)
signed short theNumberOfCCCBadHits_
const DataContainer & measurements() const
void setNLoops(signed char value)
static bool lost(const TrackingRecHit &hit)
void reserve(unsigned int n)
uint32_t rawId() const
get the raw id
PropagationDirection direction() const
Trajectory toTrajectory() const
Convert to a standard Trajectory.
signed short theNumberOfLostHits
void updateBadForCCC(float ccc_threshold)
const_iterator rbegin() const
int numberOfCCCBadHits(float ccc_threshold)
bool badForCCC(const TrajectoryMeasurement &tm)
std::vector< std::vector< double > > tmp
void join(bqueue< T > &other)
TrajectoryStateOnSurface const & updatedState() const
DetId geographicalId() const
void push(const TrajectoryMeasurement &tm)
void push_back(const T &val)
void pushAux(double chi2Increment)
void push(const TrajectoryMeasurement &tm)