LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Functions | |
bool | Hit3DCompare (const reco::ClusterHit3D *left, const reco::ClusterHit3D *right) |
bool | SetPeakHitPairIteratorOrder (const reco::HitPairList::iterator &left, const reco::HitPairList::iterator &right) |
bool | SetHitTimeOrder (const reco::ClusterHit2D *left, const reco::ClusterHit2D *right) |
typedef std::vector<AccumulatorValues> lar_cluster3d::AccumulatorValuesVec |
Definition at line 118 of file HoughSeedFinderAlg.cxx.
using lar_cluster3d::Hit2DSet = typedef std::set<const reco::ClusterHit2D*, Hit2DSetCompare> |
Definition at line 50 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::Hit2DVector = typedef std::vector<reco::ClusterHit2D> |
Definition at line 49 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::Hit3DToSPPtrMap = typedef std::map<const reco::ClusterHit3D*, size_t> |
Definition at line 100 of file Cluster3D_module.cc.
using lar_cluster3d::HitPairVector = typedef std::vector<std::unique_ptr<reco::ClusterHit3D>> |
Definition at line 56 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::HitVector = typedef std::vector<reco::ClusterHit2D*> |
Definition at line 46 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::HitVectorMap = typedef std::map<size_t, HitVector> |
Definition at line 54 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::PlaneToHitVectorMap = typedef std::map<geo::PlaneID, HitVector> |
Definition at line 47 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::PlaneToWireToHitSetMap = typedef std::map<geo::PlaneID, WireToHitSetMap> |
Definition at line 52 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::RecobHitToPtrMap = typedef std::map<const recob::Hit*, art::Ptr<recob::Hit>> |
Definition at line 99 of file Cluster3D_module.cc.
using lar_cluster3d::RecobHitVector = typedef std::vector<art::Ptr<recob::Hit>> |
Definition at line 101 of file Cluster3D_module.cc.
typedef std::pair<recob::Seed, reco::HitPairListPtr> lar_cluster3d::SeedHitPairListPair |
Definition at line 22 of file SeedFinderAlgBase.h.
typedef std::vector<SeedHitPairListPair > lar_cluster3d::SeedHitPairListPairVec |
Definition at line 23 of file SeedFinderAlgBase.h.
using lar_cluster3d::TPCToPlaneToHitVectorMap = typedef std::map<geo::TPCID, PlaneToHitVectorMap> |
Definition at line 48 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::TPCToPlaneToWireToHitSetMap = typedef std::map<geo::TPCID, PlaneToWireToHitSetMap> |
Definition at line 53 of file StandardHit3DBuilder_tool.cc.
using lar_cluster3d::WireToHitSetMap = typedef std::map<unsigned int, Hit2DSet> |
Definition at line 51 of file StandardHit3DBuilder_tool.cc.
bool lar_cluster3d::Hit3DCompare | ( | const reco::ClusterHit3D * | left, |
const reco::ClusterHit3D * | right | ||
) |
Definition at line 272 of file HoughSeedFinderAlg.cxx.
References art::right().
Referenced by lar_cluster3d::Hit3DSetCompare::operator()().
bool lar_cluster3d::SetHitTimeOrder | ( | const reco::ClusterHit2D * | left, |
const reco::ClusterHit2D * | right | ||
) |
Definition at line 1127 of file StandardHit3DBuilder_tool.cc.
References reco::ClusterHit2D::getHit(), and recob::Hit::PeakTime().
Referenced by lar_cluster3d::StandardHit3DBuilder::CollectArtHits().
bool lar_cluster3d::SetPeakHitPairIteratorOrder | ( | const reco::HitPairList::iterator & | left, |
const reco::HitPairList::iterator & | right | ||
) |
Definition at line 293 of file StandardHit3DBuilder_tool.cc.