#include "Validation/RecoTau/plugins/DQMHistPlotter.h"
#include "Validation/RecoTau/plugins/dqmAuxFunctions.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include <TCanvas.h>
#include <TPad.h>
#include <TPostScript.h>
#include <TStyle.h>
#include <TROOT.h>
#include <TMath.h>
#include <iostream>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Typedefs | |
typedef std::pair< TH1 *, std::string > | histoDrawEntry |
Functions | |
template<class T > | |
void | checkCfgDef (const std::string &cfgEntryName, std::map< std::string, T > &def, int &errorFlag, const std::string &defType, const std::string &drawJobName) |
template<class T > | |
void | checkCfgDefs (const std::vector< std::string > &cfgEntryNames, std::map< std::string, T > &def, int &errorFlag, const std::string &defType, const std::string &drawJobName) |
void | drawHistograms (const std::list< histoDrawEntry > &histogramList, bool &isFirstHistogram) |
bool | find_vstring (const std::vector< std::string > &vs, const std::string &s) |
template<class T > | |
const T * | findCfgDef (const std::string &cfgEntryName, std::map< std::string, T > &def, const std::string &defType, const std::string &drawJobName) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< TauDQMHistPlotter > > | s_filler__LINE__ ("TauDQMHistPlotter") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TauDQMHistPlotter > > | s_maker__LINE__ ("TauDQMHistPlotter") |
Variables | |
const int | defaultCanvasSizeX = 800 |
const int | defaultCanvasSizeY = 600 |
const std::string | defaultDrawOption = "" |
const std::string | defaultDrawOptionLegend = "lpf" |
const int | defaultFillColor = 0 |
const int | defaultFillStyle = 1001 |
const int | defaultLabelBorderSize = 0 |
const int | defaultLabelFillColor = 0 |
const std::string | defaultLabelOptions = "brNDC" |
const double | defaultLabelPosX = 0.66 |
const double | defaultLabelPosY = 0.82 |
const double | defaultLabelSizeX = 0.26 |
const double | defaultLabelSizeY = 0.10 |
const int | defaultLabelTextAlign = 22 |
const double | defaultLabelTextAngle = 0. |
const int | defaultLabelTextColor = 1 |
const double | defaultLabelTextSize = 0.05 |
const int | defaultLegendBorderSize = 0 |
const int | defaultLegendFillColor = 0 |
const std::string | defaultLegendHeader = "" |
const std::string | defaultLegendOptions = "brNDC" |
const double | defaultLegendPosX = 0.50 |
const double | defaultLegendPosY = 0.55 |
const double | defaultLegendSizeX = 0.39 |
const double | defaultLegendSizeY = 0.34 |
const int | defaultLineColor = 0 |
const int | defaultLineStyle = 1 |
const int | defaultLineWidth = 2 |
const int | defaultMarkerColor = 1 |
const int | defaultMarkerSize = 1 |
const int | defaultMarkerStyle = 2 |
const double | defaultMaxX = -1. |
const double | defaultMaxY_linear = -1. |
const double | defaultMaxY_log = -1. |
const double | defaultMinX = -1. |
const double | defaultMinY_linear = 0. |
const double | defaultMinY_log = 1.e-2 |
const double | defaultXaxisTitleOffset = 1.0 |
const double | defaultXaxisTitleSize = 0.05 |
const double | defaultYaxisMaximumScaleFactor_linear = 1.6 |
const double | defaultYaxisMaximumScaleFactor_log = 5.e+2 |
const double | defaultYaxisTitleOffset = 1.0 |
const double | defaultYaxisTitleSize = 0.05 |
const std::string | defaultYscale = yScale_linear |
const std::string | drawOption_eBand = "eBand" |
const std::string | drawOptionSeparator = "#.#" |
const std::string | type_bsmMC = "bsmMC" |
const std::string | type_Data = "Data" |
const std::string | type_smMC = "smMC" |
const std::string | type_smSumMC = "smSumMC" |
const int | verbosity = 0 |
const std::string | yScale_linear = "linear" |
const std::string | yScale_log = "log" |
typedef std::pair<TH1*, std::string> histoDrawEntry |
Definition at line 137 of file DQMHistPlotter.cc.
void checkCfgDef | ( | const std::string & | cfgEntryName, |
std::map< std::string, T > & | def, | ||
int & | errorFlag, | ||
const std::string & | defType, | ||
const std::string & | drawJobName | ||
) |
Definition at line 93 of file DQMHistPlotter.cc.
References spu::def().
Referenced by checkCfgDefs().
void checkCfgDefs | ( | const std::vector< std::string > & | cfgEntryNames, |
std::map< std::string, T > & | def, | ||
int & | errorFlag, | ||
const std::string & | defType, | ||
const std::string & | drawJobName | ||
) |
Definition at line 106 of file DQMHistPlotter.cc.
References checkCfgDef(), and spu::def().
void drawHistograms | ( | const std::list< histoDrawEntry > & | histogramList, |
bool & | isFirstHistogram | ||
) |
Definition at line 139 of file DQMHistPlotter.cc.
References histoStyle::drawOption, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by TauDQMHistPlotter::endRun().
bool find_vstring | ( | const std::vector< std::string > & | vs, |
const std::string & | s | ||
) |
Definition at line 151 of file DQMHistPlotter.cc.
References alignCSCRings::s.
Referenced by TauDQMHistPlotter::TauDQMHistPlotter().
const T* findCfgDef | ( | const std::string & | cfgEntryName, |
std::map< std::string, T > & | def, | ||
const std::string & | defType, | ||
const std::string & | drawJobName | ||
) |
|
static |
|
static |
const int defaultCanvasSizeX = 800 |
Definition at line 85 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::TauDQMHistPlotter().
const int defaultCanvasSizeY = 600 |
Definition at line 86 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::TauDQMHistPlotter().
const std::string defaultDrawOption = "" |
Definition at line 79 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const std::string defaultDrawOptionLegend = "lpf" |
Definition at line 80 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultFillColor = 0 |
Definition at line 77 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultFillStyle = 1001 |
Definition at line 78 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultLabelBorderSize = 0 |
Definition at line 63 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const int defaultLabelFillColor = 0 |
Definition at line 64 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const std::string defaultLabelOptions = "brNDC" |
Definition at line 62 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelPosX = 0.66 |
Definition at line 58 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelPosY = 0.82 |
Definition at line 59 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelSizeX = 0.26 |
Definition at line 60 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelSizeY = 0.10 |
Definition at line 61 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const int defaultLabelTextAlign = 22 |
Definition at line 67 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelTextAngle = 0. |
Definition at line 68 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const int defaultLabelTextColor = 1 |
Definition at line 65 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const double defaultLabelTextSize = 0.05 |
Definition at line 66 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel().
const int defaultLegendBorderSize = 0 |
Definition at line 54 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend().
const int defaultLegendFillColor = 0 |
Definition at line 55 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend().
const std::string defaultLegendHeader = "" |
Definition at line 52 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend().
const std::string defaultLegendOptions = "brNDC" |
Definition at line 53 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend().
const double defaultLegendPosX = 0.50 |
Definition at line 48 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), and TauDQMHistPlotter::endRun().
const double defaultLegendPosY = 0.55 |
Definition at line 49 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), and TauDQMHistPlotter::endRun().
const double defaultLegendSizeX = 0.39 |
Definition at line 50 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), and TauDQMHistPlotter::endRun().
const double defaultLegendSizeY = 0.34 |
Definition at line 51 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), and TauDQMHistPlotter::endRun().
const int defaultLineColor = 0 |
Definition at line 74 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultLineStyle = 1 |
Definition at line 75 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultLineWidth = 2 |
Definition at line 76 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultMarkerColor = 1 |
Definition at line 71 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultMarkerSize = 1 |
Definition at line 72 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const int defaultMarkerStyle = 2 |
Definition at line 73 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption().
const double defaultMaxX = -1. |
Definition at line 30 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisX::applyTo(), and TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX().
const double defaultMaxY_linear = -1. |
Definition at line 37 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::applyTo(), and TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const double defaultMaxY_log = -1. |
Definition at line 38 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::applyTo(), and TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const double defaultMinX = -1. |
Definition at line 29 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisX::applyTo(), and TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX().
const double defaultMinY_linear = 0. |
Definition at line 35 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const double defaultMinY_log = 1.e-2 |
Definition at line 36 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const double defaultXaxisTitleOffset = 1.0 |
Definition at line 31 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX().
const double defaultXaxisTitleSize = 0.05 |
Definition at line 32 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX().
const double defaultYaxisMaximumScaleFactor_linear = 1.6 |
Definition at line 44 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::applyTo().
const double defaultYaxisMaximumScaleFactor_log = 5.e+2 |
Definition at line 45 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::applyTo().
const double defaultYaxisTitleOffset = 1.0 |
Definition at line 42 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const double defaultYaxisTitleSize = 0.05 |
Definition at line 43 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const std::string defaultYscale = yScale_linear |
Definition at line 41 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY().
const std::string drawOption_eBand = "eBand" |
Definition at line 82 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::endRun().
const std::string drawOptionSeparator = "#.#" |
Definition at line 88 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::TauDQMHistPlotter().
const std::string type_bsmMC = "bsmMC" |
Definition at line 24 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
const std::string type_Data = "Data" |
Definition at line 26 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
const std::string type_smMC = "smMC" |
Definition at line 23 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
const std::string type_smSumMC = "smSumMC" |
Definition at line 25 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
const int verbosity = 0 |
Definition at line 90 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX(), TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY(), TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob(), TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption(), TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel(), TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), TauDQMHistPlotter::cfgEntryProcess::cfgEntryProcess(), TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
const std::string yScale_linear = "linear" |
Definition at line 39 of file DQMHistPlotter.cc.
const std::string yScale_log = "log" |
Definition at line 40 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryAxisY::applyTo(), and TauDQMHistPlotter::endRun().