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