LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
img::DataProviderAlg::Config Struct Reference

#include "DataProviderAlg.h"

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

Public Types

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

Public Attributes

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< bool > CalibrateAmpl
 
fhicl::Atom< bool > CalibrateLifetime
 
fhicl::Atom< unsigned int > DriftWindow
 
fhicl::Atom< std::string > DownscaleFn
 
fhicl::Atom< bool > DownscaleFullView
 
fhicl::Sequence< float > BlurKernel
 
fhicl::Atom< float > NoiseSigma
 
fhicl::Atom< float > CoherentSigma
 

Detailed Description

Definition at line 51 of file DataProviderAlg.h.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<float> img::DataProviderAlg::Config::AdcMax { Name("AdcMax"), Comment("Saturation max value") }

Definition at line 60 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<float> img::DataProviderAlg::Config::AdcMin { Name("AdcMin"), Comment("Saturation min value") }

Definition at line 61 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Sequence<float> img::DataProviderAlg::Config::BlurKernel
Initial value:
{
Name("BlurKernel"), Comment("Blur kernel in wire direction")
}

Definition at line 85 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<bool> img::DataProviderAlg::Config::CalibrateAmpl
Initial value:
{
Name("CalibrateAmpl"), Comment("Calibrate ADC values with CalAmpConstants")
}

Definition at line 65 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<bool> img::DataProviderAlg::Config::CalibrateLifetime
Initial value:
{
Name("CalibrateLifetime"), Comment("Calibrate ADC values with the electron lifetime")
}

Definition at line 69 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Table<calo::CalorimetryAlg::Config> img::DataProviderAlg::Config::CalorimetryAlg
Initial value:
{
Name("CalorimetryAlg"), Comment("Used to eliminate amplitude variation due to electron lifetime.")
}

Definition at line 56 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<float> img::DataProviderAlg::Config::CoherentSigma
Initial value:
{
Name("CoherentSigma"), Comment("Coherent noise sigma")
}

Definition at line 93 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<std::string> img::DataProviderAlg::Config::DownscaleFn
Initial value:
{
Name("DownscaleFn"), Comment("Downsampling function")
}

Definition at line 77 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<bool> img::DataProviderAlg::Config::DownscaleFullView
Initial value:
{
Name("DownscaleFullView"), Comment("Downsample full view (faster / lower location precision)")
}

Definition at line 81 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<unsigned int> img::DataProviderAlg::Config::DriftWindow
Initial value:
{
Name("DriftWindow"), Comment("Downsampling window (in drift ticks).")
}

Definition at line 73 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<float> img::DataProviderAlg::Config::NoiseSigma
Initial value:
{
Name("NoiseSigma"), Comment("White noise sigma")
}

Definition at line 89 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<float> img::DataProviderAlg::Config::OutMax { Name("OutMax"), Comment("Output max value") }

Definition at line 62 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().

fhicl::Atom<float> img::DataProviderAlg::Config::OutMin { Name("OutMin"), Comment("Output min value") }

Definition at line 63 of file DataProviderAlg.h.

Referenced by img::DataProviderAlg::DataProviderAlg().


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