Belle II Software development
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.

Constructor & Destructor Documentation

◆ TcPair() [1/2]

TcPair ( )
inline

standard constructor sets nullptr-ptrs.

Definition at line 37 of file AnalyzingAlgorithmBase.h.

37: refTC(nullptr), testTC(nullptr) {}
const TCInfoType * testTC
here the TC to be tested will be stored
const TCInfoType * refTC
here the reference TC will be stored

◆ TcPair() [2/2]

TcPair ( const TCInfoType &  aRefTC,
const TCInfoType &  aTestTC 
)
inline

constructor sets valid values

Definition at line 40 of file AnalyzingAlgorithmBase.h.

40: refTC(&aRefTC), testTC(&aTestTC) {}

Member Data Documentation

◆ refTC

const TCInfoType* refTC

here the reference TC will be stored

Definition at line 43 of file AnalyzingAlgorithmBase.h.

◆ testTC

const TCInfoType* testTC

here the TC to be tested will be stored

Definition at line 46 of file AnalyzingAlgorithmBase.h.


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