CMS 3D CMS Logo

Enumerations | Functions
BeamSpot_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"
#include <memory>
#include <sstream>
#include "TCanvas.h"
#include "TH2F.h"

Go to the source code of this file.

Enumerations

enum  parameters
 

Functions

 BOOST_PYTHON_MODULE (pluginBeamSpot_PayloadInspector)
 

Enumeration Type Documentation

enum parameters

Function Documentation

BOOST_PYTHON_MODULE ( pluginBeamSpot_PayloadInspector  )

Definition at line 369 of file BeamSpot_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

369  {
370  PAYLOAD_INSPECTOR_CLASS(BeamSpot_hx);
371  PAYLOAD_INSPECTOR_CLASS(BeamSpot_rhx);
372  PAYLOAD_INSPECTOR_CLASS(BeamSpot_x);
373  PAYLOAD_INSPECTOR_CLASS(BeamSpot_y);
374  PAYLOAD_INSPECTOR_CLASS(BeamSpot_xy);
375  PAYLOAD_INSPECTOR_CLASS(BeamSpotParameters);
376  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryX);
377  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryY);
378  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryZ);
379  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaX);
380  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaY);
381  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaZ);
382  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorydXdZ);
383  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorydYdZ);
384  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryX);
385  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryY);
386  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryZ);
387  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaX);
388  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaY);
389  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaZ);
390  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorydXdZ);
391  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorydYdZ);
392  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryX);
393  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryY);
394  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryZ);
395  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaX);
396  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaY);
397  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaZ);
398  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorydXdZ);
399  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorydYdZ);
400 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)