CMS 3D CMS Logo

Functions
L1TUtmTriggerMenu_PayloadInspector.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/L1TObjects/interface/L1TUtmTriggerMenu.h"
#include "CondCore/L1TPlugins/interface/L1TUtmTriggerMenuPayloadInspectorHelper.h"
#include <memory>
#include <sstream>
#include <iostream>
#include "TH2F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TGraph.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (pluginL1TUtmTriggerMenu_PayloadInspector, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginL1TUtmTriggerMenu_PayloadInspector  ,
 
)

Definition at line 168 of file L1TUtmTriggerMenu_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

168  {
169  PAYLOAD_INSPECTOR_CLASS(L1TUtmTriggerMenuDisplayAlgos);
170  PAYLOAD_INSPECTOR_CLASS(L1TUtmTriggerMenu_CompareAlgos);
171  PAYLOAD_INSPECTOR_CLASS(L1TUtmTriggerMenu_CompareAlgosTwoTags);
172 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)