00001 // $Header: /nfs/slac/g/glast/ground/cvs/merit/src/meritAlg/GaudiTuple.cxx,v 1.2 2001/03/24 02:01:30 tlindner Exp $ 00002 // Original author: T. Burnett 00003 00004 #include "GaudiTuple.h" 00005 #include "Gaudi/Interfaces/INTuple.h" 00006 #include "Gaudi/NTupleSvc/NTuple.h" 00007 00008 GaudiTuple::GaudiTuple(const std::string& title, NTuplePtr* nt) 00009 : Tuple(title) 00010 , m_nt(nt) 00011 {} 00012 00013 GaudiTuple::~GaudiTuple() 00014 {} 00015 00016 00018 const TupleItem* GaudiTuple::tupleItem(const std::string& name) 00019 { 00020 // dummy for now 00021 return new TupleItem; 00022 }
1.2.3 written by Dimitri van Heesch,
© 1997-2000