#include <Riostream.h>
#include <TDirectory.h>
#include <TFile.h>
#include <TROOT.h>
#include <TStyle.h>
#include <TKey.h>
#include <TH1.h>
#include <TH2.h>
#include <TH2D.h>
#include <TCanvas.h>
#include <TGraph.h>
#include <TPaveStats.h>
#include <TText.h>
#include <TLegend.h>
#include <string.h>
#include <utility>
#include <vector>
#include <sstream>
#include <algorithm>
#include <TString.h>
#include <TColor.h>
#include <dirent.h>
Go to the source code of this file.
Functions | |
void | get_difference (vector< int >, vector< int >, vector< int > &) |
int | get_filename (int, string, string &) |
int | main (int argc, char *argv[]) |
void | modulediff (int run_2, string repro_run2) |
int | read_badmodlist (int, string, vector< int > &) |
int | search_closest_run (int, string) |
void get_difference | ( | vector< int > | badlist1, |
vector< int > | badlist2, | ||
vector< int > & | difflist | ||
) |
int get_filename | ( | int | run, |
string | repro_type, | ||
string & | filename | ||
) |
Definition at line 201 of file modulediff.cc.
References gather_cfg::cout, dqmPostProcessing_online::DIR, fileCollector::dqmfile, NULL, DTTTrigCorrFirst::run, fileCollector::runstr, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by read_badmodlist(), and search_closest_run().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 32 of file modulediff.cc.
References gather_cfg::cout, modulediff(), and compare_using_db::run2.
void modulediff | ( | int | run_2, |
string | repro_run2 | ||
) |
Definition at line 51 of file modulediff.cc.
References gather_cfg::cout, get_difference(), i, prof2calltree::namefile, getDQMSummary::outfile, read_badmodlist(), and search_closest_run().
Referenced by main().
int read_badmodlist | ( | int | run, |
string | repro_type, | ||
vector< int > & | badlist | ||
) |
Definition at line 147 of file modulediff.cc.
References gather_cfg::cout, cond::rpcobgas::detid, fileCollector::dqmfile, lut2db_cfg::filename, archive::flag, get_filename(), i, combine::key, GetRecoTauVFromDQM_MC_cff::next, and results_mgr::sflag.
Referenced by modulediff().
int search_closest_run | ( | int | thisrun, |
string | repro_type | ||
) |
Definition at line 253 of file modulediff.cc.
References lut2db_cfg::filename, and get_filename().
Referenced by modulediff().