src
CondCore
PCLConfigPlugins
plugins
AlignPCLThresholds_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/AlignPCLThresholds.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
AlignPCLThresholds_Display =
AlignPCLThresholdPlotHelper::AlignPCLThresholds_DisplayBase<AlignPCLThresholds>
;
23
24
/************************************************
25
Compare AlignPCLThresholds mapping
26
*************************************************/
27
using
AlignPCLThresholds_Compare =
28
AlignPCLThresholdPlotHelper::AlignPCLThresholds_CompareBase<AlignPCLThresholds, MULTI_IOV, 1>
;
29
using
AlignPCLThresholds_CompareTwoTags =
30
AlignPCLThresholdPlotHelper::AlignPCLThresholds_CompareBase<AlignPCLThresholds, SINGLE_IOV, 2>
;
31
32
}
// namespace
33
34
// Register the classes as boost python plugin
35
PAYLOAD_INSPECTOR_MODULE
(
AlignPCLThresholds
) {
36
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholds_Display);
37
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholds_Compare);
38
PAYLOAD_INSPECTOR_CLASS
(AlignPCLThresholds_CompareTwoTags);
39
}
cond::payloadInspector
Definition:
PayloadInspector.h:45
AlignPCLThresholds
Definition:
AlignPCLThresholds.h:12
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
PAYLOAD_INSPECTOR_MODULE
#define PAYLOAD_INSPECTOR_MODULE(PAYLOAD_TYPENAME)
Definition:
PayloadInspectorModule.h:8
AlignPCLThresholds.h
Generated for CMSSW Reference Manual by
1.8.14