Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:31

0001 /****************************************************************************
0002  *
0003  * This is a part of PPS PI software.
0004  *
0005  ****************************************************************************/
0006 
0007 #include "CondCore/Utilities/interface/PayloadInspectorModule.h"
0008 #include "CondCore/Utilities/interface/PayloadInspector.h"
0009 #include "CondCore/CondDB/interface/Time.h"
0010 #include "CondCore/CondDB/interface/PayloadReader.h"
0011 #include "CondFormats/PPSObjects/interface/PPSAlignmentConfiguration.h"
0012 #include "CondCore/CTPPSPlugins/interface/PPSAlignmentConfigurationHelper.h"
0013 
0014 namespace {
0015   typedef AlignmentPayloadInfo<PPSAlignmentConfiguration> PPSAlignmentConfig_Payload_TextInfo;
0016 }
0017 
0018 PAYLOAD_INSPECTOR_MODULE(PPSAlignmentConfiguration) { PAYLOAD_INSPECTOR_CLASS(PPSAlignmentConfig_Payload_TextInfo); }