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 306 of file BeamSpot_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

306  {
307  PAYLOAD_INSPECTOR_CLASS( BeamSpot_hx );
308  PAYLOAD_INSPECTOR_CLASS( BeamSpot_rhx );
309  PAYLOAD_INSPECTOR_CLASS( BeamSpot_x );
310  PAYLOAD_INSPECTOR_CLASS( BeamSpot_y );
311  PAYLOAD_INSPECTOR_CLASS( BeamSpot_xy );
312  PAYLOAD_INSPECTOR_CLASS( BeamSpotParameters );
313  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistoryX );
314  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistoryY );
315  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistoryZ );
316  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistorySigmaX );
317  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistorySigmaY );
318  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistorySigmaZ );
319  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistorydXdZ );
320  PAYLOAD_INSPECTOR_CLASS( BeamSpot_HistorydYdZ );
321  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistoryX );
322  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistoryY );
323  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistoryZ );
324  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistorySigmaX );
325  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistorySigmaY );
326  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistorySigmaZ );
327  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistorydXdZ );
328  PAYLOAD_INSPECTOR_CLASS( BeamSpot_RunHistorydYdZ );
329  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistoryX );
330  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistoryY );
331  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistoryZ );
332  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistorySigmaX );
333  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistorySigmaY );
334  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistorySigmaZ );
335  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistorydXdZ );
336  PAYLOAD_INSPECTOR_CLASS( BeamSpot_TimeHistorydYdZ );
337 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)