LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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
TFile f
Definition: plotHisto.C:6
float m_minHitSharingFraction
the minimum Hit sharing fraction

Member Data Documentation


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