PandaRoot
RhoIntDynArrColumn Class Reference

#include <RhoColumn.h>

Inheritance diagram for RhoIntDynArrColumn:
RhoColumn

Public Member Functions

 RhoIntDynArrColumn (const char *, const RhoHTAbsValVector< Int_t > &, const Int_t &, RhoColumn *, TTree *)
 
virtual ~RhoIntDynArrColumn ()
 
virtual void SetDefValue ()
 
virtual void SetValue (const void *, RhoColumn *cp=nullptr)
 
- Public Member Functions inherited from RhoColumn
 RhoColumn (const char *l)
 
virtual ~RhoColumn ()
 
const TString & GetLabel () const
 
TBranch * GetBrPointer ()
 
void * GetPointer ()
 
void SetPointer (void *p)
 
void SetUseDefValue (Int_t b)
 
const Int_t & GetUseDefValue () const
 

Additional Inherited Members

- Protected Attributes inherited from RhoColumn
TString fLabel
 
Int_t fUseDefValue
 
void * fPointer
 
TBranch * fBranch
 

Detailed Description

Definition at line 194 of file RhoColumn.h.

Constructor & Destructor Documentation

◆ RhoIntDynArrColumn()

RhoIntDynArrColumn::RhoIntDynArrColumn ( const char *  ,
const RhoHTAbsValVector< Int_t > &  ,
const Int_t &  ,
RhoColumn ,
TTree *   
)

◆ ~RhoIntDynArrColumn()

virtual RhoIntDynArrColumn::~RhoIntDynArrColumn ( )
inlinevirtual

Definition at line 197 of file RhoColumn.h.

197 { delete[](Int_t *) fPointer; }
void * fPointer
Definition: RhoColumn.h:120

Member Function Documentation

◆ SetDefValue()

virtual void RhoIntDynArrColumn::SetDefValue ( )
virtual

Implements RhoColumn.

◆ SetValue()

virtual void RhoIntDynArrColumn::SetValue ( const void *  ,
RhoColumn cp = nullptr 
)
virtual

Implements RhoColumn.


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