All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig Struct Reference

Public Attributes

fhicl::Atom< unsigned short int > ChannelIndex
 
fhicl::OptionalAtom< bool > Skip
 
fhicl::Atom< bool > OnlyOnGlobalTrigger
 
fhicl::Atom< std::uint16_t > MinSpan
 
fhicl::Atom< raw::Channel_tChannel
 
fhicl::Atom< std::string > InstanceName
 

Detailed Description

Definition at line 457 of file DaqDecoderICARUSPMT_module.cc.

Member Data Documentation

fhicl::Atom<raw::Channel_t> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::Channel
Initial value:
{
fhicl::Name("Channel"),
fhicl::Comment("Off-line channel ID associated to this board channel"),
}

Definition at line 489 of file DaqDecoderICARUSPMT_module.cc.

fhicl::Atom<unsigned short int> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::ChannelIndex
Initial value:
{
fhicl::Name("ChannelIndex"),
fhicl::Comment
("index of the channel on the board these settings pertain")
}

Definition at line 459 of file DaqDecoderICARUSPMT_module.cc.

fhicl::Atom<std::string> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::InstanceName
Initial value:
{
fhicl::Name("InstanceName"),
fhicl::Comment
("name of the data product instance where to add this channel"),
""
}

Definition at line 495 of file DaqDecoderICARUSPMT_module.cc.

fhicl::Atom<std::uint16_t> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::MinSpan
Initial value:
{
fhicl::Name("MinSpan"),
fhicl::Comment(
"discard this channel if its span (maximum minus minimum)"
" is smallerthan this"
),
0
}

Definition at line 480 of file DaqDecoderICARUSPMT_module.cc.

fhicl::Atom<bool> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::OnlyOnGlobalTrigger
Initial value:
{
fhicl::Name("OnlyOnGlobalTrigger"),
fhicl::Comment
("save this channel only if its data includes global trigger time"),
false
}

Definition at line 473 of file DaqDecoderICARUSPMT_module.cc.

fhicl::OptionalAtom<bool> icarus::DaqDecoderICARUSPMT::BoardSetupConfig::ChannelSetupConfig::Skip
Initial value:
{
fhicl::Name("Skip"),
fhicl::Comment(
"set to true to force skipping this channel, false to force saving it"
)
}

Definition at line 466 of file DaqDecoderICARUSPMT_module.cc.


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