LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::DumpChannelMap::Config Struct Reference

Module configuration. More...

Public Types

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

Public Attributes

fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > ChannelToWires
 
fhicl::Atom< bool > WireToChannel
 
fhicl::Atom< bool > OpDetChannels
 
fhicl::Atom< raw::ChannelID_tFirstChannel
 
fhicl::Atom< raw::ChannelID_tLastChannel
 

Detailed Description

Module configuration.

Definition at line 60 of file DumpChannelMap_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<bool> geo::DumpChannelMap::Config::ChannelToWires
Initial value:
{Name("ChannelToWires"),
Comment("print all the wires corresponding to each channel"),
true}

Definition at line 69 of file DumpChannelMap_module.cc.

fhicl::Atom<raw::ChannelID_t> geo::DumpChannelMap::Config::FirstChannel
Initial value:
{
Name("FirstChannel"),
Comment("ID of the lowest channel to be printed (default: no limit)"),

Definition at line 82 of file DumpChannelMap_module.cc.

fhicl::Atom<raw::ChannelID_t> geo::DumpChannelMap::Config::LastChannel
Initial value:
{
Name("LastChannel"),
Comment("ID of the highest channel to be printed (default: no limit)"),

Definition at line 87 of file DumpChannelMap_module.cc.

fhicl::Atom<bool> geo::DumpChannelMap::Config::OpDetChannels
Initial value:
{
Name("OpDetChannels"),
Comment("print for each optical detector channel ID the optical detector ID and its center"),
false}

Definition at line 77 of file DumpChannelMap_module.cc.

fhicl::Atom<std::string> geo::DumpChannelMap::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("output category used by the message facility to output information (INFO level)"),
"DumpChannelMap"}

Definition at line 64 of file DumpChannelMap_module.cc.

fhicl::Atom<bool> geo::DumpChannelMap::Config::WireToChannel
Initial value:
{Name("WireToChannel"),
Comment("print which channel covers each wire"),
false}

Definition at line 73 of file DumpChannelMap_module.cc.


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