PandaRoot
RhoFloatColumn Class Reference

#include <RhoColumn.h>

Inheritance diagram for RhoFloatColumn:
RhoColumn

Public Member Functions

 RhoFloatColumn (const char *, const Float_t &, const Float_t &, TTree *)
 
virtual ~RhoFloatColumn ()
 
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 207 of file RhoColumn.h.

Constructor & Destructor Documentation

◆ RhoFloatColumn()

RhoFloatColumn::RhoFloatColumn ( const char *  ,
const Float_t &  ,
const Float_t &  ,
TTree *   
)

◆ ~RhoFloatColumn()

virtual RhoFloatColumn::~RhoFloatColumn ( )
inlinevirtual

Definition at line 210 of file RhoColumn.h.

210 { delete (Float_t *)fPointer; }
void * fPointer
Definition: RhoColumn.h:120

Member Function Documentation

◆ SetDefValue()

virtual void RhoFloatColumn::SetDefValue ( )
inlinevirtual

Implements RhoColumn.

Definition at line 211 of file RhoColumn.h.

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

◆ SetValue()

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

Implements RhoColumn.

Definition at line 212 of file RhoColumn.h.

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

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