LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar::example::ShowerCalibrationGaloreScale::Config Struct Reference

Collection of configuration parameters for the service. More...

#include "ShowerCalibrationGaloreScale.h"

Public Types

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

Public Attributes

fhicl::Atom< float > factor
 
fhicl::Atom< float > error
 

Detailed Description

Collection of configuration parameters for the service.

Definition at line 53 of file ShowerCalibrationGaloreScale.h.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<float> lar::example::ShowerCalibrationGaloreScale::Config::error
Initial value:
{
Name("error"),
Comment("uncertainty on the correction factor")
}

Definition at line 62 of file ShowerCalibrationGaloreScale.h.

fhicl::Atom<float> lar::example::ShowerCalibrationGaloreScale::Config::factor
Initial value:
{
Name("factor"),
Comment("correction factor to be applied to all particles")
}

Definition at line 57 of file ShowerCalibrationGaloreScale.h.


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