Public Types | Public Attributes | List of all members
lar::example::tests::ShowerCalibrationGaloreTest::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< float > Emin
 
fhicl::Atom< float > Emax
 
fhicl::Atom< float > Estep
 
fhicl::Sequence< int > PID
 

Detailed Description

Definition at line 53 of file ShowerCalibrationGaloreTest_module.cc.

Member Typedef Documentation

Definition at line 56 of file ShowerCalibrationGaloreTest_module.cc.

Definition at line 55 of file ShowerCalibrationGaloreTest_module.cc.

Member Data Documentation

fhicl::Atom<float> lar::example::tests::ShowerCalibrationGaloreTest::Config::Emax
Initial value:
{
Name("Emax"),
Comment("last shower energy [GeV]"),
2.5
}

Definition at line 64 of file ShowerCalibrationGaloreTest_module.cc.

fhicl::Atom<float> lar::example::tests::ShowerCalibrationGaloreTest::Config::Emin
Initial value:
{
Name("Emin"),
Comment("starting shower energy [GeV]"),
0.0
}

Definition at line 58 of file ShowerCalibrationGaloreTest_module.cc.

fhicl::Atom<float> lar::example::tests::ShowerCalibrationGaloreTest::Config::Estep
Initial value:
{
Name("Estep"),
Comment("shower energy step [GeV] (0 to have 10 steps)"),
0.0
}

Definition at line 70 of file ShowerCalibrationGaloreTest_module.cc.

fhicl::Sequence<int> lar::example::tests::ShowerCalibrationGaloreTest::Config::PID
Initial value:
{
Name("PID"),
("list of ID of particles to test shower calibration of"),
{ 11, 13, 111, 2212, 22 }
}

Definition at line 76 of file ShowerCalibrationGaloreTest_module.cc.


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