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

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagrawDigitLabel
 
fhicl::Atom< std::string > compressionType
 
fhicl::Atom< std::string > instanceName
 

Detailed Description

Definition at line 72 of file RecompressRawDigits_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<std::string> raw::RecompressRawDigits::Config::compressionType
Initial value:
{
Name("compressionType"),
Comment("compression mode code (e.g. \"kHuffman\")")
}

Definition at line 82 of file RecompressRawDigits_module.cc.

fhicl::Atom<std::string> raw::RecompressRawDigits::Config::instanceName
Initial value:
{
Name("instanceName"),
Comment("instance name for the output data product (none by default)"),
std::string()
}

Definition at line 87 of file RecompressRawDigits_module.cc.

fhicl::Atom<art::InputTag> raw::RecompressRawDigits::Config::rawDigitLabel
Initial value:
{
Name("rawDigitLabel"),
Comment("input tag for the original raw::RawDigit collection")
}

Definition at line 77 of file RecompressRawDigits_module.cc.


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