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 ( pluginRunInfo_PayloadInspector  )

Definition at line 225 of file RunInfo_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

225  {
226  PAYLOAD_INSPECTOR_CLASS( RunInfoTest );
227  PAYLOAD_INSPECTOR_CLASS( RunInfoParameters ) ;
228  PAYLOAD_INSPECTOR_CLASS( RunInfoStopCurrentHistory ) ;
229  PAYLOAD_INSPECTOR_CLASS( RunInfoAverageCurrentHistory) ;
230  PAYLOAD_INSPECTOR_CLASS( RunInfoMaxCurrentHistory ) ;
231  PAYLOAD_INSPECTOR_CLASS( RunInfoMinCurrentHistory ) ;
232  PAYLOAD_INSPECTOR_CLASS( RunInfoBFieldHistory ) ;
233 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)