#include <HIPplots.h>
|
void | dumpAlignedModules (int nhits=0) |
|
void | extractAlignableChiSquare (int minHits=0, int subDet=0, int doubleSided=0) |
|
void | extractAlignParams (int i, int minHits=0, int subDet=0, int doubleSided=0) |
|
void | extractAlignShifts (int i, int minHits=0, int subDet=0) |
|
void | extractSurveyResiduals (int currentPar, int subDet=0) |
|
| HIPplots (int IOV, char *path, char *outFile) |
|
void | plotAlignableChiSquare (char *plotName="testchi2.png", float minChi2n=-1.0) |
|
void | plotAlignParams (string ShiftsOrParams, char *plotName="test.png") |
|
void | plotAlignParamsAtIter (int iter, string ShiftsOrParams, char *plotName="test.png") |
|
void | plotHitMap (char *outpath, int subDet, int minHits=0) |
|
Definition at line 15 of file HIPplots.h.
Enumerator |
---|
unknown |
|
TPBid |
|
TPEid |
|
TIBid |
|
TIDid |
|
TOBid |
|
TECid |
|
ALLid |
|
Definition at line 38 of file HIPplots.h.
HIPplots::HIPplots |
( |
int |
IOV, |
|
|
char * |
path, |
|
|
char * |
outFile |
|
) |
| |
bool HIPplots::CheckFileExistence |
( |
char * |
filename | ) |
|
|
private |
void HIPplots::CheckFiles |
( |
int & |
ierr | ) |
|
|
private |
bool HIPplots::CheckHistoRising |
( |
TH1D * |
h | ) |
|
|
private |
void HIPplots::dumpAlignedModules |
( |
int |
nhits = 0 | ) |
|
void HIPplots::extractAlignableChiSquare |
( |
int |
minHits = 0 , |
|
|
int |
subDet = 0 , |
|
|
int |
doubleSided = 0 |
|
) |
| |
void HIPplots::extractAlignParams |
( |
int |
i, |
|
|
int |
minHits = 0 , |
|
|
int |
subDet = 0 , |
|
|
int |
doubleSided = 0 |
|
) |
| |
void HIPplots::extractAlignShifts |
( |
int |
i, |
|
|
int |
minHits = 0 , |
|
|
int |
subDet = 0 |
|
) |
| |
void HIPplots::extractSurveyResiduals |
( |
int |
currentPar, |
|
|
int |
subDet = 0 |
|
) |
| |
int HIPplots::FindPeaks |
( |
TH1F * |
h1, |
|
|
float * |
peaklist, |
|
|
const int |
maxNpeaks, |
|
|
int |
startbin = -1 , |
|
|
int |
endbin = -1 |
|
) |
| |
|
private |
int HIPplots::GetBarrelLayer |
( |
unsigned int |
id | ) |
|
|
private |
int HIPplots::GetNIterations |
( |
TDirectory * |
f, |
|
|
char * |
tag, |
|
|
int |
startingcounter = 0 |
|
) |
| |
|
private |
int HIPplots::GetSubDet |
( |
unsigned int |
id | ) |
|
|
private |
TLegend * HIPplots::MakeLegend |
( |
double |
x1 = 0.1 , |
|
|
double |
y1 = 0.1 , |
|
|
double |
x2 = 0.1 , |
|
|
double |
y2 = 0.1 |
|
) |
| |
|
private |
void HIPplots::plotAlignableChiSquare |
( |
char * |
plotName = "testchi2.png" , |
|
|
float |
minChi2n = -1.0 |
|
) |
| |
void HIPplots::plotAlignParams |
( |
string |
ShiftsOrParams, |
|
|
char * |
plotName = "test.png" |
|
) |
| |
void HIPplots::plotAlignParamsAtIter |
( |
int |
iter, |
|
|
string |
ShiftsOrParams, |
|
|
char * |
plotName = "test.png" |
|
) |
| |
void HIPplots::plotHitMap |
( |
char * |
outpath, |
|
|
int |
subDet, |
|
|
int |
minHits = 0 |
|
) |
| |
void HIPplots::SetMinMax |
( |
TH1 * |
h | ) |
|
|
private |
void HIPplots::SetPeakThreshold |
( |
float |
newpeakthreshold | ) |
|
|
private |
char HIPplots::_inFile_alipos[256] |
|
private |
char HIPplots::_inFile_HIPalign[256] |
|
private |
char HIPplots::_inFile_mispos[256] |
|
private |
char HIPplots::_inFile_params[256] |
|
private |
char HIPplots::_inFile_surveys[256] |
|
private |
char HIPplots::_inFile_truepos[256] |
|
private |
char HIPplots::_inFile_uservars[256] |
|
private |
char HIPplots::_outFile[256] |
|
private |
char HIPplots::_path[256] |
|
private |
float HIPplots::peakthreshold |
|
private |
bool HIPplots::plotbadchi2 |
|
private |