All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::InputTag > SimulationLabel
 
fhicl::Atom< art::InputTag > HitLabel
 
fhicl::Atom< art::InputTag > ClusterLabel
 
fhicl::Atom< int > PDGcode
 
fhicl::Atom< double > BinSize
 

Detailed Description

Definition at line 197 of file AnalysisExample_module.cc.

Member Typedef Documentation

Definition at line 201 of file AnalysisExample_module.cc.

Definition at line 200 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 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: