#include <GaudiTuple.h>
Public Methods | |
| GaudiTuple (INTupleWriterSvc* ntSvc, const char* title, const char* logicalFileName ) | |
| ~GaudiTuple () | |
| void | addItem (const char* name, const float *datum) |
| void | fill () |
| Must be called to write out a row. More... | |
Private Types | |
| typedef std::vector< std::pair< const char*,const float*> > | container |
| the logical file name, e.g. "FILE1"maintain a list of pairs of pointers to the Gaudi Ntuple::Item, and our float. More... | |
| typedef container::iterator | iterator |
Private Attributes | |
| INTupleWriterSvc* | m_ntSvc |
| std::string | m_fileName |
| the tuple service. More... | |
| container | m_ntupleItemList |
Definition at line 26 of file GaudiTuple.h.
|
|
the logical file name, e.g. "FILE1"maintain a list of pairs of pointers to the Gaudi Ntuple::Item, and our float.
Definition at line 56 of file GaudiTuple.h. |
|
|
Definition at line 57 of file GaudiTuple.h. |
|
|
Definition at line 14 of file GaudiTuple.cxx. |
|
|
Definition at line 19 of file GaudiTuple.cxx. |
|
|
Definition at line 31 of file GaudiTuple.cxx. |
|
|
Must be called to write out a row. This is where the information in the NTuple actually gets added at the end of the reconstruction. Definition at line 40 of file GaudiTuple.cxx. |
|
|
the tuple service.
Definition at line 53 of file GaudiTuple.h. |
|
|
Definition at line 51 of file GaudiTuple.h. |
|
|
Definition at line 58 of file GaudiTuple.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000