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

EDMTestDataObject.h

Go to the documentation of this file.
00001 #ifndef EDM_TESTDATAOBJECT_H
00002 #define EDM_TESTDATAOBJECT_H
00003 #include "TObject.h"
00004 
00005 namespace edm {
00007   class TestDataObject : public TObject {
00008   public:
00009     TestDataObject() : fChannel(0), fADC(0), fTDC(0) { }
00010   public:
00011     int fChannel;
00012     int fADC;
00013     int fTDC;
00014   private:
00015     ClassDef(edm::TestDataObject,1);
00016   };
00017 }
00018 #endif

Generated on Sat Oct 11 02:35:27 2008 for NOvA Offline by  doxygen 1.3.9.1