Public Types | Public Attributes | List of all members
nnet::ParticleDecayId::Config Struct Reference

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Table< nnet::PointIdAlg::ConfigPointIdAlg {Name("PointIdAlg")}
 
fhicl::Atom< art::InputTagWireLabel
 
fhicl::Atom< art::InputTagTrackModuleLabel
 
fhicl::Atom< double > RoiThreshold
 
fhicl::Atom< double > PointThreshold
 
fhicl::Atom< int > SkipView
 

Detailed Description

Definition at line 38 of file ParticleDecayId_module.cc.

Member Typedef Documentation

Definition at line 40 of file ParticleDecayId_module.cc.

Definition at line 39 of file ParticleDecayId_module.cc.

Member Data Documentation

fhicl::Table<nnet::PointIdAlg::Config> nnet::ParticleDecayId::Config::PointIdAlg {Name("PointIdAlg")}

Definition at line 42 of file ParticleDecayId_module.cc.

fhicl::Atom<double> nnet::ParticleDecayId::Config::PointThreshold
Initial value:
{
Name("PointThreshold"),
Comment("tag decay point if it is detected in at least two planes with net outputs product "
"> POINT threshold")}

Definition at line 56 of file ParticleDecayId_module.cc.

fhicl::Atom<double> nnet::ParticleDecayId::Config::RoiThreshold
Initial value:
{
Name("RoiThreshold"),
Comment("search for decay points where the net output > ROI threshold")}

Definition at line 52 of file ParticleDecayId_module.cc.

fhicl::Atom<int> nnet::ParticleDecayId::Config::SkipView
Initial value:
{Name("SkipView"),
Comment("use all views to find decays if -1, or skip the view with "
"provided index and use only the two other views")}

Definition at line 61 of file ParticleDecayId_module.cc.

fhicl::Atom<art::InputTag> nnet::ParticleDecayId::Config::TrackModuleLabel
Initial value:
{
Name("TrackModuleLabel"),
Comment("tag of tracks where decays points are to be found")}

Definition at line 48 of file ParticleDecayId_module.cc.

fhicl::Atom<art::InputTag> nnet::ParticleDecayId::Config::WireLabel
Initial value:
{
Name("WireLabel"),
Comment("tag of deconvoluted ADC on wires (recob::Wire)")}

Definition at line 44 of file ParticleDecayId_module.cc.


The documentation for this struct was generated from the following file: