84 unique_ptr<vector<reco::Track>>
out(
new vector<reco::Track>());
85 out->reserve(src->size());
86 unique_ptr<vector<reco::TrackExtra>> outEx(
new vector<reco::TrackExtra>());
87 outEx->reserve(src->size());
92 for (
typename vector<T>::const_iterator it = src->begin(), ed = src->end(); it != ed; ++it) {
109 out->back().appendHits(hits.first, hits.second, ttopo);
115 if (det0 ==
nullptr || det1 ==
nullptr) {
116 std::cerr <<
"ERROR: bogus detids at beginning or end of range" << std::endl;
138 auto const firstHitIndex = outHits->size();
140 outHits->push_back(*it2);
142 ex.
setHits(rHits, firstHitIndex, outHits->
size() - firstHitIndex);
std::pair< const_iterator, const_iterator > range
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
const LocalTrajectoryParameters & localParameters() const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
constexpr uint32_t rawId() const
get the raw id
GlobalPoint globalPosition() const
const Plane & surface() const
The nominal surface of the GeomDet.
edm::EDGetTokenT< std::vector< T > > src_
Labels for input collections.
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
const PTrajectoryStateOnDet & getState(const TrajectorySeed &seed) const
Muon selection.
TrajectorySeed::range getHits(const TrajectorySeed &seed) const
unsigned int detId() const
math::XYZPoint Point
point in the space
virtual LocalPoint localPosition() const =0
RefProd< PROD > getRefBeforePut()
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
TrackCharge charge() const
Charge (-1, 0 or 1)
GlobalVector globalMomentum() const
const TrackerGeomDet * idToDet(DetId) const override
DetId geographicalId() const
math::XYZVector Vector
spatial vector
math::Error< dimension >::type CovarianceMatrix
5 parameter covariance matrix