StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
TClonesArrayWriter< BranchType > Class Template Reference

TClonesArray writer Helper class for writing TClonesArrays to TTree of custom class type. More...

#include <StFwdQAMaker.h>

Public Member Functions

void createBranch (TTree *tree, const char *name, int buffSize=256000, int splitLevel=99)
 
void add (BranchType &branch)
 
void add (BranchType *branch)
 
void reset ()
 
UInt_t N () const
 
BranchType * at (UInt_t i)
 

Protected Attributes

TClonesArray * _tca = nullptr
 
UInt_t _n = 0
 

Detailed Description

template<class BranchType>
class TClonesArrayWriter< BranchType >

TClonesArray writer Helper class for writing TClonesArrays to TTree of custom class type.

Definition at line 28 of file StFwdQAMaker.h.


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