CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
HistogramManager.cc File Reference
#include "DQM/SiPixelPhase1Common/interface/HistogramManager.h"
#include <sstream>
#include <boost/algorithm/string.hpp>
#include "FWCore/Framework/interface/ESHandle.h"
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
#include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Macros

#define SET_AXIS(to, from)
 

Macro Definition Documentation

#define SET_AXIS (   to,
  from 
)
Value:
mei.to##label = from##label; \
mei.range_##to##_min = this->range_##from##_min; \
mei.range_##to##_max = this->range_##from##_max; \
mei.range_##to##_nbins = this->range_##from##_nbins

Referenced by HistogramManager::book().