LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 49 of file DumpHits_module.cc.

Member Typedef Documentation

Definition at line 50 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 64 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 70 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 53 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 58 of file DumpHits_module.cc.


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