LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::example::AnalysisExample::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTagSimulationLabel
 
fhicl::Atom< art::InputTagHitLabel
 
fhicl::Atom< art::InputTagClusterLabel
 
fhicl::Atom< int > PDGcode
 
fhicl::Atom< double > BinSize
 

Detailed Description

Definition at line 197 of file AnalysisExample_module.cc.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<double> lar::example::AnalysisExample::Config::BinSize
Initial value:
{Name("BinSize"),
Comment("dx [cm] used for the dE/dx calculation")}

Definition at line 221 of file AnalysisExample_module.cc.

fhicl::Atom<art::InputTag> lar::example::AnalysisExample::Config::ClusterLabel
Initial value:
{
Name("ClusterLabel"),
Comment("tag of the input data product with reconstructed clusters")}

Definition at line 213 of file AnalysisExample_module.cc.

fhicl::Atom<art::InputTag> lar::example::AnalysisExample::Config::HitLabel
Initial value:
{
Name("HitLabel"),
Comment("tag of the input data product with reconstructed hits")}

Definition at line 209 of file AnalysisExample_module.cc.

fhicl::Atom<int> lar::example::AnalysisExample::Config::PDGcode
Initial value:
{
Name("PDGcode"),
Comment("particle type (PDG ID) of the primary particle to be selected")}

Definition at line 217 of file AnalysisExample_module.cc.

fhicl::Atom<art::InputTag> lar::example::AnalysisExample::Config::SimulationLabel
Initial value:
{
Name("SimulationLabel"),
Comment("tag of the input data product with the detector simulation "
"information")}

Definition at line 204 of file AnalysisExample_module.cc.


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