CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
AbstractHistogram Struct Reference

#include <AbstractHistogram.h>

Public Member Functions

 ~AbstractHistogram ()
 

Public Attributes

int count = 0
 
GeometryInterface::InterestingQuantities iq_sample
 
MonitorElementme = 0
 
TH1 * th1 = 0
 

Detailed Description

Definition at line 21 of file AbstractHistogram.h.

Constructor & Destructor Documentation

AbstractHistogram::~AbstractHistogram ( )
inline

Definition at line 30 of file AbstractHistogram.h.

References me, and th1.

30  {
31  // if both are set the ME should own the TH1
32  if (th1 && !me) {
33  //std::cout << "+++ Deleting " << th1->GetTitle() << "\n";
34  delete th1;
35  }
36  };
MonitorElement * me

Member Data Documentation

int AbstractHistogram::count = 0

Definition at line 23 of file AbstractHistogram.h.

Referenced by HistogramManager::executeExtend().

GeometryInterface::InterestingQuantities AbstractHistogram::iq_sample
MonitorElement* AbstractHistogram::me = 0
TH1* AbstractHistogram::th1 = 0