#include "ntupleWriterSvc/INTupleWriterSvc.h"Include dependency graph for Item.h:

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

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 |
|
||||||||||||||||
|
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 }
|
|
|
Definition at line 2 of file Item.h. Referenced by addItem(), ObfCoordsAlg::initialize(), and McCoordsAlg::initialize(). |
1.3.3