Public Types | Public Attributes | List of all members
geo::DumpChannelMap::Config Struct Reference

Module configuration. More...

Public Types

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

Public Attributes

fhicl::Atom< std::stringOutputCategory
 
fhicl::Atom< boolChannelToWires
 
fhicl::Atom< boolWireToChannel
 
fhicl::Atom< boolOpDetChannels
 
fhicl::Atom< raw::ChannelID_tFirstChannel
 
fhicl::Atom< raw::ChannelID_tLastChannel
 

Detailed Description

Module configuration.

Definition at line 56 of file DumpChannelMap_module.cc.

Member Typedef Documentation

Definition at line 58 of file DumpChannelMap_module.cc.

Definition at line 57 of file DumpChannelMap_module.cc.

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 68 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 88 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 94 of file DumpChannelMap_module.cc.

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

Definition at line 80 of file DumpChannelMap_module.cc.

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

Definition at line 60 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 74 of file DumpChannelMap_module.cc.


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