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

Public Methods | |
| TkrNtupleAlg (const std::string& name, ISvcLocator* pSvcLocator) | |
| Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters. More... | |
| virtual | ~TkrNtupleAlg () |
| 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... | |
|
|
Root Histograms and Ntuples folder for the TKR (tracker) system constructor: create the converters. the constructor of converterServer will call defineConverters Definition at line 15 of file TkrNtupleAlg.cpp. |
|
|
destructor.
Definition at line 28 of file TkrNtupleAlg.h. |
|
|
fill the histograms event by event.
Definition at line 50 of file TkrNtupleAlg.cpp. |
|
|
close the output histo file.
Definition at line 67 of file TkrNtupleAlg.cpp. |
|
|
open the output histo file - book the histograms.
Definition at line 23 of file TkrNtupleAlg.cpp. |
|
|
name of the ntuple for i/o.
Definition at line 39 of file TkrNtupleAlg.h. |
|
|
access to our ntuple writing service.
Definition at line 41 of file TkrNtupleAlg.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000