|
| ClassDef (ENSDF, 0) |
| Root dictionary related. More...
|
|
virtual void | Close () |
|
| ENSDF () |
|
virtual bool | FirstRecord (unsigned int which, char *record) |
| to init the records reading More...
|
|
float | GetCC (const char *) |
| on a gamma record, to get the total conversion coefficient... check the record before with IsRecord!! More...
|
|
float | GetDCC (const char *) |
|
float | GetDE (const char *) |
|
float | GetDMR (const char *) |
|
float | GetDRI (const char *) |
|
float | GetDT (const char *) |
|
float | GetDTI (const char *) |
|
float | GetE (const char *, std::string &) |
| to get the energy field of a record More...
|
|
std::string | GetJPI (const char *) |
| to get the spin-parity field JPI: J More...
|
|
virtual Level * | GetLevel (const char *, TString &) |
| to get a NuclearLevel from a Level record More...
|
|
virtual Link * | GetLink (const char *, TString &) |
| to get a link from a record More...
|
|
float | GetMR (const char *) |
| to get the multipolarity of a gamma level More...
|
|
float | GetPrecision (std::string) |
| extract the precision for a given ENSDF data More...
|
|
float | GetRI (const char *, std::string &) |
| to get the relative intensity field of a gamma record More...
|
|
float | GetT (const char *, float &, std::string &) |
| to get the T (half-life) field of a record. More...
|
|
float | GetTI (const char *, std::string &) |
| to get the relative total transition intensity field of a gamma record More...
|
|
virtual unsigned int | IsDataSet (const char *nuclide, const char *dsid="ADOPTED LEVELS, GAMMAS") const |
| look for a given data set More...
|
|
virtual bool | IsOpen () |
|
bool | IsRecord (const char *, const char *) const |
| check record's type. More...
|
|
virtual void | ls (std::ostream &) const |
|
virtual bool | NextRecord (unsigned int, char *) |
| to get dataset's records More...
|
|
virtual bool | Open (const char *fname) |
|
void | test () |
|
virtual | ~ENSDF () |
|
ENSDF: Interface between ENSDF files and the GammaWare Nuclear data related objects.
This class could be used directly and in a root interactive session once the correct library has been loaded.
- Author
- Olivier Stezowski
Definition at line 52 of file ENSDF.h.