Classes | |
| class | edm::DataBucket |
| Codify and simplify access to a ROOT TFolder. More... | |
| class | edm::Event |
| The base event data store object. More... | |
| class | edm::EventHandle |
| Interface to the event store. Allows for partial I/O of various event components and enforcess const-correctness. More... | |
| class | edm::EventHeader |
| Event header base class. More... | |
| class | edm::Exception |
| Exceptions thrown by the event data model package. More... | |
| class | edm::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.9.1