Belle II Software development
|
minimal struct for keeping track which tc is which More...
#include <AnalyzingAlgorithmBase.h>
Public Member Functions | |
TcPair () | |
standard constructor sets nullptr-ptrs. | |
TcPair (const TCInfoType &aRefTC, const TCInfoType &aTestTC) | |
constructor sets valid values | |
Public Attributes | |
const TCInfoType * | refTC |
here the reference TC will be stored | |
const TCInfoType * | testTC |
here the TC to be tested will be stored | |
minimal struct for keeping track which tc is which
Definition at line 35 of file AnalyzingAlgorithmBase.h.
|
inline |
standard constructor sets nullptr-ptrs.
Definition at line 37 of file AnalyzingAlgorithmBase.h.
|
inline |
constructor sets valid values
Definition at line 40 of file AnalyzingAlgorithmBase.h.
const TCInfoType* refTC |
here the reference TC will be stored
Definition at line 43 of file AnalyzingAlgorithmBase.h.
const TCInfoType* testTC |
here the TC to be tested will be stored
Definition at line 46 of file AnalyzingAlgorithmBase.h.