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

#include <PointIdAlg.h>

Inheritance diagram for nnet::TrainingDataAlg::Config:
img::DataProviderAlg::Config

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 
- Public Types inherited from img::DataProviderAlg::Config
using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< art::InputTagWireLabel {Name("WireLabel"), Comment("Tag of recob::Wire.")}
 
fhicl::Atom< art::InputTagHitLabel {Name("HitLabel"), Comment("Tag of recob::Hit.")}
 
fhicl::Atom< art::InputTagTrackLabel {Name("TrackLabel"), Comment("Tag of recob::Track.")}
 
fhicl::Atom< art::InputTagSimulationLabel
 
fhicl::Atom< art::InputTagSimChannelLabel
 
fhicl::Atom< boolSaveVtxFlags
 
fhicl::Atom< unsigned int > AdcDelayTicks
 
- Public Attributes inherited from img::DataProviderAlg::Config
fhicl::Table< calo::CalorimetryAlg::ConfigCalorimetryAlg
 
fhicl::Atom< float > AdcMax {Name("AdcMax"), Comment("Saturation max value")}
 
fhicl::Atom< float > AdcMin {Name("AdcMin"), Comment("Saturation min value")}
 
fhicl::Atom< float > OutMax {Name("OutMax"), Comment("Output max value")}
 
fhicl::Atom< float > OutMin {Name("OutMin"), Comment("Output min value")}
 
fhicl::Atom< boolCalibrateAmpl
 
fhicl::Atom< boolCalibrateLifetime
 
fhicl::Atom< unsigned int > DriftWindow
 
fhicl::Atom< std::stringDownscaleFn {Name("DownscaleFn"), Comment("Downsampling function")}
 
fhicl::Atom< boolDownscaleFullView
 
fhicl::Sequence< float > BlurKernel {Name("BlurKernel"), Comment("Blur kernel in wire direction")}
 
fhicl::Atom< float > NoiseSigma {Name("NoiseSigma"), Comment("White noise sigma")}
 
fhicl::Atom< float > CoherentSigma {Name("CoherentSigma"), Comment("Coherent noise sigma")}
 

Detailed Description

Definition at line 230 of file PointIdAlg.h.

Member Typedef Documentation

Definition at line 232 of file PointIdAlg.h.

Definition at line 231 of file PointIdAlg.h.

Member Data Documentation

fhicl::Atom<unsigned int> nnet::TrainingDataAlg::Config::AdcDelayTicks
Initial value:
{
Name("AdcDelayTicks"),
Comment("ADC pulse peak delay in ticks (non-zero for not deconvoluted waveforms).")}

Definition at line 249 of file PointIdAlg.h.

fhicl::Atom<art::InputTag> nnet::TrainingDataAlg::Config::HitLabel {Name("HitLabel"), Comment("Tag of recob::Hit.")}

Definition at line 236 of file PointIdAlg.h.

fhicl::Atom<bool> nnet::TrainingDataAlg::Config::SaveVtxFlags
Initial value:
{Name("SaveVtxFlags"),
Comment("Include (or not) vertex info in PDG map.")}

Definition at line 246 of file PointIdAlg.h.

fhicl::Atom<art::InputTag> nnet::TrainingDataAlg::Config::SimChannelLabel
Initial value:
{Name("SimChannelLabel"),
Comment("Tag of sim::SimChannel producer.")}

Definition at line 243 of file PointIdAlg.h.

fhicl::Atom<art::InputTag> nnet::TrainingDataAlg::Config::SimulationLabel
Initial value:
{Name("SimulationLabel"),
Comment("Tag of simulation producer.")}

Definition at line 240 of file PointIdAlg.h.

fhicl::Atom<art::InputTag> nnet::TrainingDataAlg::Config::TrackLabel {Name("TrackLabel"), Comment("Tag of recob::Track.")}

Definition at line 238 of file PointIdAlg.h.

fhicl::Atom<art::InputTag> nnet::TrainingDataAlg::Config::WireLabel {Name("WireLabel"), Comment("Tag of recob::Wire.")}

Definition at line 234 of file PointIdAlg.h.


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