86 unique_ptr<vector<reco::Track>>
out(
new vector<reco::Track>());
88 unique_ptr<vector<reco::TrackExtra>> outEx(
new vector<reco::TrackExtra>());
89 outEx->reserve(
src->size());
94 for (
typename vector<T>::const_iterator it =
src->begin(), ed =
src->end(); it != ed; ++it) {
100 std::cerr <<
"ERROR: bogus detid " << pstate.
detId() << std::endl;
110 auto hits = mu.recHits();
111 out->back().appendHits(hits.begin(), hits.end(), ttopo);
117 if (det0 ==
nullptr || det1 ==
nullptr) {
118 std::cerr <<
"ERROR: bogus detids at beginning or end of range" << std::endl;
140 auto const firstHitIndex = outHits->size();
141 for (
auto const &it2 : hits) {
142 outHits->push_back(it2);
144 ex.
setHits(rHits, firstHitIndex, outHits->size() - firstHitIndex);
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::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopoToken_
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.
unsigned int detId() const
math::XYZPoint Point
point in the space
RefProd< PROD > getRefBeforePut()
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magFieldToken_
std::vector< TrackExtra > TrackExtraCollection
collection of TrackExtra objects
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geometryToken_
TrackCharge charge() const
Charge (-1, 0 or 1)
GlobalVector globalMomentum() const
DetId geographicalId() const
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
virtual LocalPoint localPosition() const =0
math::XYZVector Vector
spatial vector
math::Error< dimension >::type CovarianceMatrix
5 parameter covariance matrix