CMS 3D CMS Logo

Functions
SiStripNoises_PayloadInspector.cc File Reference
#include "CondCore/Utilities/interface/PayloadInspectorModule.h"
#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "CondCore/CondDB/interface/Time.h"
#include "CondFormats/SiStripObjects/interface/SiStripNoises.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiStripDetId/interface/StripSubdetector.h"
#include "CondFormats/SiStripObjects/interface/SiStripDetSummary.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CommonTools/TrackerMap/interface/TrackerMap.h"
#include "CondCore/SiStripPlugins/interface/SiStripPayloadInspectorHelper.h"
#include "CalibTracker/StandaloneTrackerTopology/interface/StandaloneTrackerTopology.h"
#include "CalibTracker/SiStripCommon/interface/SiStripDetInfoFileReader.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include <memory>
#include <sstream>
#include <iostream>
#include "TH2F.h"
#include "TF1.h"
#include "TGraphErrors.h"
#include "TLegend.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TStyle.h"
#include "TLatex.h"
#include "TPave.h"
#include "TPaveStats.h"
#include "TGaxis.h"

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (pluginSiStripNoises_PayloadInspector)
 

Function Documentation

BOOST_PYTHON_MODULE ( pluginSiStripNoises_PayloadInspector  )

Definition at line 1286 of file SiStripNoises_PayloadInspector.cc.

References PAYLOAD_INSPECTOR_CLASS.

1286  {
1287  PAYLOAD_INSPECTOR_CLASS(SiStripNoisesTest);
1288  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValue);
1289  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValuePerStrip);
1290  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValuePerAPV);
1291  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValuePerModule);
1292  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValueComparison);
1293  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValueComparisonPerStrip);
1294  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValueComparisonPerAPV);
1295  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseValueComparisonPerModule);
1296  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMin_TrackerMap);
1297  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMax_TrackerMap);
1298  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMean_TrackerMap);
1299  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseRMS_TrackerMap);
1300  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMeanByRegion);
1301  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMinByRegion);
1302  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMaxByRegion);
1303  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseRMSByRegion);
1304  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseComparatorMeanByRegion);
1305  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseComparatorMinByRegion);
1306  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseComparatorMaxByRegion);
1307  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseComparatorRMSByRegion);
1308  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMin_RatioWithPreviousIOV1sigmaTrackerMap);
1309  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMax_RatioWithPreviousIOV1sigmaTrackerMap);
1310  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMean_RatioWithPreviousIOV1sigmaTrackerMap);
1311  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseRms_RatioWithPreviousIOV1sigmaTrackerMap);
1312  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMin_RatioWithPreviousIOV2sigmaTrackerMap);
1313  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMax_RatioWithPreviousIOV2sigmaTrackerMap);
1314  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMean_RatioWithPreviousIOV2sigmaTrackerMap);
1315  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseRms_RatioWithPreviousIOV2sigmaTrackerMap);
1316  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMin_RatioWithPreviousIOV3sigmaTrackerMap);
1317  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMax_RatioWithPreviousIOV3sigmaTrackerMap);
1318  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseMean_RatioWithPreviousIOV3sigmaTrackerMap);
1319  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseRms_RatioWithPreviousIOV3sigmaTrackerMap);
1320  PAYLOAD_INSPECTOR_CLASS(SiStripNoiseLinearity);
1321  PAYLOAD_INSPECTOR_CLASS(TIBNoiseHistory);
1322  PAYLOAD_INSPECTOR_CLASS(TOBNoiseHistory);
1323  PAYLOAD_INSPECTOR_CLASS(TIDNoiseHistory);
1324  PAYLOAD_INSPECTOR_CLASS(TECNoiseHistory);
1325  PAYLOAD_INSPECTOR_CLASS(TIBNoiseRunHistory);
1326  PAYLOAD_INSPECTOR_CLASS(TOBNoiseRunHistory);
1327  PAYLOAD_INSPECTOR_CLASS(TIDNoiseRunHistory);
1328  PAYLOAD_INSPECTOR_CLASS(TECNoiseRunHistory);
1329  PAYLOAD_INSPECTOR_CLASS(TIBNoiseTimeHistory);
1330  PAYLOAD_INSPECTOR_CLASS(TOBNoiseTimeHistory);
1331  PAYLOAD_INSPECTOR_CLASS(TIDNoiseTimeHistory);
1332  PAYLOAD_INSPECTOR_CLASS(TECNoiseTimeHistory);
1333 }
#define PAYLOAD_INSPECTOR_CLASS(CLASS_NAME)