Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

recocert::MuonHists Class Reference

Muon histograms. More...

#include <MuonHists.hpp>

Inheritance diagram for recocert::MuonHists::

recocert::HistSets List of all members.

Public Methods

 MuonHists (const std::string name, HepRootFileManager *manager=NULL)
 Constructor.

void fill (const std::list< MuonId > muonList)
 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.


Detailed Description

Muon histograms.


Constructor & Destructor Documentation

recocert::MuonHists::MuonHists ( const std::string name,
HepRootFileManager * manager = NULL )
 

Constructor.


Member Function Documentation

void recocert::MuonHists::create ( const edm::RCP * rcp ) [private, virtual]
 

Create the actual histograms.

Reimplemented from recocert::HistSets.

void recocert::MuonHists::draw ( const int & level = 0,
TPostScript * psfile = NULL,
std::vector< HistSets *> * overlaySet = NULL ) [virtual]
 

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.

void recocert::MuonHists::fill ( const std::list< MuonId > muonList )
 

Fill histograms.

void recocert::MuonHists::stat ( std::ostream & out,
const int & level = 0 ) [virtual]
 

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.


The documentation for this class was generated from the following file:
Generated at Sat Oct 4 20:18:33 2003 for recocert by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001