LArSoft  v06_85_00
Liquid Argon Software toolkit - http://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 203 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 230 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 220 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 215 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 225 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 210 of file AnalysisExample_module.cc.


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