PandaRoot
RhoStringColumn Class Reference

#include <RhoColumn.h>

Inheritance diagram for RhoStringColumn:
RhoColumn

Public Member Functions

 RhoStringColumn (const TString &, const TString &, const TString &, TTree *)
 
virtual ~RhoStringColumn ()
 
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 291 of file RhoColumn.h.

Constructor & Destructor Documentation

◆ RhoStringColumn()

RhoStringColumn::RhoStringColumn ( const TString &  ,
const TString &  ,
const TString &  ,
TTree *   
)

◆ ~RhoStringColumn()

virtual RhoStringColumn::~RhoStringColumn ( )
inlinevirtual

Definition at line 294 of file RhoColumn.h.

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

Member Function Documentation

◆ SetDefValue()

virtual void RhoStringColumn::SetDefValue ( )
virtual

Implements RhoColumn.

◆ SetValue()

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

Implements RhoColumn.


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