Public Member Functions | Public Attributes | List of all members
lar_content::LArMCParticleHelper::PrimaryParameters Class Reference

PrimaryParameters class. More...

#include <LArMCParticleHelper.h>

Inheritance diagram for lar_content::LArMCParticleHelper::PrimaryParameters:
lar_content::LArMuonLeadingHelper::ValidationParameters

Public Member Functions

 PrimaryParameters ()
 Constructor. More...
 

Public Attributes

unsigned int m_minPrimaryGoodHits
 the minimum number of primary good Hits More...
 
unsigned int m_minHitsForGoodView
 the minimum number of Hits for a good view More...
 
unsigned int m_minPrimaryGoodViews
 the minimum number of primary good views More...
 
bool m_selectInputHits
 whether to select input hits More...
 
float m_maxPhotonPropagation
 the maximum photon propagation length More...
 
float m_minHitSharingFraction
 the minimum Hit sharing fraction More...
 
bool m_foldBackHierarchy
 whether to fold the hierarchy back to the primary (neutrino) or leading particles (test beam) More...
 

Detailed Description

PrimaryParameters class.

Definition at line 55 of file LArMCParticleHelper.h.

Constructor & Destructor Documentation

lar_content::LArMCParticleHelper::PrimaryParameters::PrimaryParameters ( )

Constructor.

Definition at line 31 of file LArMCParticleHelper.cc.

31  :
35  m_selectInputHits(true),
39 {
40 }
unsigned int m_minPrimaryGoodViews
the minimum number of primary good views
bool m_selectInputHits
whether to select input hits
unsigned int m_minPrimaryGoodHits
the minimum number of primary good Hits
bool m_foldBackHierarchy
whether to fold the hierarchy back to the primary (neutrino) or leading particles (test beam) ...
unsigned int m_minHitsForGoodView
the minimum number of Hits for a good view
float m_maxPhotonPropagation
the maximum photon propagation length
float m_minHitSharingFraction
the minimum Hit sharing fraction

Member Data Documentation

bool lar_content::LArMCParticleHelper::PrimaryParameters::m_foldBackHierarchy

whether to fold the hierarchy back to the primary (neutrino) or leading particles (test beam)

Definition at line 69 of file LArMCParticleHelper.h.

float lar_content::LArMCParticleHelper::PrimaryParameters::m_maxPhotonPropagation

the maximum photon propagation length

Definition at line 67 of file LArMCParticleHelper.h.

unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minHitsForGoodView

the minimum number of Hits for a good view

Definition at line 64 of file LArMCParticleHelper.h.

float lar_content::LArMCParticleHelper::PrimaryParameters::m_minHitSharingFraction

the minimum Hit sharing fraction

Definition at line 68 of file LArMCParticleHelper.h.

unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minPrimaryGoodHits

the minimum number of primary good Hits

Definition at line 63 of file LArMCParticleHelper.h.

unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minPrimaryGoodViews

the minimum number of primary good views

Definition at line 65 of file LArMCParticleHelper.h.

bool lar_content::LArMCParticleHelper::PrimaryParameters::m_selectInputHits

whether to select input hits

Definition at line 66 of file LArMCParticleHelper.h.


The documentation for this class was generated from the following files: