All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::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 62 of file DumpChannelMap_module.cc.

Member Typedef Documentation

using geo::DumpChannelMap::Config::Comment = fhicl::Comment

Definition at line 64 of file DumpChannelMap_module.cc.

using geo::DumpChannelMap::Config::Name = fhicl::Name

Definition at line 63 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 74 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 94 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 100 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 86 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 66 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 80 of file DumpChannelMap_module.cc.


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