#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 <cstring>
#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, reco::dp, nullptr, findQualityFiles::run, 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(), mps_fire::i, createfilelist::int, lumiCalc2::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, corrVsCorr::filename, RemoveAddSevLevel::flag, get_filename(), mps_fire::i, crabWrapper::key, and GetRecoTauVFromDQM_MC_cff::next.
Referenced by modulediff().
int search_closest_run | ( | int | thisrun, |
string | repro_type | ||
) |
Definition at line 253 of file modulediff.cc.
References corrVsCorr::filename, and get_filename().
Referenced by modulediff().