Class to hold MC metdata about slices. More...
#include <LArPandoraSliceIdHelper.h>
Public Member Functions | |
SliceMetadata () | |
Default constructor. More... | |
Public Attributes | |
float | m_purity |
The fraction of hits in the slice that are neutrino induced. More... | |
float | m_completeness |
The fraction of all neutrino induced hits that are in the slice. More... | |
unsigned int | m_nHits |
The number of hits in the slice. More... | |
bool | m_isMostComplete |
If the slice has the highest completeness in the event. More... | |
Class to hold MC metdata about slices.
Definition at line 26 of file LArPandoraSliceIdHelper.h.
lar_pandora::LArPandoraSliceIdHelper::SliceMetadata::SliceMetadata | ( | ) |
Default constructor.
Definition at line 277 of file LArPandoraSliceIdHelper.cxx.
float lar_pandora::LArPandoraSliceIdHelper::SliceMetadata::m_completeness |
The fraction of all neutrino induced hits that are in the slice.
Definition at line 35 of file LArPandoraSliceIdHelper.h.
bool lar_pandora::LArPandoraSliceIdHelper::SliceMetadata::m_isMostComplete |
If the slice has the highest completeness in the event.
Definition at line 37 of file LArPandoraSliceIdHelper.h.
unsigned int lar_pandora::LArPandoraSliceIdHelper::SliceMetadata::m_nHits |
The number of hits in the slice.
Definition at line 36 of file LArPandoraSliceIdHelper.h.
float lar_pandora::LArPandoraSliceIdHelper::SliceMetadata::m_purity |
The fraction of hits in the slice that are neutrino induced.
Definition at line 34 of file LArPandoraSliceIdHelper.h.