8 theChiSquared(0), theValid(traj.isValid()),
9 theNumberOfFoundHits(0), theNumberOfLostHits(0),
10 theDirection(traj.direction()), theDirectionValidity(
true),
11 theSeed( traj.sharedSeed() ){
14 Trajectory::DataContainer::const_iterator
end=traj.
measurements().end();
16 for(Trajectory::DataContainer::const_iterator it=begin; it!=
end; ++it){
38 #if defined( __GXX_EXPERIMENTAL_CXX0X__)
40 push( std::forward<TrajectoryMeasurement>(tm), tm.estimate());
49 #if defined( __GXX_EXPERIMENTAL_CXX0X__)
58 if ( tm.
recHit()->isValid()) {
81 __gnu_cxx::slist<const TrajectoryMeasurement*>
list;
83 list.push_front(&(*it));
85 for(__gnu_cxx::slist<const TrajectoryMeasurement*>::const_iterator it = list.begin(), ed = list.end(); it != ed; ++it) {
130 else throw cms::Exception(
"TrackingTools/PatternTools",
"Trajectory::direction() requested but not set");
135 throw cms::Exception(
"TrackingTools/PatternTools",
"Trajectory::check() - information requested from empty Trajectory");
140 if ( hit.
isValid())
return false;
158 static std::vector<const TrajectoryMeasurement*> work;
160 std::vector<const TrajectoryMeasurement*>::iterator workend = work.end(), itwork = workend;
162 --itwork; *itwork = (&(*it));
164 for (; itwork != workend; ++itwork) {
const_iterator rend() const
void join(TempTrajectory &segment)
bool empty() const
True if trajectory has no measurements.
const DataContainer & measurements() const
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.
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)