Public Types | Public Attributes | List of all members
lar::example::tests::ParticleMaker::ParticleConfig Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< double > length
 
fhicl::Atom< double > energy
 
fhicl::Atom< int > type
 

Detailed Description

Definition at line 64 of file ParticleMaker_module.cc.

Member Typedef Documentation

Definition at line 67 of file ParticleMaker_module.cc.

Definition at line 66 of file ParticleMaker_module.cc.

Member Data Documentation

fhicl::Atom<double> lar::example::tests::ParticleMaker::ParticleConfig::energy
Initial value:
{
Name("energy"),
Comment("initial energy of the particle [GeV]")
}

Definition at line 74 of file ParticleMaker_module.cc.

fhicl::Atom<double> lar::example::tests::ParticleMaker::ParticleConfig::length
Initial value:
{
Name("length"),
Comment("length of the particle path [cm]")
}

Definition at line 69 of file ParticleMaker_module.cc.

fhicl::Atom<int> lar::example::tests::ParticleMaker::ParticleConfig::type
Initial value:
{
Name("type"),
Comment("particle type (as PDG ID)")
}

Definition at line 79 of file ParticleMaker_module.cc.


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