#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 | ||
) |
Definition at line 121 of file modulediff.cc.
References testProducerWithPsetDescEmpty_cfi::i1, and testProducerWithPsetDescEmpty_cfi::i2.
Referenced by modulediff().
int get_filename | ( | int | run, |
string | repro_type, | ||
string & | filename | ||
) |
Definition at line 182 of file modulediff.cc.
References gather_cfg::cout, dqmPostProcessing_online::DIR, Calorimetry_cff::dp, fileCollector::dqmfile, corrVsCorr::filename, writedatasetfile::run, fileinputsource_cfi::runstr, AlCaHLTBitMon_QueryRunRegistry::string, and compareTotals::thisdir.
Referenced by read_badmodlist(), and search_closest_run().
int main | ( | int | argc, |
char * | argv[] | ||
) |
===============================================================================================================================================================================================
variant2: for each run define phi-averaged A for normalization channel (Dref,16) and then, divide Rijk on it, i.e. get RRijk
eta=27
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=19
eta=17
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=20
eta=19
eta=18
eta=27 L1=1
eta=25 L1=1
eta=23 L1=1
eta=22 L1=1
eta=21 L1=1
eta=29 L1=1
eta=26 L1=1
eta=24 L1=1
eta=20 L1=1
eta=19 L1=1
eta=18 L1=1
eta=17 L1=1
eta=28 L7=1
eta=27 L7=1
eta=25 L7=1
eta=23 L7=1
eta=22 L7=1
eta=21 L7=1
eta=26 L7=1
eta=24 L7=1
eta=20 L7=1
eta=19 L7=1
eta=18 L7=1
eta=17 L7=1
eta=27
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=19
eta=17
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=20
eta=19
eta=18
eta=27 L1=1
eta=25 L1=1
eta=23 L1=1
eta=22 L1=1
eta=21 L1=1
eta=26 L1=1
eta=24 L1=1
eta=20 L1=1
eta=19 L1=1
eta=18 L1=1
eta=17 L1=1
eta=28 L7=1
eta=27 L7=1
eta=25 L7=1
eta=23 L7=1
eta=22 L7=1
eta=21 L7=1
eta=26 L7=1
eta=24 L7=1
eta=20 L7=1
eta=19 L7=1
eta=18 L7=1
eta=17 L7=1
eta=27
eta=28
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
RBX:
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
RBX:
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
RBX:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Definition at line 32 of file modulediff.cc.
References dir2webdir::argc, cmsBatch::argv, 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, timingPdfMaker::outfile, read_badmodlist(), and search_closest_run().
Referenced by main().
int read_badmodlist | ( | int | run, |
string | repro_type, | ||
vector< int > & | badlist | ||
) |
Definition at line 135 of file modulediff.cc.
References gather_cfg::cout, fileCollector::dqmfile, corrVsCorr::filename, RemoveAddSevLevel::flag, get_filename(), mps_fire::i, crabWrapper::key, GetRecoTauVFromDQM_MC_cff::next, and writedatasetfile::run.
Referenced by modulediff().
int search_closest_run | ( | int | thisrun, |
string | repro_type | ||
) |
Definition at line 226 of file modulediff.cc.
References corrVsCorr::filename, and get_filename().
Referenced by modulediff().