LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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_t > | FirstChannel |
fhicl::Atom< raw::ChannelID_t > | LastChannel |
Module configuration.
Definition at line 60 of file DumpChannelMap_module.cc.
Definition at line 62 of file DumpChannelMap_module.cc.
Definition at line 61 of file DumpChannelMap_module.cc.
fhicl::Atom<bool> geo::DumpChannelMap::Config::ChannelToWires |
Definition at line 69 of file DumpChannelMap_module.cc.
fhicl::Atom<raw::ChannelID_t> geo::DumpChannelMap::Config::FirstChannel |
Definition at line 82 of file DumpChannelMap_module.cc.
fhicl::Atom<raw::ChannelID_t> geo::DumpChannelMap::Config::LastChannel |
Definition at line 87 of file DumpChannelMap_module.cc.
fhicl::Atom<bool> geo::DumpChannelMap::Config::OpDetChannels |
Definition at line 77 of file DumpChannelMap_module.cc.
fhicl::Atom<std::string> geo::DumpChannelMap::Config::OutputCategory |
Definition at line 64 of file DumpChannelMap_module.cc.
fhicl::Atom<bool> geo::DumpChannelMap::Config::WireToChannel |
Definition at line 73 of file DumpChannelMap_module.cc.