![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Slice.h"
Public Member Functions | |
| Slice (const float nuScore, const PFParticleVector &nuHypothesis, const PFParticleVector &crHypothesis, const bool isNeutrino=false) | |
| Default constructor. More... | |
| float | GetNeutrinoScore () const |
| Get the neutrino score for the slice. More... | |
| const PFParticleVector & | GetNeutrinoHypothesis () const |
| Get the slice as reconstructed under the neutrino hypothesis. More... | |
| const PFParticleVector & | GetCosmicRayHypothesis () const |
| Get the slice as reconstructed under the cosmic-ray hypothesis. More... | |
| bool | IsTaggedAsNeutrino () const |
| Check if the slice has been identified as a neutrino. More... | |
| void | TagAsNeutrino () |
| Tag the slice as a neutrino. More... | |
| void | TagAsCosmic () |
| Tag the slice as a cosmic. More... | |
Private Attributes | |
| float | m_nuScore |
| The neutrino score from Pandora. More... | |
| PFParticleVector | m_nuHypothesis |
| The slice as reconstructed under the neutrino hypothesis. More... | |
| PFParticleVector | m_crHypothesis |
| The slice as reconstructed under the cosmic-ray hypothesis. More... | |
| bool | m_isNeutrino |
| If the slice has been identified as a neutrino. More... | |
|
inline |
Default constructor.
| nuScore | the neutrino score from Pandora |
| nuHypothesis | the slice as reconstructed under the neutrino hypothesis |
| crHypothesis | the slice as reconstructed under the cosmic-ray hypothesis |
| isNeutrino | if the slice has been identified as a neutrino |
Definition at line 72 of file Slice.h.
|
inline |
Get the slice as reconstructed under the cosmic-ray hypothesis.
Definition at line 96 of file Slice.h.
References m_crHypothesis.
|
inline |
Get the slice as reconstructed under the neutrino hypothesis.
Definition at line 89 of file Slice.h.
References m_nuHypothesis.
|
inline |
|
inline |
Check if the slice has been identified as a neutrino.
Definition at line 103 of file Slice.h.
References m_isNeutrino.
|
inline |
Tag the slice as a cosmic.
Definition at line 117 of file Slice.h.
References m_isNeutrino.
|
inline |
Tag the slice as a neutrino.
Definition at line 110 of file Slice.h.
References m_isNeutrino.
|
private |
The slice as reconstructed under the cosmic-ray hypothesis.
Definition at line 64 of file Slice.h.
Referenced by GetCosmicRayHypothesis().
|
private |
If the slice has been identified as a neutrino.
Definition at line 65 of file Slice.h.
Referenced by IsTaggedAsNeutrino(), TagAsCosmic(), and TagAsNeutrino().
|
private |
The slice as reconstructed under the neutrino hypothesis.
Definition at line 63 of file Slice.h.
Referenced by GetNeutrinoHypothesis().
|
private |
The neutrino score from Pandora.
Definition at line 62 of file Slice.h.
Referenced by GetNeutrinoScore().