KaliVeda
Toolkit for HIC analysis
KVNuclData Class Reference

Detailed Description

Simple abstract class to store value related to nuclear data.

Created by KVClassFactory on Wed Feb 23 10:21:20 2011 Author: bonnet

Definition at line 18 of file KVNuclData.h.

#include <KVNuclData.h>

Inheritance diagram for KVNuclData:

Public Member Functions

 KVNuclData ()
 Default constructor. More...
 
 KVNuclData (const Char_t *name, const Char_t *units="NONE")
 Constructor with name & units. More...
 
 KVNuclData (const KVNuclData &)
 Copy constructor. More...
 
virtual ~KVNuclData ()
 Destructor. More...
 
void Copy (TObject &object) const
 Copy this to object. More...
 
const Char_t * GetName () const
 
const Char_t * GetUnit () const
 
Double_t GetValue () const
 
Bool_t IsMeasured () const
 
virtual void Print (Option_t *option="") const
 
void SetMeasured (Bool_t measured)
 
void SetName (TString name)
 
void SetValue (Double_t val)
 

Private Types

enum  EStatusBits { kMeasured = BIT(14) }
 

Private Member Functions

void init ()
 

Private Attributes

TString fName
 name of the object More...
 
TString fUnits
 units (if any) More...
 
Double_t kValue
 numerical value More...
 

Member Enumeration Documentation

◆ EStatusBits

Enumerator
kMeasured 

Definition at line 29 of file KVNuclData.h.

Constructor & Destructor Documentation

◆ KVNuclData() [1/3]

KVNuclData::KVNuclData ( )

Default constructor.

Definition at line 38 of file KVNuclData.cpp.

◆ KVNuclData() [2/3]

KVNuclData::KVNuclData ( const Char_t *  name,
const Char_t *  units = "NONE" 
)

Constructor with name & units.

Definition at line 15 of file KVNuclData.cpp.

◆ KVNuclData() [3/3]

KVNuclData::KVNuclData ( const KVNuclData o)

Copy constructor.

Definition at line 27 of file KVNuclData.cpp.

◆ ~KVNuclData()

KVNuclData::~KVNuclData ( )
virtual

Destructor.

Definition at line 49 of file KVNuclData.cpp.

Member Function Documentation

◆ Copy()

void KVNuclData::Copy ( TObject &  object) const

Copy this to object.

Definition at line 59 of file KVNuclData.cpp.

◆ GetName()

const Char_t * KVNuclData::GetName ( ) const

Definition at line 86 of file KVNuclData.cpp.

◆ GetUnit()

const Char_t* KVNuclData::GetUnit ( ) const
inline

Definition at line 51 of file KVNuclData.h.

◆ GetValue()

Double_t KVNuclData::GetValue ( void  ) const

Definition at line 108 of file KVNuclData.cpp.

◆ init()

void KVNuclData::init ( void  )
private

Definition at line 74 of file KVNuclData.cpp.

◆ IsMeasured()

Bool_t KVNuclData::IsMeasured ( ) const
inline

Definition at line 60 of file KVNuclData.h.

◆ Print()

void KVNuclData::Print ( Option_t *  option = "") const
virtual

Reimplemented in KVElementDensity.

Definition at line 119 of file KVNuclData.cpp.

◆ SetMeasured()

void KVNuclData::SetMeasured ( Bool_t  measured)
inline

Definition at line 56 of file KVNuclData.h.

◆ SetName()

void KVNuclData::SetName ( TString  name)
inline

Definition at line 42 of file KVNuclData.h.

◆ SetValue()

void KVNuclData::SetValue ( Double_t  val)

Definition at line 97 of file KVNuclData.cpp.

Member Data Documentation

◆ fName

TString KVNuclData::fName
private

name of the object

Definition at line 21 of file KVNuclData.h.

◆ fUnits

TString KVNuclData::fUnits
private

units (if any)

Definition at line 22 of file KVNuclData.h.

◆ kValue

Double_t KVNuclData::kValue
private

numerical value

Definition at line 20 of file KVNuclData.h.