CMS 3D CMS Logo

Functions
RunInfo_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/RunInfo/interface/RunInfo.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondCore/RunInfoPlugins/interface/RunInfoPayloadInspectoHelper.h"
#include <memory>
#include <sstream>
#include <iostream>
#include "TProfile.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 "TPaletteAxis.h"

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (pluginRunInfo_PayloadInspector)
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pluginRunInfo_PayloadInspector  )

Definition at line 251 of file RunInfo_PayloadInspector.cc.

251  {
252  PAYLOAD_INSPECTOR_CLASS(RunInfoTest);
253  PAYLOAD_INSPECTOR_CLASS(RunInfoParameters);
254  PAYLOAD_INSPECTOR_CLASS(RunInfoStopCurrentHistory);
255  PAYLOAD_INSPECTOR_CLASS(RunInfoAverageCurrentHistory);
256  PAYLOAD_INSPECTOR_CLASS(RunInfoMaxCurrentHistory);
257  PAYLOAD_INSPECTOR_CLASS(RunInfoMinCurrentHistory);
258  PAYLOAD_INSPECTOR_CLASS(RunInfoBFieldHistory);
259 }

References PAYLOAD_INSPECTOR_CLASS.

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