#include <RecNtupleAlg.h>
Inheritance diagram for RecNtupleAlg:

Public Methods | |
| RecNtupleAlg (const std::string& name, ISvcLocator* pSvcLocator) | |
| Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters. More... | |
| virtual | ~RecNtupleAlg () |
| destructor. More... | |
| StatusCode | initialize () |
| open the output histo file - book the histograms. More... | |
| StatusCode | execute () |
| fill the histograms event by event. More... | |
| StatusCode | finalize () |
| close the output histo file. More... | |
Private Attributes | |
| std::string | m_tupleName |
| name of the ntuple for i/o. More... | |
| INTupleWriterSvc* | ntupleWriteSvc |
| access to our ntuple writing service. More... | |
| ITkrGeometrySvc* | pGeometry |
| access to the tracker geometry service. More... | |
|
|
Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters. the constructor of converterServer will call defineConverters Definition at line 20 of file RecNtupleAlg.cpp. |
|
|
destructor.
Definition at line 31 of file RecNtupleAlg.h. |
|
|
fill the histograms event by event.
Definition at line 66 of file RecNtupleAlg.cpp. |
|
|
close the output histo file.
Definition at line 85 of file RecNtupleAlg.cpp. |
|
|
open the output histo file - book the histograms.
Definition at line 28 of file RecNtupleAlg.cpp. |
|
|
name of the ntuple for i/o.
Definition at line 42 of file RecNtupleAlg.h. |
|
|
access to our ntuple writing service.
Definition at line 44 of file RecNtupleAlg.h. |
|
|
access to the tracker geometry service.
Definition at line 46 of file RecNtupleAlg.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000