KaliVeda
Toolkit for HIC analysis
KVMassExcess Class Reference

Detailed Description

Simple class for store life time information of nucleus.

Created by KVClassFactory on Thu Jan 27 17:23:54 2011 Author: Eric Bonnet,,,

Definition at line 16 of file KVMassExcess.h.

#include <KVMassExcess.h>

Inheritance diagram for KVMassExcess:

Public Member Functions

 KVMassExcess ()
 Default constructor. More...
 
 KVMassExcess (const Char_t *name)
 Default constructor. More...
 
virtual ~KVMassExcess ()
 Destructor. More...
 
- 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
 
virtual void Print (Option_t *option="") const
 
void SetMeasured (Bool_t measured)
 
void SetName (TString name)
 
void SetValue (Double_t val)
 

Constructor & Destructor Documentation

◆ KVMassExcess() [1/2]

KVMassExcess::KVMassExcess ( )

Default constructor.

Definition at line 26 of file KVMassExcess.cpp.

◆ KVMassExcess() [2/2]

KVMassExcess::KVMassExcess ( const Char_t *  name)

Default constructor.

Definition at line 14 of file KVMassExcess.cpp.

◆ ~KVMassExcess()

KVMassExcess::~KVMassExcess ( )
virtual

Destructor.

Definition at line 40 of file KVMassExcess.cpp.