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

Public Methods | |
| SmtClusterHDHists (const std::string &name, bool useHdisks, HepRootFileManager *manager=NULL) | |
| Constructor. | |
| void | fill (const std::list< SmtCluster > SmtClusters) |
| Fill histograms. | |
| void | draw (const int &level=0, TPostScript *psfile=NULL, std::vector< HistSets *> *overlaySet=NULL) |
| Draw standard plots. More... | |
| void | stat (std::ostream &out, const int &level=0) |
| Print summary statistics. More... | |
Private Methods | |
| void | create (const edm::RCP *rcp) |
| Create the actual histograms. | |
Private Attributes | |
| bool | _useHdisks |
|
|
Constructor.
|
|
|
Create the actual histograms.
Reimplemented from recocert::HistSets. |
|
|
Draw standard plots. 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. This method can also optionally overlay histograms from other sets, by supplying a collection of other sets. Implementation depends on the concrete class (e.g. normalization choices, color choices, etc.). Reimplemented from recocert::HistSets. |
|
|
Fill histograms.
|
|
|
Print summary 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::HistSets. |
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001