KaliVeda
Toolkit for HIC analysis
KVElementDensity Class Reference

Detailed Description

Atomic element with name, symbol and density.

Created by KVClassFactory on Thu Sep 27 17:23:23 2012 Author: John Frankland,,,

Definition at line 16 of file KVElementDensity.h.

#include <KVElementDensity.h>

Inheritance diagram for KVElementDensity:

Public Member Functions

 KVElementDensity ()
 Default constructor. More...
 
 KVElementDensity (const Char_t *name)
 Default constructor. More...
 
 KVElementDensity (const KVElementDensity &)
 
virtual ~KVElementDensity ()
 Destructor. More...
 
void Copy (TObject &) const
 
const Char_t * GetElementName () const
 
const Char_t * GetElementSymbol () const
 
Int_t GetZ () const
 
Bool_t IsGas () const
 
void Print (Option_t *o="") const
 
void SetElementName (const Char_t *en)
 
void SetElementSymbol (const Char_t *s)
 
void SetIsGas (Bool_t g=kTRUE)
 
void SetZ (Int_t z)
 
- Public Member Functions inherited from KVNuclData
 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
 
void SetMeasured (Bool_t measured)
 
void SetName (TString name)
 
void SetValue (Double_t val)
 

Private Attributes

TString fElementName
 
Bool_t fIsGas
 
TString fSymbol
 
Int_t fZ
 

Constructor & Destructor Documentation

◆ KVElementDensity() [1/3]

KVElementDensity::KVElementDensity ( )

Default constructor.

Definition at line 12 of file KVElementDensity.cpp.

◆ KVElementDensity() [2/3]

KVElementDensity::KVElementDensity ( const Char_t *  name)

Default constructor.

Definition at line 25 of file KVElementDensity.cpp.

◆ KVElementDensity() [3/3]

KVElementDensity::KVElementDensity ( const KVElementDensity obj)

Copy constructor This ctor is used to make a copy of an existing object (for example when a method returns an object), and it is always a good idea to implement it. If your class allocates memory in its constructor(s) then it is ESSENTIAL :-)

Definition at line 41 of file KVElementDensity.cpp.

◆ ~KVElementDensity()

KVElementDensity::~KVElementDensity ( )
virtual

Destructor.

Definition at line 57 of file KVElementDensity.cpp.

Member Function Documentation

◆ Copy()

void KVElementDensity::Copy ( TObject &  obj) const

This method copies the current state of 'this' object into 'obj' You should add here any member variables, for example: (supposing a member variable KVElementDensity::fToto) CastedObj.fToto = fToto; or CastedObj.SetToto( GetToto() );

Definition at line 73 of file KVElementDensity.cpp.

◆ GetElementName()

const Char_t* KVElementDensity::GetElementName ( ) const
inline

Definition at line 58 of file KVElementDensity.h.

◆ GetElementSymbol()

const Char_t* KVElementDensity::GetElementSymbol ( ) const
inline

Definition at line 50 of file KVElementDensity.h.

◆ GetZ()

Int_t KVElementDensity::GetZ ( ) const
inline

Definition at line 34 of file KVElementDensity.h.

◆ IsGas()

Bool_t KVElementDensity::IsGas ( ) const
inline

Definition at line 42 of file KVElementDensity.h.

◆ Print()

void KVElementDensity::Print ( Option_t *  o = "") const
virtual

Reimplemented from KVNuclData.

Definition at line 94 of file KVElementDensity.cpp.

◆ SetElementName()

void KVElementDensity::SetElementName ( const Char_t *  en)
inline

Definition at line 54 of file KVElementDensity.h.

◆ SetElementSymbol()

void KVElementDensity::SetElementSymbol ( const Char_t *  s)
inline

Definition at line 46 of file KVElementDensity.h.

◆ SetIsGas()

void KVElementDensity::SetIsGas ( Bool_t  g = kTRUE)
inline

Definition at line 38 of file KVElementDensity.h.

◆ SetZ()

void KVElementDensity::SetZ ( Int_t  z)
inline

Definition at line 30 of file KVElementDensity.h.

Member Data Documentation

◆ fElementName

TString KVElementDensity::fElementName
private

Definition at line 20 of file KVElementDensity.h.

◆ fIsGas

Bool_t KVElementDensity::fIsGas
private

Definition at line 18 of file KVElementDensity.h.

◆ fSymbol

TString KVElementDensity::fSymbol
private

Definition at line 19 of file KVElementDensity.h.

◆ fZ

Int_t KVElementDensity::fZ
private

Definition at line 17 of file KVElementDensity.h.