Belle II Software
release-08-01-10
|
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.