1 #ifndef PLOTALIGNNMENTVALIDATION_H_
2 #define PLOTALIGNNMENTVALIDATION_H_
7 #include "TDirectory.h"
8 #include "TDirectoryFile.h"
53 if (fileName.find(
'/'))
54 start = fileName.find_last_of(
'/') + 1;
55 int stop = fileName.find_last_of(
'.');
56 legendName = fileName.substr(start, stop - start);
62 file = TFile::Open(fileName.c_str());
63 TDirectoryFile*
d = 0;
64 if (
file->Get(baseDir.c_str())) {
65 d = (TDirectoryFile*)
file->Get(baseDir.c_str());
66 if ((*d).Get(
"TkOffVal")) {
67 tree = (TTree*)(*d).Get(
"TkOffVal");
69 std::cout <<
"no tree named TkOffVal" << std::endl;
72 TDirectoryFile* d2 = (TDirectoryFile*)d->Get(
"Pixel");
74 phase = (int)((
bool)d2->Get(
"P1PXBBarrel_1"));
76 std::cout <<
"no directory named " << baseDir.c_str() << std::endl;
98 bool plotNormHisto =
false,
107 void plotChi2(
const char* inputFile);
118 const TString& residType =
"xPrime",
119 TLegend** myLegend = 0,
120 bool printModuleIds =
false,
121 bool validforphase0 =
175 void setHistStyle(TH1&
hist,
const char* titleX,
const char* titleY,
int color);
180 bool isSurfaceDeformation =
false,
181 TString secondline =
"");
203 vector<TH1*>
findmodule(TFile*
f,
unsigned int moduleid);
206 #endif // PLOTALIGNNMENTVALIDATION_H_
std::vector< double > vAlignmentUncertainty
void plotSurfaceShapes(const std::string &options="layers", const std::string &variable="")
std::vector< double > vmeanerror
void scaleXaxis(TH1 *hist, Int_t scale)
void setHistStyle(TH1 &hist, const char *titleX, const char *titleY, int color)
std::vector< double > vPValueMeanEqualIdeal
vector< TH1 * > findmodule(TFile *f, unsigned int moduleid)
std::vector< double > vrms
void residual_by_moduleID(unsigned int moduleid)
TObject * findObjectFromCanvas(TCanvas *canv, const char *className, Int_t n=1)
TkOfflineVariables * vars
constexpr unsigned int subDetId[21]
void legendOptions(TString options)
void plotSS(const std::string &options="layers", const std::string &variable="")
std::vector< double > vPValueRMSEqualIdeal
std::string getSelectionForDMRPlot(int minHits, int subDetId, int direction=0, int layer=0)
void loadFileList(const char *inputFile, std::string fileName="", int lineColor=2, int lineStyle=1)
float twotailedStudentTTestEqualMean(float t, float v)
void plotOutlierModules(const char *outputFileName="OutlierModules.ps", std::string plotVariable="chi2PerDofX", float chi2_cut=10, unsigned int minHits=50)
int maxNumberOfLayers(int subdetector)
void setTitleStyle(TNamed &h, const char *titleX, const char *titleY, int subDetId, bool isSurfaceDeformation=false, TString secondline="")
void setTreeBaseDir(std::string dir="TrackerOfflineValidationStandalone")
void plotChi2(const char *inputFile)
constexpr std::array< uint8_t, layerIndexSize > layer
void setLegendStyle(TLegend &leg)
static const TString summaryfilename
void plotSubDetResiduals(bool plotNormHisto=false, unsigned int subDetId=7)
std::string getVariableForDMRPlot(const std::string &histoname, const std::string &variable, int nbins, double min, double max)
TkOfflineVariables(std::string fileName, std::string baseDir, std::string legName="", int color=1, int style=1)
void modifySSHistAndLegend(THStack *hs, TLegend *legend)
void storeHistogramInRootfile(TH1 *hist)
void plotDMR(const std::string &plotVar="medianX", Int_t minHits=50, const std::string &options="plain")
void useFitForDMRplots(bool usefit=false)
THStack * addHists(const TString &selection, const TString &residType="xPrime", TLegend **myLegend=0, bool printModuleIds=false, bool validforphase0=false)
double resampleTestOfEqualMeans(TH1F *h1, TH1F *h2, int numSamples)
~PlotAlignmentValidation()
void setDMRHistStyleAndLegend(TH1F *h, DMRPlotInfo &plotinfo, int direction=0, int layer=0)
std::vector< double > vPValueEqualSplitMeans
std::vector< double > vmean
std::string fileNames[10]
std::vector< TkOfflineVariables * > sourceList
void setCanvasStyle(TCanvas &canv)
void setOutputDir(std::string dir)
PlotAlignmentValidation(bool bigtext=false)
int numberOfLayers(int phase, int subdetector)
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void plotDMRHistogram(DMRPlotInfo &plotinfo, int direction=0, int layer=0, std::string subdet="")
std::vector< double > vdeltamean
double resampleTestOfEqualRMS(TH1F *h1, TH1F *h2, int numSamples)
TF1 * fitGauss(TH1 *hist, int color)
std::string className(const T &t)