22 extension.ReplaceAll(
"InputVariables",
"" );
27 cout <<
"Called macro \"correlationscatters\" for variable: \"" << var
28 <<
"\", transformation type \"" << dirName_
29 <<
"\" (extension: \"" <<
extension <<
"\")" << endl;
34 TString dirName = dirName_ +
"/CorrelationPlots";
39 cout <<
"ERROR: no such directory: \"InputVariables\"" << endl;
46 cout <<
"No information about " <<
extension <<
" available in " << fin << endl;
52 Int_t noPlots = noVars - 1;
54 cout <<
"noPlots: " << noPlots <<
" --> noVars: " << noVars << endl;
55 if (noVars !=
Int_t(noVars)) {
56 cout <<
"*** Warning: problem in inferred number of variables ... not an integer *** " << endl;
67 xPad = 1; yPad = 1;
width = 400; height =
width;
break;
69 xPad = 2; yPad = 1;
width = 700; height = 0.55*
width;
break;
71 xPad = 3; yPad = 1;
width = 800; height = 0.4*
width;
break;
73 xPad = 2; yPad = 2;
width = 600; height =
width;
break;
75 xPad = 3; yPad = 2;
width = 800; height = 0.55*
width;
break;
77 Int_t noPadPerCanv = xPad * yPad ;
80 Int_t countCanvas = 0;
83 TString thename[2] = {
"_Signal",
"_Background" };
84 if (isRegression) thename[0] =
"_Regression";
85 for (
UInt_t itype = 0; itype < 2; itype++) {
93 while ( (key = (
TKey*)next()) ) {
113 if (countPad%noPadPerCanv==0) {
117 Form(
"Correlation profiles for '%s'-transformed %s variables",
118 ext.
Data(), (isRegression ?
"" : (itype==0) ?
"signal" :
"background")),
119 countCanvas*50+200, countCanvas*20,
width, height );
125 canv->
cd(countPad++%noPadPerCanv+1);
132 cout <<
"ERROR!!! couldn't find background histo for" << hname << endl;
154 prof->
Draw(
"samee1");
156 scat->
Draw(
"sameaxis");
159 if (countPad%noPadPerCanv==0) {
167 if (countPad%noPadPerCanv!=0) {
include TDocParser_001 C image html pict1_TDocParser_001 png width
char * Form(const char *fmt,...)
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
virtual void Update()
Update canvas pad buffers.
TVirtualPad * cd(Int_t subpadnumber=0)
Set current canvas & pad.
TClass instances represent classes, structs and namespaces in the ROOT type system.
Bool_t InheritsFrom(const char *cl) const
Return kTRUE if this class inherits from a class with name "classname".
Describe directory structure in memory.
virtual TList * GetListOfKeys() const
virtual Bool_t cd(const char *path=nullptr)
Change current directory to "this" directory.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this histogram by a constant c1.
virtual Double_t GetSumOfWeights() const
Return the sum of weights excluding under/overflows.
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual const char * GetClassName() const
Short_t GetCycle() const
Return cycle number associated to this key.
virtual TObject * ReadObj()
To read a TObject* from the file.
virtual const char * GetName() const
Returns name of object.
virtual void Delete(Option_t *option="")
Delete this object.
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
const char * Data() const
TString & ReplaceAll(const TString &s1, const TString &s2)
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
TString & Remove(Ssiz_t pos)
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
void Initialize(Bool_t useTMVAStyle=kTRUE)
Int_t GetNumberOfInputVariables(TDirectory *dir)
void plot_logo(Float_t v_scale=1.0, Float_t skew=1.0)
TFile * OpenFile(const TString &fin)
void SetFrameStyle(TH1 *frame, Float_t scale=1.0)
void SetSignalAndBackgroundStyle(TH1 *sig, TH1 *bkg, TH1 *all=0)
void imgconv(TCanvas *c, const TString &fname)
void correlationscatters(TString dataset, TString fin, TString var="var3", TString dirName_="InputVariables_Id", TString title="TMVA Input Variable", Bool_t isRegression=kFALSE, Bool_t useTMVAStyle=kTRUE)