LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
nnet::PointIdEffTest::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Table< calo::CalorimetryAlg::ConfigCalorimetryAlg
 
fhicl::Atom< art::InputTagSimModuleLabel
 
fhicl::Atom< art::InputTagPfpModuleLabel
 
fhicl::Atom< art::InputTagNNetModuleLabel
 
fhicl::Atom< bool > SaveHitsFile {Name("SaveHitsFile"), Comment("Dump hits info to text file")}
 
fhicl::Atom< unsigned int > View {Name("View"), Comment("Which view is evaluated")}
 

Detailed Description

Definition at line 64 of file PointIdEffTest_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Table<calo::CalorimetryAlg::Config> nnet::PointIdEffTest::Config::CalorimetryAlg
Initial value:
{
Name("CalorimetryAlg"),
Comment("Used to calculate electron lifetime correction.")}

Definition at line 68 of file PointIdEffTest_module.cc.

fhicl::Atom<art::InputTag> nnet::PointIdEffTest::Config::NNetModuleLabel
Initial value:
{Name("NNetModuleLabel"),
Comment("NNet outputs tag")}

Definition at line 79 of file PointIdEffTest_module.cc.

fhicl::Atom<art::InputTag> nnet::PointIdEffTest::Config::PfpModuleLabel
Initial value:
{
Name("PfpModuleLabel"),
Comment("PFP producer tag, to compare with NNet results")}

Definition at line 75 of file PointIdEffTest_module.cc.

fhicl::Atom<bool> nnet::PointIdEffTest::Config::SaveHitsFile {Name("SaveHitsFile"), Comment("Dump hits info to text file")}

Definition at line 82 of file PointIdEffTest_module.cc.

fhicl::Atom<art::InputTag> nnet::PointIdEffTest::Config::SimModuleLabel
Initial value:
{Name("SimModuleLabel"),
Comment("Simulation producer")}

Definition at line 72 of file PointIdEffTest_module.cc.

fhicl::Atom<unsigned int> nnet::PointIdEffTest::Config::View {Name("View"), Comment("Which view is evaluated")}

Definition at line 84 of file PointIdEffTest_module.cc.


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