Belle II Software
release-08-01-10
|
Structure representing a matched Monte Carlo track id with the corresponding purity. More...
#include <CDCMCHitCollectionLookUp.h>
Public Member Functions | |
MCTrackIdPurityPair (ITrackType mcTrackId, float purity, int correctRLVote) | |
Constructor taking the Monte Carlo track id and the purity to be stored. | |
ITrackType | getMCTrackId () const |
Getter for the Monte Carlo track Id. | |
float | getPurity () const |
Getter for the purity. | |
int | getCorrectRLVote () const |
Getter for the rl vote. | |
Private Attributes | |
ITrackType | m_mcTrackId |
Id of the mc track. | |
float | m_purity |
Purity wrt mc track. | |
int | m_correctRLVote |
Number of correct rl information in the track. | |
Structure representing a matched Monte Carlo track id with the corresponding purity.
Definition at line 29 of file CDCMCHitCollectionLookUp.h.