LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
ValidationInfo class. More...
Private Attributes | |
LArMCParticleHelper::MCContributionMap | m_allMCParticleToHitsMap |
The all mc particle to hits map. More... | |
LArMCParticleHelper::MCContributionMap | m_targetMCParticleToHitsMap |
The target mc particle to hits map. More... | |
LArMCParticleHelper::PfoContributionMap | m_pfoToHitsMap |
The pfo to hits map. More... | |
LArMCParticleHelper::MCParticleToPfoHitSharingMap | m_mcToPfoHitSharingMap |
The mc to pfo hit sharing map. More... | |
LArMCParticleHelper::MCParticleToPfoHitSharingMap | m_interpretedMCToPfoHitSharingMap |
The interpreted mc to pfo hit sharing map. More... | |
ValidationInfo class.
Definition at line 44 of file EventValidationAlgorithm.h.
|
inline |
Get the all mc particle to hits map.
Definition at line 249 of file EventValidationAlgorithm.h.
References m_allMCParticleToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo(), lar_content::EventValidationAlgorithm::GetStrongestPfoMatch(), lar_content::EventValidationAlgorithm::InterpretMatching(), and lar_content::EventValidationAlgorithm::ProcessOutput().
|
inline |
Get the interpreted mc to pfo hit sharing map.
Definition at line 277 of file EventValidationAlgorithm.h.
References m_interpretedMCToPfoHitSharingMap.
Referenced by lar_content::EventValidationAlgorithm::ProcessOutput().
|
inline |
Get the mc to pfo hit sharing map.
Definition at line 270 of file EventValidationAlgorithm.h.
References m_mcToPfoHitSharingMap.
Referenced by lar_content::EventValidationAlgorithm::GetRemainingPfoMatches(), lar_content::EventValidationAlgorithm::GetStrongestPfoMatch(), and lar_content::EventValidationAlgorithm::ProcessOutput().
|
inline |
Get the pfo to hits map.
Definition at line 263 of file EventValidationAlgorithm.h.
References m_pfoToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo(), lar_content::EventValidationAlgorithm::GetStrongestPfoMatch(), and lar_content::EventValidationAlgorithm::ProcessOutput().
|
inline |
Get the target mc particle to hits map.
Definition at line 256 of file EventValidationAlgorithm.h.
References m_targetMCParticleToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::GetRemainingPfoMatches(), lar_content::EventValidationAlgorithm::GetStrongestPfoMatch(), and lar_content::EventValidationAlgorithm::ProcessOutput().
|
inline |
Set the all mc particle to hits map.
allMCParticleToHitsMap | the all mc particle to hits map |
Definition at line 284 of file EventValidationAlgorithm.h.
References m_allMCParticleToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo().
|
inline |
Set the interpreted mc to pfo hit sharing map.
interpretedMCToPfoHitSharingMap | the interpreted mc to pfo hit sharing map |
Definition at line 312 of file EventValidationAlgorithm.h.
References m_interpretedMCToPfoHitSharingMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo().
|
inline |
Set the mc to pfo hit sharing map.
mcToPfoHitSharingMap | the mc to pfo hit sharing map |
Definition at line 305 of file EventValidationAlgorithm.h.
References m_mcToPfoHitSharingMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo().
|
inline |
Set the pfo to hits map.
pfoToHitsMap | the pfo to hits map |
Definition at line 298 of file EventValidationAlgorithm.h.
References m_pfoToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo().
|
inline |
Set the target mc particle to hits map.
targetMCParticleToHitsMap | the target mc particle to hits map |
Definition at line 291 of file EventValidationAlgorithm.h.
References m_targetMCParticleToHitsMap.
Referenced by lar_content::EventValidationAlgorithm::FillValidationInfo().
|
private |
The all mc particle to hits map.
Definition at line 118 of file EventValidationAlgorithm.h.
Referenced by GetAllMCParticleToHitsMap(), and SetAllMCParticleToHitsMap().
|
private |
The interpreted mc to pfo hit sharing map.
Definition at line 122 of file EventValidationAlgorithm.h.
Referenced by GetInterpretedMCToPfoHitSharingMap(), and SetInterpretedMCToPfoHitSharingMap().
|
private |
The mc to pfo hit sharing map.
Definition at line 121 of file EventValidationAlgorithm.h.
Referenced by GetMCToPfoHitSharingMap(), and SetMCToPfoHitSharingMap().
|
private |
The pfo to hits map.
Definition at line 120 of file EventValidationAlgorithm.h.
Referenced by GetPfoToHitsMap(), and SetPfoToHitsMap().
|
private |
The target mc particle to hits map.
Definition at line 119 of file EventValidationAlgorithm.h.
Referenced by GetTargetMCParticleToHitsMap(), and SetTargetMCParticleToHitsMap().