![]() |
KaliVeda
Toolkit for HIC analysis
|
Simple class for storing charge radius information of nuclei.
Created by KVClassFactory on Wed Jan 30 12:13:12 2013 Author: bonnet
Definition at line 16 of file KVChargeRadius.h.
#include <KVChargeRadius.h>
Public Member Functions | |
KVChargeRadius () | |
Default constructor. More... | |
KVChargeRadius (const Char_t *name) | |
Write your code here. More... | |
KVChargeRadius (const KVChargeRadius &) | |
Copy constructor. More... | |
virtual | ~KVChargeRadius () |
Destructor. More... | |
void | Copy (TObject &object) const |
Double_t | GetError () const |
void | SetError (Double_t err) |
![]() | |
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 Member Functions | |
void | init () |
Private Attributes | |
Double_t | fError |
KVChargeRadius::KVChargeRadius | ( | ) |
Default constructor.
Definition at line 12 of file KVChargeRadius.cpp.
KVChargeRadius::KVChargeRadius | ( | const Char_t * | name | ) |
Write your code here.
Definition at line 24 of file KVChargeRadius.cpp.
KVChargeRadius::KVChargeRadius | ( | const KVChargeRadius & | o | ) |
Copy constructor.
Definition at line 35 of file KVChargeRadius.cpp.
|
virtual |
Destructor.
Definition at line 57 of file KVChargeRadius.cpp.
void KVChargeRadius::Copy | ( | TObject & | object | ) | const |
Definition at line 45 of file KVChargeRadius.cpp.
|
inline |
Definition at line 34 of file KVChargeRadius.h.
|
private |
Definition at line 66 of file KVChargeRadius.cpp.
|
inline |
Definition at line 30 of file KVChargeRadius.h.
|
private |
Definition at line 20 of file KVChargeRadius.h.