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

Public Methods | |
| RecoCertJet (HepRootFileManager *hstMgr, const edm::RCP &rcp) | |
| RecoCertJet (HepRootFileManager *manager, TFile *file) | |
| RecoCertJet (HepRootFileManager *manager) | |
| ~RecoCertJet () | |
| 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 | init (HepRootFileManager *manager, const edm::RCP *rcp=NULL) |
| Initialize histograms and statistics. | |
| void | load (TFile *file) |
| Load in histograms from an existing file. | |
Private Attributes | |
| JetHists* | _jetConeR7All |
| R=0.7 cone jets histograms, all jets. | |
| JetHists* | _jetConeR7Standard |
| R=0.7 cone jets histograms, standard cuts. | |
| JetHists* | _jetKtD1All |
| Histograms, all jets, KT, D=1. | |
| JetHists* | _jetKtD1Standard |
| Histograms, standard jets, KT, D=1. | |
| const cuts::Cut<jetid::Jet>* | _standardP13JetCut |
| Standard jets cuts (p13). | |
Static Private Attributes | |
| const std::string | allConeR7 |
| R=0.7 cone jets histograms, all jets (name). | |
| const std::string | standardConeR7 |
| R=0.7 cone jets histogram, standard cuts (name). | |
| const std::string | allKTD1 |
| Histogram name, all jets, KT, D=1 (name). | |
| const std::string | standardKTD1 |
| Histogram name, standard jets, KT, D=1 (name). | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
R=0.7 cone jets histograms, all jets.
|
|
|
R=0.7 cone jets histograms, standard cuts.
|
|
|
Histograms, all jets, KT, D=1.
|
|
|
Histograms, standard jets, KT, D=1.
|
|
|
Standard jets cuts (p13).
|
|
|
R=0.7 cone jets histograms, all jets (name).
|
|
|
Histogram name, all jets, KT, D=1 (name).
|
|
|
R=0.7 cone jets histogram, standard cuts (name).
|
|
|
Histogram name, standard jets, KT, D=1 (name).
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001