LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar::example::RemoveIsolatedSpacePoints::Config Struct Reference

Module configuration data. More...

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagspacePoints
 
fhicl::Table< SpacePointIsolationAlg::Configisolation
 

Detailed Description

Module configuration data.

Definition at line 76 of file RemoveIsolatedSpacePoints_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Table<SpacePointIsolationAlg::Config> lar::example::RemoveIsolatedSpacePoints::Config::isolation
Initial value:
{
Name("isolation"),
Comment("settings for the isolation algorithm")
}

Definition at line 86 of file RemoveIsolatedSpacePoints_module.cc.

fhicl::Atom<art::InputTag> lar::example::RemoveIsolatedSpacePoints::Config::spacePoints
Initial value:
{
Name("spacePoints"),
Comment("the space points to be filtered")
}

Definition at line 81 of file RemoveIsolatedSpacePoints_module.cc.

Referenced by lar::example::RemoveIsolatedSpacePoints::produce().


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