#include "DQMServices/Diagnostic/interface/HDQMInspector.h"
#include "DQM/SiStripHistoricInfoClient/interface/HDQMInspectorConfigTracking.h"
#include "DQMServices/Diagnostic/interface/DQMHistoryTrendsConfig.h"
#include "DQMServices/Diagnostic/interface/DQMHistoryCreateTrend.h"
#include <string>
#include "FWCore/FWLite/interface/AutoLibraryLoader.h"
#include <TROOT.h>
#include <TFile.h>
#include <TSystem.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | runTrackingInspector (const string &dbName, const string &tagName, const string &Password, const string &whiteListFile, const int Start, const int End, const int nRuns) |
void | TrackingHDQMInspector (const string &dbName, const string &tagName, const string &password, const string &whiteListFile, const int start, const int end) |
void | TrackingHDQMInspector (const string &dbName, const string &tagName, const string &password, const string &whiteListFile, const int nRuns) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 209 of file TrackingHDQMInspector.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, gather_cfg::cout, AutoLibraryLoader::enable(), and TrackingHDQMInspector().
void runTrackingInspector | ( | const string & | dbName, |
const string & | tagName, | ||
const string & | Password, | ||
const string & | whiteListFile, | ||
const int | Start, | ||
const int | End, | ||
const int | nRuns | ||
) |
Extraction of the summary information using DQMServices/Diagnostic/test/HDQMInspector.
The sqlite database should have been filled using the new SiPixelHistoryDQMService.
Definition at line 18 of file TrackingHDQMInspector.cc.
References DQMHistoryCreateTrend::closeFile(), HDQMInspectorConfigBase::computeIntegralList(), HDQMDatabaseProducer::config, DQMHistoryCreateTrend::setBlackList(), DQMHistoryCreateTrend::setDB(), DQMHistoryCreateTrend::setDebug(), DQMHistoryCreateTrend::setDoStat(), DQMHistoryCreateTrend::setSkip99s(), and DQMHistoryCreateTrend::setWhiteListFromFile().
void TrackingHDQMInspector | ( | const string & | dbName, |
const string & | tagName, | ||
const string & | password, | ||
const string & | whiteListFile, | ||
const int | start, | ||
const int | end | ||
) |
Definition at line 197 of file TrackingHDQMInspector.cc.
References runTrackingInspector().
Referenced by main().
void TrackingHDQMInspector | ( | const string & | dbName, |
const string & | tagName, | ||
const string & | password, | ||
const string & | whiteListFile, | ||
const int | nRuns | ||
) |
Definition at line 203 of file TrackingHDQMInspector.cc.
References runTrackingInspector().