CMS 3D CMS Logo

Functions
EcalSimPulseShape_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/EcalPlugins/plugins/EcalDrawUtils.h"
#include "CondFormats/EcalObjects/interface/EcalSimPulseShape.h"
#include "TProfile.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TLine.h"
#include "TLatex.h"
#include "TMarker.h"
#include <string>

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (pluginEcalSimPulseShape_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginEcalSimPulseShape_PayloadInspector  )

Definition at line 184 of file EcalSimPulseShape_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

184  {
185  PAYLOAD_INSPECTOR_CLASS( EcalSimPulseShapeProfile);
186 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)