96 produces< std::vector<recob::Track> >();
97 produces< art::Assns<recob::PFParticle, recob::Track> >();
98 produces< art::Assns<recob::Track, recob::Hit> >();
99 produces< art::Assns<recob::Track, recob::Hit, recob::TrackHitMeta> >();
109 std::unique_ptr< std::vector<recob::Track> > outputTracks(
new std::vector<recob::Track> );
116 const float wirePitchW(detType->
WirePitchW());
141 if (pfParticlesToSpacePoints.end() == particleToSpacePointIter)
143 mf::LogDebug(
"LArPandoraTrackCreation") <<
"No spacepoints associated to particle ";
150 if (pfParticlesToClusters.end() == particleToClustersIter)
152 mf::LogDebug(
"LArPandoraShowerCreation") <<
"No clusters associated to particle ";
159 if ((pfParticlesToVertices.end() == particleToVertexIter) || (1 != particleToVertexIter->second.size()))
161 mf::LogDebug(
"LArPandoraTrackCreation") <<
"Unexpected number of vertices for particle ";
166 pandora::CartesianPointVector cartesianPointVector;
168 cartesianPointVector.emplace_back(pandora::CartesianVector(spacePoint->
XYZ()[0], spacePoint->
XYZ()[1], spacePoint->
XYZ()[2]));
170 double vertexXYZ[3] = {0., 0., 0.};
171 particleToVertexIter->second.front()->XYZ(vertexXYZ);
172 const pandora::CartesianVector vertexPosition(vertexXYZ[0], vertexXYZ[1], vertexXYZ[2]);
181 catch (
const pandora::StatusCodeException &)
183 mf::LogDebug(
"LArPandoraTrackCreation") <<
"Unable to extract sliding fit trajectory";
189 mf::LogDebug(
"LArPandoraTrackCreation") <<
"Insufficient input trajectory points to build track: " << trackStateVector.size();
193 HitVector hitsFromSpacePoints, hitsFromClusters, hitsInParticle;
199 for (
unsigned int hitIndex = 0; hitIndex < hitsFromSpacePoints.size(); hitIndex++)
201 hitsInParticle.push_back(hitsFromSpacePoints.at(hitIndex));
202 (void) hitsInParticleSet.insert(hitsFromSpacePoints.at(hitIndex));
205 for (
unsigned int hitIndex = 0; hitIndex < hitsFromClusters.size(); hitIndex++)
207 if (hitsInParticleSet.count(hitsFromClusters.at(hitIndex)) == 0)
208 hitsInParticle.push_back(hitsFromClusters.at(hitIndex));
212 if (trackStateVector.size()>hitsFromSpacePoints.size())
214 throw cet::exception(
"LArPandoraTrackCreation") <<
"trackStateVector.size() is greater than hitsFromSpacePoints.size()";
216 const unsigned int nInvalidPoints = hitsInParticle.size()-trackStateVector.size();
217 for (
unsigned int i=0;i<nInvalidPoints;++i) {
227 util::CreateAssn(*
this, evt, pTrack, pPFParticle, *(outputParticlesToTracks.get()));
228 util::CreateAssn(*
this, evt, *(outputTracks.get()), hitsInParticle, *(outputTracksToHits.get()));
231 for (
unsigned int hitIndex = 0; hitIndex < hitsInParticle.size(); hitIndex++)
236 outputTracksToHitsWithMeta->addSingle(pTrack, pHit, metadata);
240 mf::LogDebug(
"LArPandoraTrackCreation") <<
"Number of new tracks: " << outputTracks->size() <<
std::endl;
252 if (trackStateVector.empty())
253 throw cet::exception(
"LArPandoraTrackCreation") <<
"BuildTrack - No input trajectory points provided ";
261 xyz.emplace_back(
recob::tracking::Point_t(trackState.GetPosition().GetX(), trackState.GetPosition().GetY(), trackState.GetPosition().GetZ()));
262 pxpypz.emplace_back(
recob::tracking::Vector_t(trackState.GetDirection().GetX(), trackState.GetDirection().GetY(), trackState.GetDirection().GetZ()));
264 if (std::fabs(trackState.GetPosition().GetX()-
util::kBogusF)<std::numeric_limits<float>::epsilon() &&
265 std::fabs(trackState.GetPosition().GetY()-
util::kBogusF)<std::numeric_limits<float>::epsilon() &&
266 std::fabs(trackState.GetPosition().GetZ()-
util::kBogusF)<std::numeric_limits<float>::epsilon())
Header file for the pfo helper class.
LArPandoraTrackCreation & operator=(LArPandoraTrackCreation const &)=delete
static constexpr Flag_t NoPoint
The trajectory point is not defined.
std::unordered_set< art::Ptr< recob::Hit > > HitSet
std::map< art::Ptr< recob::PFParticle >, ClusterVector > PFParticlesToClusters
ROOT::Math::SMatrix< Double32_t, 5, 5, ROOT::Math::MatRepSym< Double32_t, 5 > > SMatrixSym55
Header file for lar pfo objects.
EDProducer(fhicl::ParameterSet const &pset)
Empty interface to map pandora to specifics in the LArSoft geometry.
static void GetSlidingFitTrajectory(const pandora::CartesianPointVector &pointVector, const pandora::CartesianVector &vertexPosition, const unsigned int layerWindow, const float layerPitch, LArTrackStateVector &trackStateVector, pandora::IntVector *const pIndexVector=nullptr)
Apply 3D sliding fit to a set of 3D points and return track trajectory.
void produce(art::Event &evt) override
constexpr int kBogusI
obviously bogus integer value
std::vector< int > IntVector
unsigned int m_slidingFitHalfWindow
The sliding fit half window.
art framework interface to geometry description
std::map< art::Ptr< recob::PFParticle >, VertexVector > PFParticlesToVertices
static void GetAssociatedHits(const art::Event &evt, const std::string &label, const std::vector< art::Ptr< T >> &inputVector, HitVector &associatedHits, const pandora::IntVector *const indexVector=nullptr)
Get all hits associated with input clusters.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< Coord_t >, ROOT::Math::GlobalCoordinateSystemTag > Vector_t
Type for representation of momenta in 3D space. See recob::tracking::Coord_t for more details on the ...
#define DEFINE_ART_MODULE(klass)
std::vector< art::Ptr< recob::PFParticle > > PFParticleVector
A trajectory in space reconstructed from hits.
bool m_useAllParticles
Build a recob::Track for every recob::PFParticle.
std::string m_pfParticleLabel
The pf particle label.
static void CollectVertices(const art::Event &evt, const std::string &label, VertexVector &vertexVector, PFParticlesToVertices &particlesToVertices)
Collect the reconstructed PFParticles and associated Vertices from the ART event record.
ProductID put(std::unique_ptr< PROD > &&edp, std::string const &instance={})
std::vector< Vector_t > Momenta_t
Type of momentum list.
bool CreateAssn(PRODUCER const &prod, art::Event &evt, std::vector< T > const &a, art::Ptr< U > const &b, art::Assns< U, T > &assn, std::string a_instance, size_t indx=UINT_MAX)
Creates a single one-to-one association.
static int max(int a, int b)
std::vector< PointFlags_t > Flags_t
Type of point flag list.
std::map< art::Ptr< recob::PFParticle >, SpacePointVector > PFParticlesToSpacePoints
static constexpr HitIndex_t InvalidHitIndex
Value marking an invalid hit index.
static void CollectPFParticles(const art::Event &evt, const std::string &label, PFParticleVector &particleVector)
Collect the reconstructed PFParticles from the ART event record.
virtual float WirePitchW() const =0
The wire pitch of the mapped W view.
std::vector< art::Ptr< recob::Hit > > HitVector
Declaration of signal hit object.
std::vector< Point_t > Positions_t
Type of trajectory point list.
LArPandoraDetectorType * GetDetectorType()
Factory class that returns the correct detector type interface.
constexpr float kBogusF
obviously bogus float value
MaybeLogger_< ELseverityLevel::ELsev_success, false > LogDebug
static bool IsTrack(const art::Ptr< recob::PFParticle > particle)
Determine whether a particle has been reconstructed as track-like.
Provides recob::Track data product.
recob::Track BuildTrack(const int id, const lar_content::LArTrackStateVector &trackStateVector) const
Build a recob::Track object.
const Double32_t * XYZ() const
std::vector< art::Ptr< recob::Vertex > > VertexVector
TrackCollectionProxyElement< TrackCollProxy > Track
Proxy to an element of a proxy collection of recob::Track objects.
std::vector< LArTrackState > LArTrackStateVector
unsigned int m_minTrajectoryPoints
The minimum number of trajectory points.
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< Coord_t >, ROOT::Math::GlobalCoordinateSystemTag > Point_t
Type for representation of position in physical 3D space. See recob::tracking::Coord_t for more detai...
Helper functions for extracting detector geometry for use in reconsruction.
helper function for LArPandoraInterface producer module
Set of flags pertaining a point of the track.
LArPandoraTrackCreation(fhicl::ParameterSet const &pset)
Track from a non-cascading particle.A recob::Track consists of a recob::TrackTrajectory, plus additional members relevant for a "fitted" track:
cet::coded_exception< error, detail::translate > exception
QTextStream & endl(QTextStream &s)