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

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< std::string > OutputCategory
 
fhicl::Atom< bool > CheckRawDigitAssociation
 
fhicl::Atom< bool > CheckWireAssociation
 

Detailed Description

Definition at line 48 of file DumpHits_module.cc.

Member Typedef Documentation

Definition at line 49 of file DumpHits_module.cc.

Member Data Documentation

fhicl::Atom<bool> hit::DumpHits::Config::CheckRawDigitAssociation
Initial value:
{
Name("CheckRawDigitAssociation"),
Comment("verify the associated raw digits are on the same channel as the hit"),
false}

Definition at line 61 of file DumpHits_module.cc.

fhicl::Atom<bool> hit::DumpHits::Config::CheckWireAssociation
Initial value:
{
Name("CheckWireAssociation"),
Comment("verify the associated wire is on the same channel as the hit"),
false}

Definition at line 66 of file DumpHits_module.cc.

fhicl::Atom<art::InputTag> hit::DumpHits::Config::HitModuleLabel
Initial value:
{
Name("HitModuleLabel"),
Comment("tag of the producer used to create the recob::Hit collection")}

Definition at line 52 of file DumpHits_module.cc.

fhicl::Atom<std::string> hit::DumpHits::Config::OutputCategory
Initial value:
{
Name("OutputCategory"),
Comment("the messagefacility category used for the output"),
"DumpHits"}

Definition at line 56 of file DumpHits_module.cc.


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