LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
calo::LinearEnergyAlg::Config Struct Reference

Algorithm configuration. More...

#include "LinearEnergyAlg.h"

Public Types

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

Public Attributes

fhicl::Atom< bool > UseArea
 
fhicl::Table< RecombinationConfigRecombination
 

Detailed Description

Algorithm configuration.

Definition at line 158 of file LinearEnergyAlg.h.

Member Typedef Documentation

Member Data Documentation

fhicl::Table<RecombinationConfig> calo::LinearEnergyAlg::Config::Recombination
Initial value:
{
Name("Recombination"),
Comment("Parameters of the recombination model")
}

Definition at line 168 of file LinearEnergyAlg.h.

Referenced by calo::LinearEnergyAlg::LinearEnergyAlg().

fhicl::Atom<bool> calo::LinearEnergyAlg::Config::UseArea
Initial value:
{
Name("UseArea"),
Comment("Whether to use the area of hit to count the deposited charges.")
}

Definition at line 163 of file LinearEnergyAlg.h.


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