CMS 3D CMS Logo

Functions
AlignPCLThresholds_PayloadInspector.cc File Reference
#include "CondFormats/PCLConfig/interface/AlignPCLThresholds.h"
#include "SiPixelAliPCLThresholdsPayloadInspectorHelper.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginAlignPCLThresholds_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginAlignPCLThresholds_PayloadInspector  ,
 
)

Definition at line 35 of file AlignPCLThresholds_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

35  {
36  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholds_Display);
37  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholds_Compare);
38  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholds_CompareTwoTags);
39 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)