#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include "TFile.h"
#include "TH1D.h"
#include "TCanvas.h"
Go to the source code of this file.
Macros | |
#define | NOISEPREFIX "Profile_NoiseFromCondDB__det__" |
#define | PEDESTALPREFIX "Profile_PedestalFromCondDB__det__" |
Functions | |
int | main (int argc, char *argv[]) |
void | printPlot (TH1D *hist, char *prefix, char *postfix) |
#define NOISEPREFIX "Profile_NoiseFromCondDB__det__" |
Definition at line 10 of file makeModulePlots.cc.
Referenced by main().
#define PEDESTALPREFIX "Profile_PedestalFromCondDB__det__" |
Definition at line 11 of file makeModulePlots.cc.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 15 of file makeModulePlots.cc.
References gather_cfg::cout, create_public_lumi_plots::hist, NOISEPREFIX, PEDESTALPREFIX, tablePrinter::postfix, tablePrinter::prefix, printPlot(), and SingleJetValidationHI_cfi::rootfile.
void printPlot | ( | TH1D * | hist, |
char * | prefix, | ||
char * | postfix | ||
) |
Definition at line 81 of file makeModulePlots.cc.
References corrVsCorr::filename.
Referenced by main().