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
1.2.3 written by Dimitri van Heesch,
© 1997-2000