![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
QualityCuts class. More...
#include "LArHierarchyHelper.h"
Public Member Functions | |
QualityCuts () | |
Default constructor. More... | |
QualityCuts (const float minPurity, const float minCompleteness, const bool selectRecoHits=false) | |
Constructor. More... | |
Public Attributes | |
const float | m_minPurity |
The minimum purity for a match to be considered good. More... | |
const float | m_minCompleteness |
The minimum completeness for a match to be considered good. More... | |
const bool | m_selectRecoHits |
Whether to only use reco hits that overlap with the MC particle hits. More... | |
QualityCuts class.
Definition at line 65 of file LArHierarchyHelper.h.
lar_content::LArHierarchyHelper::QualityCuts::QualityCuts | ( | ) |
Default constructor.
Definition at line 61 of file LArHierarchyHelper.cc.
References m_minCompleteness, and m_selectRecoHits.
lar_content::LArHierarchyHelper::QualityCuts::QualityCuts | ( | const float | minPurity, |
const float | minCompleteness, | ||
const bool | selectRecoHits = false |
||
) |
Constructor.
minPurity | The minimum purity for a cut to be considered good |
minCompleteness | The minimum completeness for a cut to be considered good |
selectRecoHits | Whether to only use reco hits that overlap with the MC particle hits |
Definition at line 70 of file LArHierarchyHelper.cc.
References m_minCompleteness, and m_selectRecoHits.
const float lar_content::LArHierarchyHelper::QualityCuts::m_minCompleteness |
The minimum completeness for a match to be considered good.
Definition at line 83 of file LArHierarchyHelper.h.
Referenced by lar_content::LArHierarchyHelper::MCMatches::IsQuality(), and QualityCuts().
const float lar_content::LArHierarchyHelper::QualityCuts::m_minPurity |
The minimum purity for a match to be considered good.
Definition at line 82 of file LArHierarchyHelper.h.
Referenced by lar_content::LArHierarchyHelper::MCMatches::IsQuality().
const bool lar_content::LArHierarchyHelper::QualityCuts::m_selectRecoHits |
Whether to only use reco hits that overlap with the MC particle hits.
Definition at line 84 of file LArHierarchyHelper.h.
Referenced by lar_content::LArHierarchyHelper::MatchInfo::Match(), and QualityCuts().