Public Types | Public Attributes | List of all members
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 196 of file AnalysisExample_module.cc.

Member Typedef Documentation

Definition at line 200 of file AnalysisExample_module.cc.

Definition at line 199 of file AnalysisExample_module.cc.

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 220 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 212 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 208 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 216 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 203 of file AnalysisExample_module.cc.


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