8 theSeed( traj.sharedSeed() ),
10 theNumberOfFoundHits(0), theNumberOfLostHits(0),
11 theDirection(traj.direction()), theDirectionValidity(
true),
12 theValid(traj.isValid()),
13 theDPhiCache(traj.dPhiCacheForLoopersReconstruction()),
14 theNLoops(traj.nLoops()) {
17 Trajectory::DataContainer::const_iterator
end=traj.
measurements().end();
19 for(Trajectory::DataContainer::const_iterator it=begin; it!=
end; ++it){
39 #if defined( __GXX_EXPERIMENTAL_CXX0X__)
41 push( std::forward<TrajectoryMeasurement>(tm), tm.estimate());
50 #if defined( __GXX_EXPERIMENTAL_CXX0X__)
59 if ( tm.
recHit()->isValid()) {
82 __gnu_cxx::slist<const TrajectoryMeasurement*>
list;
84 list.push_front(&(*it));
86 for(__gnu_cxx::slist<const TrajectoryMeasurement*>::const_iterator it = list.begin(), ed = list.end(); it != ed; ++it) {
131 else throw cms::Exception(
"TrackingTools/PatternTools",
"Trajectory::direction() requested but not set");
136 throw cms::Exception(
"TrackingTools/PatternTools",
"Trajectory::check() - information requested from empty Trajectory");
141 if ( hit.
isValid())
return false;
160 static std::vector<const TrajectoryMeasurement*> work;
162 std::vector<const TrajectoryMeasurement*>::iterator workend = work.end(), itwork = workend;
164 --itwork; *itwork = (&(*it));
166 for (; itwork != workend; ++itwork) {
signed short theNumberOfFoundHits
const_iterator rend() const
void join(TempTrajectory &segment)
bool empty() const
True if trajectory has no measurements.
const DataContainer & measurements() const
void setNLoops(signed char value)
GlobalPoint globalPosition() const
ConstRecHitPointer recHit() const
PropagationDirection theDirection
void reserve(unsigned int n)
static bool lost(const TransientTrackingRecHit &hit)
uint32_t rawId() const
get the raw id
PropagationDirection direction() const
DataContainer const & measurements() const
Trajectory toTrajectory() const
Convert to a standard Trajectory.
signed short theNumberOfLostHits
TrajectoryStateOnSurface updatedState() const
boost::shared_ptr< const TrajectorySeed > theSeed
bool theDirectionValidity
void join(bqueue< T > &other)
~TempTrajectory()
destruct a TempTrajectory
DetId geographicalId() const
void push(const TrajectoryMeasurement &tm)
void pushAux(const TrajectoryMeasurement &tm, double chi2Increment)
void push_back(const T &val)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
void push(const TrajectoryMeasurement &tm)