Public Types | Public Attributes | List of all members
nnet::EmTrackMichelId::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 52 of file EmTrackMichelId_module.cc.

Member Typedef Documentation

Definition at line 54 of file EmTrackMichelId_module.cc.

Definition at line 53 of file EmTrackMichelId_module.cc.

Member Data Documentation

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

Definition at line 57 of file EmTrackMichelId_module.cc.

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

Definition at line 68 of file EmTrackMichelId_module.cc.

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

Definition at line 64 of file EmTrackMichelId_module.cc.

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

Definition at line 56 of file EmTrackMichelId_module.cc.

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

Definition at line 73 of file EmTrackMichelId_module.cc.

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

Definition at line 78 of file EmTrackMichelId_module.cc.

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

Definition at line 60 of file EmTrackMichelId_module.cc.


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