Public Types | Public Attributes | List of all members
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 75 of file RemoveIsolatedSpacePoints_module.cc.

Member Typedef Documentation

Definition at line 78 of file RemoveIsolatedSpacePoints_module.cc.

Definition at line 77 of file RemoveIsolatedSpacePoints_module.cc.

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 85 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 80 of file RemoveIsolatedSpacePoints_module.cc.


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