Public Types | Public Attributes | List of all members
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

Definition at line 55 of file ShowerCalibrationGaloreScale.h.

Definition at line 54 of file ShowerCalibrationGaloreScale.h.

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: