#include <RecoCertTracks.hpp>
Inheritance diagram for recocert::RecoCertTracks::

Public Methods | |
| RecoCertTracks (HepRootFileManager *hstMgr, const edm::RCP &rcp) | |
| RecoCertTracks (HepRootFileManager *manager, TFile *file) | |
| RecoCertTracks (HepRootFileManager *manager) | |
| void | analyze (const edm::Event &event, recocert::RecoCertAdapter *adapter) |
| Analyze an event. More... | |
| void | draw (const int &level=0, TPostScript *psfile=NULL, std::vector< RecoCert *> *overlay=NULL) |
| Draw histograms in a postscript file. More... | |
| void | save () |
| Save histograms. More... | |
| void | stats (std::ostream &out, const int &level) |
| Print standard statistics. More... | |
| void | add (TFile *file) |
| Add histograms from existing file to current ones. More... | |
Private Methods | |
| void | load (TFile *file) |
| Load in histograms from an existing file. | |
| void | init (HepRootFileManager *manager, const edm::RCP *rcp=NULL) |
| Initialize histograms and statistics. | |
Private Attributes | |
| TrackHists* | _all |
| TrackHists* | _tight |
| TrackEffIsolHists* | _effIsol |
| TrackEffJetHists* | _effJets |
|
|
|
|
|
|
|
|
|
|
|
Add histograms from existing file to current ones. To use this method, use the constructor XXX(HepRootFileManager* manager, TFile* file) Reimplemented from recocert::RecoCertComponent. |
|
|
Analyze an event. Using the RecoCertAdapter to extract information from the event, this method is used to fill standard histograms and keep standard statistics to certify a given component of the DZERO reconstruction program. Reimplemented from recocert::RecoCertComponent. |
|
|
Draw histograms in a postscript file. Standard histograms are drawn depending on the user specified value of level. The higher the level, the more detailed the plots. The default level gives a summary, appropriate for simple testing. Histograms can be drawn into a postscript file, if supplied. Histograms from other components can also be overlaid, is supplied. Implementation depends on the specific concrete class. Reimplemented from recocert::RecoCertComponent. |
|
|
Initialize histograms and statistics.
Reimplemented from recocert::RecoCertComponent. |
|
|
Load in histograms from an existing file.
Reimplemented from recocert::RecoCertComponent. |
|
|
Save histograms. This method is currently unsupported. It previously saved ROOT canvases containing the drawn histograms. It will soon be used to save merged histograms, created by using the add method. Reimplemented from recocert::RecoCertComponent. |
|
|
Print standard statistics. Selected statistics are written into the supplied ostream, depending on the user specified value of level. The higher the level, the more detailed the statistics. Reimplemented from recocert::RecoCertComponent. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001