Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

edm Namespace Reference

The EventDataModel package. More...


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...


Detailed Description

The EventDataModel package.

Version:
Id
CosmicsGen.h,v 1.3 2009/09/29 17:38:35 brebel Exp
Author:
brebel@fnal.gov


Enumeration Type Documentation

anonymous enum
 

Enumerate the exception codes.

Enumeration values:
COLLECTION_NOT_FOUND 
TYPE_MISMATCH 
NO_FOLDER_FOUND 

Definition at line 29 of file fmwk/EventDataModel/Exception.h.

00029        {
00030     COLLECTION_NOT_FOUND,
00031     TYPE_MISMATCH,
00032     NO_FOLDER_FOUND
00033   };


Generated on Sun Nov 22 04:45:30 2009 for NOvA Offline by  doxygen 1.3.9.1