CMS 3D CMS Logo

AlignPCLThresholds_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  *************************************************/
23 
24  /************************************************
25  Compare AlignPCLThresholds mapping
26  *************************************************/
27  using AlignPCLThresholds_Compare =
29  using AlignPCLThresholds_CompareTwoTags =
31 
32 } // namespace
33 
34 // Register the classes as boost python plugin
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)
#define PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME)