Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Cell_t.h

Go to the documentation of this file.
00001 // ================================================
00002 // Cell_t.h
00003 // Test harness for Atlfast::Cell 
00004 // ================================================
00005 #ifndef TESTATLFAST_CELLT_H
00006 #define TESTATLFAST_CELLT_H
00007 #include "AtlfastEvent/Cell.h"
00008 namespace TestAtlfast{
00009   using Atlfast::Cell;
00010   class Cell_t{
00011   public:
00012     bool test();
00013   private:
00014     Cell c;
00015     bool test1();
00016   };
00017 }
00018 #endif

Generated on Thu Apr 18 12:04:30 2002 for TestAtlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001