29 : cosmicTrajectoryBuilder_(conf), crackTrajectoryBuilder_(conf) {
39 produces<TrackCandidateCollection>();
59 pixelHitCollection = pixelHits.
product();
63 edm::LogWarning(
"CosmicTrackFinder") <<
"Collection SiPixelRecHitCollection with InputTag " << l.module
64 <<
" cannot be found, using empty collection of same type.";
77 auto output = std::make_unique<TrackCandidateCollection>();
81 edm::LogVerbatim(
"CosmicTrackFinder") <<
"========== Cosmic Track Finder Info ==========";
82 edm::LogVerbatim(
"CosmicTrackFinder") <<
" Numbers of Seeds " << (*seed).size();
83 if (!(*seed).empty()) {
84 std::vector<Trajectory> trajoutput;
89 *seed, *stereorecHits, *rphirecHits, *matchedrecHits, *pixelHitCollection, es, e, trajoutput);
93 *seed, *stereorecHits, *rphirecHits, *matchedrecHits, *pixelHitCollection, es, e, trajoutput);
99 edm::LogVerbatim(
"CosmicTrackFinder") <<
" Numbers of Temp Trajectories " << trajoutput.size();
101 if (!trajoutput.empty()) {
103 std::vector<Trajectory*> tmpTraj;
104 std::vector<Trajectory>::iterator itr;
105 for (itr = trajoutput.begin(); itr != trajoutput.end(); itr++)
106 tmpTraj.push_back(&(*itr));
118 const Trajectory theTraj = *(*tmpTraj.begin());
119 bool seedplus = (theTraj.seed().direction() ==
alongMomentum);
122 LogDebug(
"CosmicTrackFinder") <<
"Reconstruction " << (seedplus ?
"along" :
"opposite to") <<
" momentum";
130 std::cout <<
"cosmic: along momentum... " << std::endl;
148 unsigned int firstId;
151 firstState = theTraj.lastMeasurement().updatedState();
152 firstId = theTraj.lastMeasurement().recHitR().rawId();
167 edm::LogWarning(
"CosmicTrackFinder") <<
"invalid innerState, will not make TrackCandidate";
174 edm::LogWarning(
"CosmicTrackFinder") <<
"Mismatch in DetID of first hit: firstID= " << firstId
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
const LocalTrajectoryParameters & localParameters() const
edm::EDGetTokenT< SiStripRecHit2DCollection > stereorecHitsToken_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
ROOT::Math::SMatrixIdentity AlgebraicMatrixID
CosmicTrajectoryBuilder cosmicTrajectoryBuilder_
constexpr uint32_t rawId() const
get the raw id
const MagneticField * magneticField() const
const TransientTrackingRecHitBuilder * hitBuilder() const
~CosmicTrackFinder() override
const SurfaceType & surface() const
void run(const TrajectorySeedCollection &collseed, const SiStripRecHit2DCollection &collstereo, const SiStripRecHit2DCollection &collrphi, const SiStripMatchedRecHit2DCollection &collmatched, const SiPixelRecHitCollection &collpixel, const edm::EventSetup &es, edm::Event &e, std::vector< Trajectory > &trajoutput)
Runs the algorithm.
CRackTrajectoryBuilder crackTrajectoryBuilder_
edm::EDGetTokenT< SiPixelRecHitCollection > pixelRecHitsToken_
void produce(edm::Event &e, const edm::EventSetup &c) override
CosmicTrackFinder(const edm::ParameterSet &conf)
const TransientTrackingRecHitBuilder * hitBuilder() const
edm::EDGetTokenT< TrajectorySeedCollection > seedToken_
Namespace of DDCMS conversion namespace.
T const * product() const
edm::EDGetTokenT< SiStripMatchedRecHit2DCollection > matchedrecHitsToken_
void run(const TrajectorySeedCollection &collseed, const SiStripRecHit2DCollection &collstereo, const SiStripRecHit2DCollection &collrphi, const SiStripMatchedRecHit2DCollection &collmatched, const SiPixelRecHitCollection &collpixel, const edm::EventSetup &es, edm::Event &e, std::vector< Trajectory > &trajoutput)
Runs the algorithm.
edm::EDGetTokenT< SiStripRecHit2DCollection > rphirecHitsToken_
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
DetId geographicalId() const