Pandora
Pandora source code navigator
|
SimpleMCPrimary class. More...
#include "Validation.h"
Public Member Functions | |
SimpleMCPrimary () | |
Constructor. | |
Public Attributes | |
int | m_primaryId |
The identifier. | |
int | m_pdgCode |
The pdg code. | |
float | m_energy |
The energy. | |
SimpleThreeVector | m_momentum |
The momentum. | |
SimpleThreeVector | m_vertex |
The vertex. | |
SimpleThreeVector | m_endpoint |
The endpoint. | |
int | m_nMCHitsTotal |
The total number of mc hits. | |
int | m_nMCHitsU |
The number of u mc hits. | |
int | m_nMCHitsV |
The number of v mc hits. | |
int | m_nMCHitsW |
The number of w mc hits. | |
int | m_nPrimaryMatchedPfos |
The number of matched pfos. | |
int | m_nPrimaryMatchedNuPfos |
The number of matched nu pfos. | |
int | m_nPrimaryMatchedCRPfos |
The number of matched cr pfos. | |
int | m_bestMatchPfoId |
The best match pfo identifier. | |
int | m_bestMatchPfoPdgCode |
The best match pfo pdg code. | |
int | m_bestMatchPfoIsRecoNu |
Whether best match pfo is reconstructed as part of a neutrino hierarchy. | |
int | m_bestMatchPfoRecoNuId |
The identifier of the associated reco neutrino (if part of a neutrino hierarchy) | |
int | m_bestMatchPfoIsTestBeam |
Whether best match pfo is reconstructed as a test beam particle. | |
int | m_bestMatchPfoNHitsTotal |
The best match pfo total number of pfo hits. | |
int | m_bestMatchPfoNHitsU |
The best match pfo number of u pfo hits. | |
int | m_bestMatchPfoNHitsV |
The best match pfo number of v pfo hits. | |
int | m_bestMatchPfoNHitsW |
The best match pfo number of w pfo hits. | |
int | m_bestMatchPfoNSharedHitsTotal |
The best match pfo total number of matched hits. | |
int | m_bestMatchPfoNSharedHitsU |
The best match pfo number of u matched hits. | |
int | m_bestMatchPfoNSharedHitsV |
The best match pfo number of v matched hits. | |
int | m_bestMatchPfoNSharedHitsW |
The best match pfo number of w matched hits. | |
SimpleMCPrimary class.
Definition at line 92 of file Validation.h.
SimpleMCPrimary::SimpleMCPrimary | ( | ) |
Constructor.
Definition at line 716 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoId |
The best match pfo identifier.
Definition at line 114 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoIsRecoNu |
Whether best match pfo is reconstructed as part of a neutrino hierarchy.
Definition at line 116 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoIsTestBeam |
Whether best match pfo is reconstructed as a test beam particle.
Definition at line 118 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNHitsTotal |
The best match pfo total number of pfo hits.
Definition at line 119 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNHitsU |
The best match pfo number of u pfo hits.
Definition at line 120 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNHitsV |
The best match pfo number of v pfo hits.
Definition at line 121 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNHitsW |
The best match pfo number of w pfo hits.
Definition at line 122 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNSharedHitsTotal |
The best match pfo total number of matched hits.
Definition at line 123 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNSharedHitsU |
The best match pfo number of u matched hits.
Definition at line 124 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNSharedHitsV |
The best match pfo number of v matched hits.
Definition at line 125 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoNSharedHitsW |
The best match pfo number of w matched hits.
Definition at line 126 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoPdgCode |
The best match pfo pdg code.
Definition at line 115 of file Validation.h.
int SimpleMCPrimary::m_bestMatchPfoRecoNuId |
The identifier of the associated reco neutrino (if part of a neutrino hierarchy)
Definition at line 117 of file Validation.h.
SimpleThreeVector SimpleMCPrimary::m_endpoint |
The endpoint.
Definition at line 105 of file Validation.h.
float SimpleMCPrimary::m_energy |
The energy.
Definition at line 102 of file Validation.h.
SimpleThreeVector SimpleMCPrimary::m_momentum |
The momentum.
Definition at line 103 of file Validation.h.
int SimpleMCPrimary::m_nMCHitsTotal |
The total number of mc hits.
Definition at line 106 of file Validation.h.
int SimpleMCPrimary::m_nMCHitsU |
The number of u mc hits.
Definition at line 107 of file Validation.h.
int SimpleMCPrimary::m_nMCHitsV |
The number of v mc hits.
Definition at line 108 of file Validation.h.
int SimpleMCPrimary::m_nMCHitsW |
The number of w mc hits.
Definition at line 109 of file Validation.h.
int SimpleMCPrimary::m_nPrimaryMatchedCRPfos |
The number of matched cr pfos.
Definition at line 113 of file Validation.h.
int SimpleMCPrimary::m_nPrimaryMatchedNuPfos |
The number of matched nu pfos.
Definition at line 112 of file Validation.h.
int SimpleMCPrimary::m_nPrimaryMatchedPfos |
The number of matched pfos.
Definition at line 111 of file Validation.h.
int SimpleMCPrimary::m_pdgCode |
The pdg code.
Definition at line 101 of file Validation.h.
int SimpleMCPrimary::m_primaryId |
The identifier.
Definition at line 100 of file Validation.h.
SimpleThreeVector SimpleMCPrimary::m_vertex |
The vertex.
Definition at line 104 of file Validation.h.