CMS 3D CMS Logo

Functions
TrackerSurfaceDeformations_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/AlignmentSurfaceDeformations.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.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 "TGaxis.h"
#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 (pluginTrackerSurfaceDeformations_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginTrackerSurfaceDeformations_PayloadInspector  )

Definition at line 789 of file TrackerSurfaceDeformations_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

789  {
790  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsTest);
791  PAYLOAD_INSPECTOR_CLASS(BPixSurfaceDeformationsSummary);
792  PAYLOAD_INSPECTOR_CLASS(FPixSurfaceDeformationsSummary);
793  PAYLOAD_INSPECTOR_CLASS(TIBSurfaceDeformationsSummary);
794  PAYLOAD_INSPECTOR_CLASS(TIDSurfaceDeformationsSummary);
795  PAYLOAD_INSPECTOR_CLASS(TOBSurfaceDeformationsSummary);
796  PAYLOAD_INSPECTOR_CLASS(TECSurfaceDeformationsSummary);
797  PAYLOAD_INSPECTOR_CLASS(BPixSurfaceDeformationsComparison);
798  PAYLOAD_INSPECTOR_CLASS(FPixSurfaceDeformationsComparison);
799  PAYLOAD_INSPECTOR_CLASS(TIBSurfaceDeformationsComparison);
800  PAYLOAD_INSPECTOR_CLASS(TIDSurfaceDeformationsComparison);
801  PAYLOAD_INSPECTOR_CLASS(TOBSurfaceDeformationsComparison);
802  PAYLOAD_INSPECTOR_CLASS(TECSurfaceDeformationsComparison);
803  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter0TrackerMap);
804  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter1TrackerMap);
805  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter2TrackerMap);
806  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter3TrackerMap);
807  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter4TrackerMap);
808  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter5TrackerMap);
809  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter6TrackerMap);
810  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter7TrackerMap);
811  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter8TrackerMap);
812  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter9TrackerMap);
813  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter10TrackerMap);
814  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter11TrackerMap);
815  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter12TrackerMap);
816  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter0TkMapDelta);
817  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter1TkMapDelta);
818  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter2TkMapDelta);
819  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter3TkMapDelta);
820  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter4TkMapDelta);
821  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter5TkMapDelta);
822  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter6TkMapDelta);
823  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter7TkMapDelta);
824  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter8TkMapDelta);
825  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter9TkMapDelta);
826  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter10TkMapDelta);
827  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter11TkMapDelta);
828  PAYLOAD_INSPECTOR_CLASS(SurfaceDeformationParameter12TkMapDelta);
829  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar0Comparator);
830  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar1Comparator);
831  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar2Comparator);
832  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar3Comparator);
833  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar4Comparator);
834  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar5Comparator);
835  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar6Comparator);
836  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar7Comparator);
837  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar8Comparator);
838  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar9Comparator);
839  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar10Comparator);
840  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar11Comparator);
841  PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar12Comparator);
842 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)