CMS 3D CMS Logo

Functions
BeamSpot_PayloadInspector.cc File Reference
#include "CondCore/BeamSpotPlugins/interface/BeamSpotPayloadInspectorHelper.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginBeamSpot_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginBeamSpot_PayloadInspector  ,
 
)

Definition at line 109 of file BeamSpot_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

109  {
110  PAYLOAD_INSPECTOR_CLASS(BeamSpot_hx);
111  PAYLOAD_INSPECTOR_CLASS(BeamSpot_rhx);
112  PAYLOAD_INSPECTOR_CLASS(BeamSpot_x);
113  PAYLOAD_INSPECTOR_CLASS(BeamSpot_y);
114  PAYLOAD_INSPECTOR_CLASS(BeamSpot_xy);
115  PAYLOAD_INSPECTOR_CLASS(BeamSpotParameters);
116  PAYLOAD_INSPECTOR_CLASS(BeamSpotParametersDiffSingleTag);
117  PAYLOAD_INSPECTOR_CLASS(BeamSpotParametersDiffTwoTags);
118  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryX);
119  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryY);
120  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistoryZ);
121  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaX);
122  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaY);
123  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorySigmaZ);
124  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorydXdZ);
125  PAYLOAD_INSPECTOR_CLASS(BeamSpot_HistorydYdZ);
126  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryX);
127  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryY);
128  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistoryZ);
129  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaX);
130  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaY);
131  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorySigmaZ);
132  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorydXdZ);
133  PAYLOAD_INSPECTOR_CLASS(BeamSpot_RunHistorydYdZ);
134  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryX);
135  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryY);
136  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistoryZ);
137  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaX);
138  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaY);
139  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorySigmaZ);
140  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorydXdZ);
141  PAYLOAD_INSPECTOR_CLASS(BeamSpot_TimeHistorydYdZ);
142 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)