#include <Ttypes.h>#include "StTypeDefs.h"Go to the source code of this file.
Enumerations | |
| enum | EReturnCodes { kStOK = 0, kStOk = 0, kStWarn = 1, kStEOF = 2, kStErr = 3, kStERR = 3, kStFatal = 4, kStFATAL = 4, kStSKIP = kStErr + 10, kStSkip = kStSKIP, kStSTOP = kStEOF + 10, kStStop = kStSTOP } |
This header file contains the set of the macro definitions to generate a ROOT dictionary for "pure" C-strucutre the way ROOT does it for the "normal" C++ classes
This header file should be included into the all STAF table wrapper classes (by stic compiler)
Note: while kStErr used to skip an event, this behavior was changed in 2002 to only leave the current maker / sub-chain but not the entire chain.
Definition in file Stypes.h.
| enum EReturnCodes |
1.5.9