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

GaudiTuple.h

Go to the documentation of this file.
00001 // 
00002 #ifndef GGTUPLE_H
00003 #define GGTUPLE_H
00004 #include "analysis/Tuple.h"
00005 #include "Gaudi/NTupleSvc/NTuple.h"
00006 
00007 
00008 #include <string>
00009 
00010 
00011 class GaudiTuple : public Tuple {
00012 
00013 public:
00015     GaudiTuple(const std::string& title, NTuplePtr* nt);
00016     ~GaudiTuple();
00017 
00019     const TupleItem* tupleItem(const std::string& name);
00020     
00021 private:
00022     NTuplePtr* m_nt;
00023 };
00024 
00025 #endif

Generated at Wed Nov 21 12:20:39 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000