src
CondCore
PCLConfigPlugins
plugins
AlignPCLThresholdsHG_PayloadInspector.cc
Go to the documentation of this file.
1
9
// the data format of the condition to be inspected
10
#include "
CondFormats/PCLConfig/interface/AlignPCLThresholdsHG.h
"
11
12
// for the PI Helper
13
#include "
SiPixelAliPCLThresholdsPayloadInspectorHelper.h
"
14
15
namespace
{
16
17
using namespace
cond::payloadInspector
;
18
19
/************************************************
20
Display of AlignPCLThresholds
21
*************************************************/
22
using
AlignPCLThresholdsHG_Display =
23
AlignPCLThresholdPlotHelper::AlignPCLThresholds_DisplayBase<AlignPCLThresholdsHG>
;
24
25
/************************************************
26
Compare AlignPCLThresholds mapping
27
*************************************************/
28
using
AlignPCLThresholdsHG_Compare =
29
AlignPCLThresholdPlotHelper::AlignPCLThresholds_CompareBase<AlignPCLThresholdsHG, MULTI_IOV, 1>
;
30
using
AlignPCLThresholdsHG_CompareTwoTags =
31
AlignPCLThresholdPlotHelper::AlignPCLThresholds_CompareBase<AlignPCLThresholdsHG, SINGLE_IOV, 2>
;
32
33
}
// namespace
34
35
// Register the classes as boost python plugin
36
PAYLOAD_INSPECTOR_MODULE
(
AlignPCLThresholdsHG
) {
37
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholdsHG_Display);
38
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholdsHG_Compare);
39
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholdsHG_CompareTwoTags);
40
}
cond::payloadInspector
Definition:
PayloadInspector.h:45
AlignPCLThresholdPlotHelper::AlignPCLThresholds_DisplayBase
Definition:
SiPixelAliPCLThresholdsPayloadInspectorHelper.h:86
PAYLOAD_INSPECTOR_CLASS
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)
Definition:
PayloadInspectorModule.h:10
SiPixelAliPCLThresholdsPayloadInspectorHelper.h
AlignPCLThresholdPlotHelper::AlignPCLThresholds_CompareBase
Definition:
SiPixelAliPCLThresholdsPayloadInspectorHelper.h:209
AlignPCLThresholdsHG
Definition:
AlignPCLThresholdsHG.h:11
PAYLOAD_INSPECTOR_MODULE
#define PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME)
Definition:
PayloadInspectorModule.h:8
AlignPCLThresholdsHG.h
Generated for CMSSW Reference Manual by
1.8.14