LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
PointIdTrainingData (Parameters const &config) | |
void | beginJob () override |
void | endJob () override |
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) |
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 | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
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 | analyze (const art::Event &event) override |
int | WeightedFit (int n, std::vector< double > const &x, std::vector< double > const &y, std::vector< double > const &w, double *params) const |
Private Attributes | |
nnet::TrainingDataAlg | fTrainingDataAlg |
std::string | fOutTextFilePath |
std::string | fOutNumpyFileName |
bool | fDumpToRoot |
bool | fDumpToNumpy |
std::vector< int > | fSelectedTPC |
std::vector< int > | fSelectedPlane |
int | fEvent |
int | fRun |
number of the event being processed More... | |
int | fSubRun |
number of the run being processed More... | |
bool | fCrop |
number of the sub-run being processed More... | |
int | fPatch_size_w |
crop data to event (set to false when dumping noise!) More... | |
int | fPatch_size_d |
patch size in wire dimension More... | |
double | fEm |
patch size in drift dimension More... | |
double | fTrk |
double | fMichel |
double | fNone |
double | fStopTrk |
double | fCleanTrk |
int | nEm |
int | nTrk |
int | nMichel |
int | nNone |
int | nEm_sel |
int | nTrk_sel |
int | nMichel_sel |
int | nNone_sel |
int | nStopTrk_sel |
int | nCleanTrk_sel |
geo::GeometryCore const * | fGeometry |
c2numpy_writer | npywriter |
CLHEP::HepRandomEngine & | fEngine |
art-managed random-number engine More... | |
Definition at line 62 of file PointIdTrainingData_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
Definition at line 112 of file PointIdTrainingData_module.cc.
|
explicit |
Definition at line 162 of file PointIdTrainingData_module.cc.
References fGeometry, fSelectedPlane, fSelectedTPC, geo::GeometryCore::MaxPlanes(), and geo::GeometryCore::NTPC().
|
overrideprivate |
Definition at line 244 of file PointIdTrainingData_module.cc.
References util::abs(), c2numpy_float32(), c2numpy_uint16(), c2numpy_uint32(), c2numpy_uint8(), d, e, edep, art::EventID::event(), fCleanTrk, fCrop, fDumpToNumpy, fDumpToRoot, fEm, fEngine, fEvent, nnet::TrainingDataAlg::findCrop(), fMichel, fNone, fOutTextFilePath, fPatch_size_d, fPatch_size_w, fRun, fSelectedPlane, fSelectedTPC, fStopTrk, fSubRun, fTrainingDataAlg, fTrk, art::Event::id(), nCleanTrk_sel, nEm, nEm_sel, nMichel, nMichel_sel, nNone, nNone_sel, npywriter, img::DataProviderAlg::NScaledDrifts(), nStopTrk_sel, nTrk, nTrk_sel, img::DataProviderAlg::NWires(), art::EventID::run(), nnet::TrainingDataAlg::saveSimInfo(), nnet::TrainingDataAlg::setEventData(), art::EventID::subRun(), w, WeightedFit(), img::DataProviderAlg::wireData(), nnet::TrainingDataAlg::wireEdep(), nnet::TrainingDataAlg::wirePdg(), y1, y2, and y3.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 196 of file PointIdTrainingData_module.cc.
References c2numpy_addcolumn(), C2NUMPY_FLOAT32, c2numpy_init(), C2NUMPY_UINT16, C2NUMPY_UINT32, C2NUMPY_UINT8, fOutNumpyFileName, fPatch_size_d, fPatch_size_w, nCleanTrk_sel, nEm, nEm_sel, nMichel, nMichel_sel, nNone, nNone_sel, npywriter, nStopTrk_sel, nTrk, and nTrk_sel.
|
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 25 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 68 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 84 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 33 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 76 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 92 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 100 of file Analyzer.cc.
References e, and art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 47 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 61 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 40 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 54 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 227 of file PointIdTrainingData_module.cc.
References c2numpy_close(), nCleanTrk_sel, nEm, nEm_sel, nMichel, nMichel_sel, nNone, nNone_sel, npywriter, nStopTrk_sel, nTrk, and nTrk_sel.
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
protectedinherited |
Definition at line 75 of file Observer.cc.
References art::ProductRetriever::get(), and art::Observer::selectors_.
Referenced by art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
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().
|
protectedinherited |
Definition at line 57 of file Observer.cc.
References art::Observer::process_name_.
Referenced by art::FileDumperOutput::printPrincipal().
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
inlineprotectednoexceptinherited |
Definition at line 31 of file Observer.h.
References e, art::Observer::getTriggerResults(), art::Observer::wantAllEvents_, and art::Observer::wantEvent().
|
protectedinherited |
Definition at line 63 of file Observer.cc.
References art::Observer::rejectors_, art::Observer::selectors_, and art::Observer::wantAllEvents_.
Referenced by art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
private |
Definition at line 491 of file PointIdTrainingData_module.cc.
References DEFINE_ART_MODULE, and n.
Referenced by analyze().
|
private |
Definition at line 142 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
number of the sub-run being processed
Definition at line 136 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 127 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 126 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
patch size in drift dimension
Definition at line 141 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
art-managed random-number engine
Definition at line 152 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 132 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 148 of file PointIdTrainingData_module.cc.
Referenced by PointIdTrainingData().
|
private |
Definition at line 141 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 141 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 125 of file PointIdTrainingData_module.cc.
Referenced by beginJob().
|
private |
Definition at line 124 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
patch size in wire dimension
Definition at line 139 of file PointIdTrainingData_module.cc.
Referenced by analyze(), and beginJob().
|
private |
crop data to event (set to false when dumping noise!)
Definition at line 138 of file PointIdTrainingData_module.cc.
Referenced by analyze(), and beginJob().
|
private |
number of the event being processed
Definition at line 133 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 130 of file PointIdTrainingData_module.cc.
Referenced by analyze(), and PointIdTrainingData().
|
private |
Definition at line 129 of file PointIdTrainingData_module.cc.
Referenced by analyze(), and PointIdTrainingData().
|
private |
Definition at line 142 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
number of the run being processed
Definition at line 134 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 122 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 141 of file PointIdTrainingData_module.cc.
Referenced by analyze().
|
private |
Definition at line 146 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 144 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 145 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 144 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 145 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 144 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 145 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 150 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 146 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 144 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 145 of file PointIdTrainingData_module.cc.
Referenced by analyze(), beginJob(), and endJob().