#include <PointIdAlg.h>
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< std::string > | NNetModelFile |
fhicl::Sequence< std::string > | NNetOutputs |
fhicl::Atom< unsigned int > | PatchSizeW {Name("PatchSizeW"), Comment("How many wires in patch.")} |
fhicl::Atom< unsigned int > | PatchSizeD |
Public Attributes inherited from img::DataProviderAlg::Config | |
fhicl::Table< calo::CalorimetryAlg::Config > | CalorimetryAlg |
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< bool > | CalibrateAmpl |
fhicl::Atom< bool > | CalibrateLifetime |
fhicl::Atom< unsigned int > | DriftWindow |
fhicl::Atom< std::string > | DownscaleFn {Name("DownscaleFn"), Comment("Downsampling function")} |
fhicl::Atom< bool > | DownscaleFullView |
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")} |
Definition at line 90 of file PointIdAlg.h.
Definition at line 92 of file PointIdAlg.h.
Definition at line 91 of file PointIdAlg.h.
fhicl::Atom<std::string> nnet::PointIdAlg::Config::NNetModelFile |
Definition at line 94 of file PointIdAlg.h.
fhicl::Sequence<std::string> nnet::PointIdAlg::Config::NNetOutputs |
Definition at line 96 of file PointIdAlg.h.
fhicl::Atom<unsigned int> nnet::PointIdAlg::Config::PatchSizeD |
Definition at line 100 of file PointIdAlg.h.
fhicl::Atom<unsigned int> nnet::PointIdAlg::Config::PatchSizeW {Name("PatchSizeW"), Comment("How many wires in patch.")} |
Definition at line 98 of file PointIdAlg.h.