|
inherited |
check record's type.
To test if a record (first parameter) is of a given type (second parameter) Record's type are defined by names as summary in ENSDF documentation (p31). Recognized record's types are then:
Ex: IsRecord(record, "LEVEL") returns true if the record is a level record
Definition at line 72 of file BaseENSDF.cpp.