#include <DataProviderAlg.h>
Public Types | |
| using | Name = fhicl::Name |
| using | Comment = fhicl::Comment |
Public Attributes | |
| 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 64 of file DataProviderAlg.h.
| using img::DataProviderAlg::Config::Comment = fhicl::Comment |
Definition at line 66 of file DataProviderAlg.h.
| using img::DataProviderAlg::Config::Name = fhicl::Name |
Definition at line 65 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::AdcMax {Name("AdcMax"), Comment("Saturation max value")} |
Definition at line 72 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::AdcMin {Name("AdcMin"), Comment("Saturation min value")} |
Definition at line 73 of file DataProviderAlg.h.
| fhicl::Sequence<float> img::DataProviderAlg::Config::BlurKernel {Name("BlurKernel"), Comment("Blur kernel in wire direction")} |
Definition at line 92 of file DataProviderAlg.h.
| fhicl::Atom<bool> img::DataProviderAlg::Config::CalibrateAmpl |
Definition at line 77 of file DataProviderAlg.h.
| fhicl::Atom<bool> img::DataProviderAlg::Config::CalibrateLifetime |
Definition at line 80 of file DataProviderAlg.h.
| fhicl::Table<calo::CalorimetryAlg::Config> img::DataProviderAlg::Config::CalorimetryAlg |
Definition at line 68 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::CoherentSigma {Name("CoherentSigma"), Comment("Coherent noise sigma")} |
Definition at line 96 of file DataProviderAlg.h.
| fhicl::Atom<std::string> img::DataProviderAlg::Config::DownscaleFn {Name("DownscaleFn"), Comment("Downsampling function")} |
Definition at line 86 of file DataProviderAlg.h.
| fhicl::Atom<bool> img::DataProviderAlg::Config::DownscaleFullView |
Definition at line 88 of file DataProviderAlg.h.
| fhicl::Atom<unsigned int> img::DataProviderAlg::Config::DriftWindow |
Definition at line 83 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::NoiseSigma {Name("NoiseSigma"), Comment("White noise sigma")} |
Definition at line 94 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::OutMax {Name("OutMax"), Comment("Output max value")} |
Definition at line 74 of file DataProviderAlg.h.
| fhicl::Atom<float> img::DataProviderAlg::Config::OutMin {Name("OutMin"), Comment("Output min value")} |
Definition at line 75 of file DataProviderAlg.h.
1.8.5