Classes | |
| class | DataBucket |
| Codify and simplify access to a ROOT TFolder. More... | |
| class | Event |
| The base event data store object. More... | |
| class | EventHandle |
| Interface to the event store. Allows for partial I/O of various event components and enforcess const-correctness. More... | |
| class | EventHeader |
| Event header base class. More... | |
| class | Exception |
| Exceptions thrown by the event data model package. More... | |
| class | TestDataObject |
| Simple dummy data object to test reading and writing. More... | |
Enumerations | |
| enum | { COLLECTION_NOT_FOUND, TYPE_MISMATCH, NO_FOLDER_FOUND } |
| Enumerate the exception codes. More... | |
|
|
Enumerate the exception codes.
Definition at line 29 of file fmwk/EventDataModel/Exception.h.
00029 {
00030 COLLECTION_NOT_FOUND,
00031 TYPE_MISMATCH,
00032 NO_FOLDER_FOUND
00033 };
|
1.3.5