LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_content::LArMCParticleHelper::PrimaryParameters Class Reference

PrimaryParameters class. More...

#include "LArMCParticleHelper.h"

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...
 

Detailed Description

PrimaryParameters class.

Definition at line 52 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),
38 {
39 }
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
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

unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minHitsForGoodView
unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minPrimaryGoodHits
unsigned int lar_content::LArMCParticleHelper::PrimaryParameters::m_minPrimaryGoodViews

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