Public Types | Public Attributes | List of all members
evgendp::DataGen311::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< int > EventsToProcess
 
fhicl::Atom< int > StartEvent
 
fhicl::Atom< int > PDG
 
fhicl::Atom< boolGetEnergyFromCORSIKA
 
fhicl::Atom< double > UniformEnergyMin
 
fhicl::Atom< double > UniformEnergyMax
 
fhicl::Atom< std::stringTrackFile
 
fhicl::Atom< std::stringHistFile
 

Detailed Description

Definition at line 120 of file DataGen311_module.cc.

Member Typedef Documentation

Definition at line 124 of file DataGen311_module.cc.

Definition at line 123 of file DataGen311_module.cc.

Member Data Documentation

fhicl::Atom<int> evgendp::DataGen311::Config::EventsToProcess
Initial value:
{
Name("EventsToProcess"),
Comment("Number of events to process")
}

Definition at line 126 of file DataGen311_module.cc.

fhicl::Atom<bool> evgendp::DataGen311::Config::GetEnergyFromCORSIKA
Initial value:
{
Name("GetEnergyFromCORSIKA"),
Comment("true: read particle energy from CORSIKA histograms as a fucntion of azimuth angle")
}

Definition at line 141 of file DataGen311_module.cc.

fhicl::Atom<std::string> evgendp::DataGen311::Config::HistFile
Initial value:
{
Name("HistFile"),
Comment("CORSIKA histogram file")
}

Definition at line 161 of file DataGen311_module.cc.

fhicl::Atom<int> evgendp::DataGen311::Config::PDG
Initial value:
{
Name("PDG"),
Comment("Particle PDG code")
}

Definition at line 136 of file DataGen311_module.cc.

fhicl::Atom<int> evgendp::DataGen311::Config::StartEvent
Initial value:
{
Name("StartEvent"),
Comment("First event to process")
}

Definition at line 131 of file DataGen311_module.cc.

fhicl::Atom<std::string> evgendp::DataGen311::Config::TrackFile
Initial value:
{
Name("TrackFile"),
Comment("Track list")
}

Definition at line 156 of file DataGen311_module.cc.

fhicl::Atom<double> evgendp::DataGen311::Config::UniformEnergyMax
Initial value:
{
Name("UniformEnergyMax"),
Comment("Maximum particle energy")
}

Definition at line 151 of file DataGen311_module.cc.

fhicl::Atom<double> evgendp::DataGen311::Config::UniformEnergyMin
Initial value:
{
Name("UniformEnergyMin"),
Comment("Minimum particle energy")
}

Definition at line 146 of file DataGen311_module.cc.


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