Public Types | Public Attributes | List of all members
nnet::EmTrackClusterId2out::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Table< nnet::PointIdAlg::ConfigPointIdAlg {Name("PointIdAlg")}
 
fhicl::Atom< size_t > BatchSize
 
fhicl::Atom< art::InputTagWireLabel
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagClusterModuleLabel
 
fhicl::Atom< art::InputTagTrackModuleLabel
 
fhicl::Sequence< int > Views
 

Detailed Description

Definition at line 49 of file EmTrackClusterId2out_module.cc.

Member Typedef Documentation

Definition at line 51 of file EmTrackClusterId2out_module.cc.

Definition at line 50 of file EmTrackClusterId2out_module.cc.

Member Data Documentation

fhicl::Atom<size_t> nnet::EmTrackClusterId2out::Config::BatchSize
Initial value:
{Name("BatchSize"),
Comment("number of samples processed in one batch")}

Definition at line 54 of file EmTrackClusterId2out_module.cc.

fhicl::Atom<art::InputTag> nnet::EmTrackClusterId2out::Config::ClusterModuleLabel
Initial value:
{
Name("ClusterModuleLabel"),
Comment("tag of clusters to be used as a source of EM/track tagged new clusters (incl. "
"single-hit clusters ) using accumulated results from hits")}

Definition at line 64 of file EmTrackClusterId2out_module.cc.

fhicl::Atom<art::InputTag> nnet::EmTrackClusterId2out::Config::HitModuleLabel
Initial value:
{Name("HitModuleLabel"),
Comment("tag of hits to be EM/track tagged")}

Definition at line 61 of file EmTrackClusterId2out_module.cc.

fhicl::Table<nnet::PointIdAlg::Config> nnet::EmTrackClusterId2out::Config::PointIdAlg {Name("PointIdAlg")}

Definition at line 53 of file EmTrackClusterId2out_module.cc.

fhicl::Atom<art::InputTag> nnet::EmTrackClusterId2out::Config::TrackModuleLabel
Initial value:
{
Name("TrackModuleLabel"),
Comment("tag of 3D tracks to be EM/track tagged using accumulated results from hits in the "
"best 2D projection")}

Definition at line 69 of file EmTrackClusterId2out_module.cc.

fhicl::Sequence<int> nnet::EmTrackClusterId2out::Config::Views
Initial value:
{
Name("Views"),
Comment("tag clusters in selected views only, or in all views if empty list")}

Definition at line 74 of file EmTrackClusterId2out_module.cc.

fhicl::Atom<art::InputTag> nnet::EmTrackClusterId2out::Config::WireLabel
Initial value:
{
Name("WireLabel"),
Comment("tag of deconvoluted ADC on wires (recob::Wire)")}

Definition at line 57 of file EmTrackClusterId2out_module.cc.


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