Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

Item.h File Reference

#include "ntupleWriterSvc/INTupleWriterSvc.h"

Include dependency graph for Item.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  Item
class  TypedItem

Functions

template<typename T> void addItem (std::string name, const T &value)

Variables

INTupleWriterSvc * rootTupleSvc


Function Documentation

template<typename T>
void addItem std::string  name,
const T &  value
 

Definition at line 49 of file Item.h.

References addItem(), and rootTupleSvc.

Referenced by addItem(), McCworker::McCworker(), and ObfCworker::ObfCworker().

00050     {
00051         rootTupleSvc->addItem(treename, name, &value);
00052     }


Variable Documentation

INTupleWriterSvc* rootTupleSvc
 

Definition at line 2 of file Item.h.

Referenced by addItem(), ObfCoordsAlg::initialize(), and McCoordsAlg::initialize().


Generated on Wed Nov 26 14:03:23 2008 by doxygen 1.3.3