Public Types | Public Attributes | List of all members
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< boolUseArea
 
fhicl::Table< RecombinationConfigRecombination
 

Detailed Description

Algorithm configuration.

Definition at line 158 of file LinearEnergyAlg.h.

Member Typedef Documentation

Definition at line 161 of file LinearEnergyAlg.h.

Definition at line 160 of file LinearEnergyAlg.h.

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.

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: