Belle II Software development
|
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.
|
inline |
Constructor taking the Monte Carlo track id and the purity to be stored.
Definition at line 32 of file CDCMCHitCollectionLookUp.h.
|
inline |
Getter for the rl vote.
Definition at line 52 of file CDCMCHitCollectionLookUp.h.
|
inline |
Getter for the Monte Carlo track Id.
Definition at line 40 of file CDCMCHitCollectionLookUp.h.
|
inline |
Getter for the purity.
Definition at line 46 of file CDCMCHitCollectionLookUp.h.
|
private |
Number of correct rl information in the track.
Definition at line 65 of file CDCMCHitCollectionLookUp.h.
|
private |
Id of the mc track.
Definition at line 59 of file CDCMCHitCollectionLookUp.h.
|
private |
Purity wrt mc track.
Definition at line 62 of file CDCMCHitCollectionLookUp.h.