R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
TCAOutputConnector< T > Class Template Reference

#include <TCAConnector.h>

Public Member Functions

 TCAOutputConnector (TString b)
 
void Init ()
 
void Reset ()
 
Int_t Size ()
 
void Insert (T t)
 
void Insert (T *t)
 
void Insert (std::vector< T > &v)
 

Private Attributes

TString fBranchName
 
TString fClassName
 
TClonesArray * fTCA
 

Detailed Description

template<typename T>
class TCAOutputConnector< T >

Definition at line 167 of file TCAConnector.h.

Constructor & Destructor Documentation

◆ TCAOutputConnector()

template<typename T>
TCAOutputConnector< T >::TCAOutputConnector ( TString b)
inline

Definition at line 175 of file TCAConnector.h.

Member Function Documentation

◆ Init()

template<typename T>
void TCAOutputConnector< T >::Init ( )
inline

Definition at line 182 of file TCAConnector.h.

◆ Insert() [1/3]

template<typename T>
void TCAOutputConnector< T >::Insert ( std::vector< T > & v)
inline

Definition at line 242 of file TCAConnector.h.

◆ Insert() [2/3]

template<typename T>
void TCAOutputConnector< T >::Insert ( T * t)
inline

Definition at line 229 of file TCAConnector.h.

◆ Insert() [3/3]

template<typename T>
void TCAOutputConnector< T >::Insert ( T t)
inline

Definition at line 219 of file TCAConnector.h.

◆ Reset()

template<typename T>
void TCAOutputConnector< T >::Reset ( )
inline

Definition at line 199 of file TCAConnector.h.

◆ Size()

template<typename T>
Int_t TCAOutputConnector< T >::Size ( )
inline

Definition at line 209 of file TCAConnector.h.

Member Data Documentation

◆ fBranchName

template<typename T>
TString TCAOutputConnector< T >::fBranchName
private

Definition at line 170 of file TCAConnector.h.

◆ fClassName

template<typename T>
TString TCAOutputConnector< T >::fClassName
private

Definition at line 171 of file TCAConnector.h.

◆ fTCA

template<typename T>
TClonesArray* TCAOutputConnector< T >::fTCA
private

Definition at line 172 of file TCAConnector.h.


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