CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
BeamSpot_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/JsonPrinter.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondCore/CondDB/interface/PayloadReader.h"
#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"
#include <sstream>

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (pluginBeamSpot_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginBeamSpot_PayloadInspector  )

Definition at line 116 of file BeamSpot_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

116  {
117  PAYLOAD_INSPECTOR_CLASS( BeamSpotPlot_x );
118  PAYLOAD_INSPECTOR_CLASS( BeamSpotPlot_y );
119  PAYLOAD_INSPECTOR_CLASS( BeamSpotPlot_xy );
120 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)