CMS 3D CMS Logo

Enumerations | Functions
AlignPCLThresholds_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/PCLConfig/interface/AlignPCLThresholds.h"
#include <memory>
#include <sstream>
#include <iostream>
#include <functional>
#include "TH2F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"

Go to the source code of this file.

Enumerations

enum  types
 

Functions

 BOOST_PYTHON_MODULE (pluginAlignPCLThresholds_PayloadInspector)
 

Enumeration Type Documentation

enum types

Definition at line 30 of file AlignPCLThresholds_PayloadInspector.cc.

30  {DELTA,
31  SIG,
32  MAXMOVE,
33  MAXERR,
34  END_OF_TYPES};
double const DELTA
Definition: Constants.h:21

Function Documentation

BOOST_PYTHON_MODULE ( pluginAlignPCLThresholds_PayloadInspector  )

Definition at line 150 of file AlignPCLThresholds_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

150  {
151  PAYLOAD_INSPECTOR_CLASS(AlignPCLThresholds_Display);
152 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)