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

Blah.h

Go to the documentation of this file.
00001 
00002 //
00003 // $Id: Blah.h,v 1.1 2001/02/14 19:18:37 bv Exp $
00004 //
00005 // Blah
00006 //
00007 // Package: Registry
00008 //
00009 // Test class deriving from TObject - tests Registry's ability to send
00010 // objects through I/O.
00011 //
00012 // Contact: bv@bnl.gov
00013 //
00014 // Created on: Wed Oct 25 17:15:08 2000
00015 //
00017 
00018 #ifndef BLAH_H
00019 #define BLAH_H
00020 
00021 #include "Rtypes.h"
00022 #include "TObject.h"
00023 
00024 class Blah : public TObject
00025 {
00026 
00027 public:
00028 
00029     Blah(int x = 0);
00030     Blah(const Blah& b);
00031     virtual ~Blah();
00032 
00033     int GetMe(void);
00034     void DumpMe(void);
00035     void SetMe(int x);
00036     
00037 private:
00038 
00039     int fMyValue;
00040 
00041     ClassDef(Blah,1)
00042 };                              // end of class Blah
00043 
00044 #endif  // BLAH_H

Generated on Mon Feb 15 11:06:26 2010 for loon by  doxygen 1.3.9.1