#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondCore/SiPixelPlugins/interface/SiPixelPayloadInspectorHelper.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelTemplateDBObject.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelGenErrorDBObject.h"
#include "CondFormats/SiPixelTransient/interface/SiPixelTemplate.h"
#include "DQM/TrackerRemapper/interface/Phase1PixelMaps.h"
#include "DQM/TrackerRemapper/interface/Phase1PixelSummaryMap.h"
#include <type_traits>
#include <memory>
#include <sstream>
#include <fmt/printf.h>
#include <boost/range/adaptor/indexed.hpp>
#include "TH2F.h"
#include "TH1F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include "TGaxis.h"
Go to the source code of this file.
Namespaces | |
templateHelper | |
Enumerations | |
enum | templateHelper::headerParam { templateHelper::k_ID = 0, templateHelper::k_NTy = 1, templateHelper::k_NTyx = 2, templateHelper::k_NTxx = 3, templateHelper::k_Dtype = 4, templateHelper::k_qscale = 5, templateHelper::k_lorywidth = 6, templateHelper::k_lorxwidth = 7, templateHelper::k_lorybias = 8, templateHelper::k_lorxbias = 9, templateHelper::k_Vbias = 10, templateHelper::k_temperature = 11, templateHelper::k_fluence = 12, templateHelper::k_s50 = 13, templateHelper::k_ss50 = 14, templateHelper::k_title = 15, templateHelper::k_templ_version = 16, templateHelper::k_Bfield = 17, templateHelper::k_fbin = 18, templateHelper::k_END_OF_TYPES = 19 } |
Variables | |
static constexpr const char * | templateHelper::header_types [] |