Belle II Software  release-08-01-10
AnalyzingAlgorithmBase< DataType, TCInfoType, VectorType >::TcPair Struct Reference

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
 

Detailed Description

template<class DataType, class TCInfoType, class VectorType>
struct Belle2::AnalyzingAlgorithmBase< DataType, TCInfoType, VectorType >::TcPair

minimal struct for keeping track which tc is which

Definition at line 35 of file AnalyzingAlgorithmBase.h.


The documentation for this struct was generated from the following file: