CMS 3D CMS Logo

Enumerations | Functions
SiPixelTemplateDBObject_PayloadInspector.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#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 "CondCore/SiPixelPlugins/interface/Phase1PixelMaps.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelTemplateDBObject.h"
#include "CondFormats/SiPixelTransient/interface/SiPixelTemplate.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/DetId/interface/DetId.h"
#include <memory>
#include <map>
#include <sstream>
#include <iostream>
#include <algorithm>
#include <boost/range/adaptor/indexed.hpp>
#include "TH2.h"
#include "TProfile2D.h"
#include "TH2Poly.h"
#include "TGraph.h"
#include "TH2F.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.

Enumerations

enum  MapType
 

Functions

 BOOST_PYTHON_MODULE (pluginSiPixelTemplateDBObject_PayloadInspector)
 

Enumeration Type Documentation

◆ MapType

enum MapType

Definition at line 51 of file SiPixelTemplateDBObject_PayloadInspector.cc.

51 { t_barrel = 0, t_forward = 1 };

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginSiPixelTemplateDBObject_PayloadInspector  )

Definition at line 409 of file SiPixelTemplateDBObject_PayloadInspector.cc.

409  {
410  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateDBObjectTest);
411  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateHeaderTable);
412  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateIDsBPixMap);
413  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateIDsFPixMap);
414  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateLABPixMap);
415  PAYLOAD_INSPECTOR_CLASS(SiPixelTemplateLAFPixMap);
416 }

References PAYLOAD_INSPECTOR_CLASS.

PAYLOAD_INSPECTOR_CLASS
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
Definition: PayloadInspectorModule.h:10