CMS 3D CMS Logo

Functions
TrackerAlignment_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/Alignment/interface/Alignments.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "CLHEP/Vector/RotationInterfaces.h"
#include "Alignment/CommonAlignment/interface/Utilities.h"
#include "CommonTools/TrackerMap/interface/TrackerMap.h"
#include "CondCore/AlignmentPlugins/interface/AlignmentPayloadInspectorHelper.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"
#include <memory>
#include <sstream>
#include <iostream>
#include "TH2F.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (pluginTrackerAlignment_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginTrackerAlignment_PayloadInspector  )

Definition at line 470 of file TrackerAlignment_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

470  {
471  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareX);
472  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareY);
473  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareZ);
474  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareAlpha);
475  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareBeta);
476  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentCompareGamma);
477  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryBPix);
478  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryFPix);
479  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTIB);
480  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTID);
481  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTOB);
482  PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentSummaryTEC);
483  PAYLOAD_INSPECTOR_CLASS(X_BPixBarycenterHistory);
484  PAYLOAD_INSPECTOR_CLASS(Y_BPixBarycenterHistory);
485  PAYLOAD_INSPECTOR_CLASS(Z_BPixBarycenterHistory);
486 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)