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

recocert::JetHists Class Reference

A standard set of jet histograms. More...

#include <JetHists.hpp>

Inheritance diagram for recocert::JetHists::

recocert::HistSets List of all members.

Public Methods

 JetHists (const std::string name, HepRootFileManager *manager=NULL)
 Construct a set of jet histograms with a given name.

void fill (const std::vector< jetid::Jet > *jets, const cuts::Cut< jetid::Jet > *cut=NULL)
 Fill histograms for a collection of jets, optionally applying user supplied cut.

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

d0cuts::Pt<jetid::Jet> jetPT
d0cuts::Eta<jetid::Jet> jetETA
d0cuts::Phi<jetid::Jet> jetPHI
jetid::EMF<jetid::Jet> jetEMF
jetid::CHF<jetid::Jet> jetCHF
jetid::HOTF<jetid::Jet> jetHOTF
jetid::N90<jetid::Jet> jetN90
jetid::F90<jetid::Jet> jetF90

Detailed Description

A standard set of jet histograms.


Constructor & Destructor Documentation

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

Construct a set of jet histograms with a given name.


Member Function Documentation

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

Create the actual histograms.

Reimplemented from recocert::HistSets.

void recocert::JetHists::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::JetHists::fill ( const std::vector< jetid::Jet > * jets,
const cuts::Cut< jetid::Jet > * cut = NULL )
 

Fill histograms for a collection of jets, optionally applying user supplied cut.

void recocert::JetHists::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.


Member Data Documentation

jetid::CHF<jetid::Jet> recocert::JetHists::jetCHF [private]
 

jetid::EMF<jetid::Jet> recocert::JetHists::jetEMF [private]
 

d0cuts::Eta<jetid::Jet> recocert::JetHists::jetETA [private]
 

jetid::F90<jetid::Jet> recocert::JetHists::jetF90 [private]
 

jetid::HOTF<jetid::Jet> recocert::JetHists::jetHOTF [private]
 

jetid::N90<jetid::Jet> recocert::JetHists::jetN90 [private]
 

d0cuts::Phi<jetid::Jet> recocert::JetHists::jetPHI [private]
 

d0cuts::Pt<jetid::Jet> recocert::JetHists::jetPT [private]
 


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