Public Types | Public Attributes | List of all members
pdunedp::Purity::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Table< calo::CalorimetryAlg::ConfigCalorimetryAlg
 
fhicl::Atom< art::InputTagCalWireModuleLabel
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagClusterModuleLabel
 
fhicl::Atom< art::InputTagTrackModuleLabel
 
fhicl::Atom< double > TotalGain
 
fhicl::Atom< double > EnergyCut
 
fhicl::Atom< double > Length
 
fhicl::Atom< double > StitchAngle
 
fhicl::Atom< double > StitchDistance
 
fhicl::Sequence< double > VolCut
 
fhicl::Atom< int > NumOfBins
 
fhicl::Atom< double > ADCtoCharge
 
fhicl::Atom< double > MinDx
 

Detailed Description

Definition at line 79 of file Purity_module.cc.

Member Typedef Documentation

Definition at line 81 of file Purity_module.cc.

Definition at line 80 of file Purity_module.cc.

Member Data Documentation

fhicl::Atom<double> pdunedp::Purity::Config::ADCtoCharge
Initial value:
{
Name("ADCtoCharge"), Comment("...")
}

Definition at line 131 of file Purity_module.cc.

fhicl::Table<calo::CalorimetryAlg::Config> pdunedp::Purity::Config::CalorimetryAlg
Initial value:
{
Name("CalorimetryAlg"), Comment("Used to calculate electrons from ADC area.")
}

Definition at line 83 of file Purity_module.cc.

fhicl::Atom<art::InputTag> pdunedp::Purity::Config::CalWireModuleLabel
Initial value:
{
Name ("CalWireModuleLabel"), Comment("Calwire data product name")
}

Definition at line 87 of file Purity_module.cc.

fhicl::Atom<art::InputTag> pdunedp::Purity::Config::ClusterModuleLabel
Initial value:
{
Name ("ClusterModuleLabel"), Comment("Cluster data product name")
}

Definition at line 95 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::EnergyCut
Initial value:
{
Name ("EnergyCut"), Comment("Cut over the event energy")
}

Definition at line 107 of file Purity_module.cc.

fhicl::Atom<art::InputTag> pdunedp::Purity::Config::HitModuleLabel
Initial value:
{
Name ("HitModuleLabel"), Comment("Hit data product name")
}

Definition at line 91 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::Length
Initial value:
{
Name ("Length"), Comment("minimal length to define a mip")
}

Definition at line 111 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::MinDx
Initial value:
{
Name("MinDx"), Comment("...")
}

Definition at line 134 of file Purity_module.cc.

fhicl::Atom<int> pdunedp::Purity::Config::NumOfBins
Initial value:
{
Name("NumOfBins"), Comment("Number of histogram for the purity analysis")
}

Definition at line 127 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::StitchAngle
Initial value:
{
Name("StitchAngle"), Comment("Max. stitching angle")
}

Definition at line 115 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::StitchDistance
Initial value:
{
Name("StitchDistance"), Comment("Max. stitching distance")
}

Definition at line 119 of file Purity_module.cc.

fhicl::Atom<double> pdunedp::Purity::Config::TotalGain
Initial value:
{
Name ("TotalGain"), Comment("Total Gain of the detector")
}

Definition at line 103 of file Purity_module.cc.

fhicl::Atom<art::InputTag> pdunedp::Purity::Config::TrackModuleLabel
Initial value:
{
Name ("TrackModuleLabel"), Comment("Track data product name")
}

Definition at line 99 of file Purity_module.cc.

fhicl::Sequence<double> pdunedp::Purity::Config::VolCut
Initial value:
{
Name("VolCut"), Comment("Volume Cut to select a going trougth muon")
}

Definition at line 123 of file Purity_module.cc.


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