CMS 3D CMS Logo

AlignPCLThresholdsHG_PayloadInspector.cc
Go to the documentation of this file.
1 
9 // the data format of the condition to be inspected
11 
12 // for the PI Helper
14 
15 namespace {
16 
17  using namespace cond::payloadInspector;
18 
19  /************************************************
20  Display of AlignPCLThresholds
21  *************************************************/
22  using AlignPCLThresholdsHG_Display =
24 
25  /************************************************
26  Compare AlignPCLThresholds mapping
27  *************************************************/
28  using AlignPCLThresholdsHG_Compare =
30  using AlignPCLThresholdsHG_CompareTwoTags =
32 
33 } // namespace
34 
35 // Register the classes as boost python plugin
37  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholdsHG_Display);
38  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholdsHG_Compare);
39  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholdsHG_CompareTwoTags);
40 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
#define PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME)