PandaRoot
RhoIntColumn Class Reference

#include <RhoColumn.h>

Inheritance diagram for RhoIntColumn:
RhoColumn

Public Member Functions

 RhoIntColumn (const char *, const Int_t &, const Int_t &, TTree *)
 
virtual ~RhoIntColumn ()
 
virtual void SetDefValue ()
 
virtual void SetValue (const void *p, RhoColumn *)
 
- 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 166 of file RhoColumn.h.

Constructor & Destructor Documentation

◆ RhoIntColumn()

RhoIntColumn::RhoIntColumn ( const char *  ,
const Int_t &  ,
const Int_t &  ,
TTree *   
)

◆ ~RhoIntColumn()

virtual RhoIntColumn::~RhoIntColumn ( )
inlinevirtual

Definition at line 169 of file RhoColumn.h.

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

Member Function Documentation

◆ SetDefValue()

virtual void RhoIntColumn::SetDefValue ( )
inlinevirtual

Implements RhoColumn.

Definition at line 170 of file RhoColumn.h.

170 { *(Int_t *)fPointer = fDefValue; }
void * fPointer
Definition: RhoColumn.h:120

◆ SetValue()

virtual void RhoIntColumn::SetValue ( const void *  p,
RhoColumn  
)
inlinevirtual

Implements RhoColumn.

Definition at line 171 of file RhoColumn.h.

171 { *(Int_t *)fPointer = *(const Int_t *)p; }
void * fPointer
Definition: RhoColumn.h:120

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