LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDProducer |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
FeatureTracker (fhicl::ParameterSet const &pset) | |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
void | fillProductDescriptions () |
void | registerProducts (ProductDescriptions &productsToRegister) |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Private Member Functions | |
void | produce (art::Event &evt) override |
void | GetProjectedEnds (detinfo::DetectorPropertiesData const &detProp, geo::Point_t const &xyz, std::vector< double > &uvw, std::vector< double > &t) |
std::map< int, std::vector< double > > | ExtractEndPointTimes (std::vector< recob::EndPoint2D > EndPoints) |
std::vector< recob::SpacePoint > | Get3DFeaturePoints (detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, std::vector< recob::EndPoint2D > const &EndPoints, art::PtrVector< recob::Hit > const &Hits) |
std::vector< recob::Seed > | GetValidLines (detinfo::DetectorPropertiesData const &detProp, std::vector< recob::SpacePoint > &sps, bool ApplyFilter=true) |
void | RemoveDuplicatePaths (std::vector< recob::Seed > &Seeds, std::vector< int > &ConnectionPoint1, std::vector< int > &ConnectionPoint2) |
Private Attributes | |
trkf::SpacePointAlg | fSP |
corner::CornerFinderAlg | fCorner |
std::string | fHitModuleLabel |
std::string | fCalDataModuleLabel |
double | fLineIntFraction |
double | fLineIntThreshold |
std::map< int, std::vector< double > > | fEndPointTimes |
art::ServiceHandle< geo::Geometry const > | fGeometryHandle |
Definition at line 34 of file FeatureTracker_module.cc.
|
inherited |
Definition at line 17 of file EDProducer.h.
|
inherited |
Definition at line 26 of file Producer.h.
|
explicit |
Definition at line 76 of file FeatureTracker_module.cc.
References fCalDataModuleLabel, fCorner, fHitModuleLabel, fLineIntFraction, fLineIntThreshold, and fSP.
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
inherited |
Definition at line 22 of file Producer.cc.
References art::detail::Producer::beginJobWithFrame(), and art::detail::Producer::setupQueues().
|
inherited |
Definition at line 65 of file Producer.cc.
References art::detail::Producer::beginRunWithFrame(), art::RangeSet::forRun(), art::RunPrincipal::makeRun(), r, art::RunPrincipal::runID(), and art::ModuleContext::scheduleID().
|
inherited |
Definition at line 85 of file Producer.cc.
References art::detail::Producer::beginSubRunWithFrame(), art::RangeSet::forSubRun(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::SubRunPrincipal::subRunID().
|
inherited |
Definition at line 30 of file Producer.cc.
References art::detail::Producer::endJobWithFrame().
|
inherited |
Definition at line 75 of file Producer.cc.
References art::detail::Producer::endRunWithFrame(), art::RunPrincipal::makeRun(), r, art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 95 of file Producer.cc.
References art::detail::Producer::endSubRunWithFrame(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 105 of file Producer.cc.
References art::detail::Producer::checkPutProducts_, e, art::EventPrincipal::makeEvent(), art::detail::Producer::produceWithFrame(), and art::ModuleContext::scheduleID().
|
inherited |
Definition at line 44 of file Producer.cc.
References art::detail::Producer::respondToCloseInputFileWithFrame().
|
inherited |
Definition at line 58 of file Producer.cc.
References art::detail::Producer::respondToCloseOutputFilesWithFrame().
|
inherited |
Definition at line 37 of file Producer.cc.
References art::detail::Producer::respondToOpenInputFileWithFrame().
|
inherited |
Definition at line 51 of file Producer.cc.
References art::detail::Producer::respondToOpenOutputFilesWithFrame().
|
private |
Definition at line 130 of file FeatureTracker_module.cc.
Referenced by produce().
|
inherited |
Definition at line 10 of file Modifier.cc.
References art::ProductRegistryHelper::fillDescriptions(), and art::ModuleBase::moduleDescription().
|
private |
Definition at line 296 of file FeatureTracker_module.cc.
References art::PtrVector< T >::begin(), detinfo::DetectorPropertiesData::ConvertXToTicks(), DEFINE_ART_MODULE, art::PtrVector< T >::end(), fEndPointTimes, fSP, trkf::SpacePointAlg::makeSpacePoints(), and art::PtrVector< T >::push_back().
Referenced by produce().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
private |
Definition at line 275 of file FeatureTracker_module.cc.
References detinfo::DetectorPropertiesData::ConvertXToTicks(), geo::GeometryCore::NearestWireID(), geo::TPCGeo::Nplanes(), and geo::GeometryCore::TPC().
Referenced by GetValidLines().
|
private |
Definition at line 148 of file FeatureTracker_module.cc.
References fCorner, fLineIntFraction, fLineIntThreshold, GetProjectedEnds(), corner::CornerFinderAlg::GetWireDataHist(), corner::CornerFinderAlg::line_integral(), and RemoveDuplicatePaths().
Referenced by produce().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
overrideprivatevirtual |
Implements art::EDProducer.
Definition at line 88 of file FeatureTracker_module.cc.
References ExtractEndPointTimes(), fCalDataModuleLabel, fCorner, fEndPointTimes, fGeometryHandle, fHitModuleLabel, Get3DFeaturePoints(), corner::CornerFinderAlg::get_feature_points(), art::ProductRetriever::getByLabel(), GetValidLines(), corner::CornerFinderAlg::GrabWires(), art::PtrVector< T >::push_back(), art::Event::put(), and tca::seeds.
|
inherited |
Definition at line 16 of file Modifier.cc.
References art::ModuleBase::moduleDescription(), and art::ProductRegistryHelper::registerProducts().
|
private |
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
private |
Definition at line 67 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), and produce().
|
private |
Definition at line 64 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), GetValidLines(), and produce().
|
private |
Definition at line 72 of file FeatureTracker_module.cc.
Referenced by Get3DFeaturePoints(), and produce().
|
private |
Definition at line 73 of file FeatureTracker_module.cc.
Referenced by produce().
|
private |
Definition at line 66 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), and produce().
|
private |
Definition at line 69 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), and GetValidLines().
|
private |
Definition at line 70 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), and GetValidLines().
|
private |
Definition at line 63 of file FeatureTracker_module.cc.
Referenced by FeatureTracker(), and Get3DFeaturePoints().