21 TString dirname = methodType +
"/" + methodTitle +
"/" +
"EpochMonitoring";
24 cout <<
"Big troubles: could not find directory \"" << dirname <<
"\"" << endl;
32 std::vector<TString> epochList;
34 while ((key = (
TKey*)keyIt())) {
39 if (!
name.BeginsWith(
"epochmonitoring___"))
continue;
47 for (std::vector<TString>::const_iterator it = epochList.begin(); it < epochList.end(); ++it) {
48 if (*it == es) isOld =
kTRUE;
51 epochList.push_back( es );
54 TString bulkname =
Form(
"epochmonitoring___epoch_%s_weights_hist", es.
Data() );
79 Int_t countCanvas = 0;
82 TString dirname = methodType +
"/" + methodTitle +
"/" +
"EpochMonitoring";
85 cout <<
"Big troubles: could not find directory \"" << dirname <<
"\"" << endl;
92 while ((titkeyTit = (
TKey*)keyItTit())) {
97 if (!
name.BeginsWith(
"convergencetest___"))
continue;
98 if (!
name.Contains(
"_train_"))
continue;
99 if (
name.EndsWith(
"_B"))
continue;
102 if (!
name.EndsWith(
"_S")) {
103 cout <<
"Big troubles with histogram: " <<
name <<
" -> should end with _S" << endl;
109 TString ctitle =
Form(
"TMVA response %s",methodTitle.Data());
113 sig->
SetTitle(
Form(
"TMVA response for classifier: %s", methodTitle.Data()) );
115 TString dataType = (
name.Contains(
"_train_") ?
"(training sample)" :
"(test sample)");
119 TH1F* bgd =
dynamic_cast<TH1F*
>(epochDir->
Get( nbn ));
121 cout <<
"Big troubles with histogram: " << bgd <<
" -> cannot find!" << endl;
125 cout <<
"sig = " << sig->
GetName() << endl;
126 cout <<
"bgd = " << bgd->
GetName() << endl;
164 cout <<
"Big troubles in epoch parsing: \"" << es <<
"\" is not float" << endl;
172 c->GetPad(0)->SetLeftMargin( 0.105 );
176 TLegend *legend=
new TLegend(
c->GetLeftMargin(), 1 -
c->GetTopMargin() - 0.12,
177 c->GetLeftMargin() + 0.5, 1 -
c->GetTopMargin() );
183 legend->
Draw(
"same");
189 t->
DrawTextNDC( 1 -
c->GetRightMargin(), 1 -
c->GetTopMargin() + 0.015,
Form(
"Epoch: %i", epoch) );
192 sig->
Draw(
"samehist");
193 bgd->
Draw(
"samehist");
196 TString outdirname =
"movieplots";
202 cout <<
"storing file: " << foutname << endl;
include TDocParser_001 C image html pict1_TDocParser_001 png width
char * Form(const char *fmt,...)
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title Offset is a correction factor with respect to the "s...
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
Describe directory structure in memory.
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
virtual Bool_t cd(const char *path=0)
Change current directory to "this" directory.
virtual TList * GetListOfKeys() const
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
1-D histogram with a float per channel (see TH1 documentation)}
virtual void SetTitle(const char *title)
See GetStatOverflows for more information.
virtual Double_t GetMean(Int_t axis=1) const
For axis = 1,2 or 3 returns the mean value of the histogram along X,Y or Z axis.
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...
virtual Double_t GetMaximum(Double_t maxval=FLT_MAX) const
Return maximum value smaller than maxval of bins in the range, unless the value has been overridden b...
Double_t GetRMS(Int_t axis=1) const
virtual void Draw(Option_t *option="")
Draw this histogram with options.
2-D histogram with a float per channel (see TH1 documentation)}
Book space in a file, create I/O buffers, to fill them, (un)compress them.
virtual const char * GetClassName() const
virtual TObject * ReadObj()
To read a TObject* from the file.
This class displays a legend box (TPaveText) containing several legend entries.
TLegendEntry * AddEntry(const TObject *obj, const char *label="", Option_t *option="lpf")
Add a new entry to this legend.
virtual void Draw(Option_t *option="")
Draw this legend with its current attributes.
void SetMargin(Float_t margin)
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual const char * GetTitle() const
Returns title of object.
virtual const char * GetName() const
Returns name of object.
TObject * At(Int_t idx) const
Collectable string class.
Mother of all ROOT objects.
virtual void SetBorderSize(Int_t bordersize=4)
Int_t Atoi() const
Return integer value of string.
Bool_t IsFloat() const
Returns kTRUE if string contains a floating point or integer number.
const char * Data() const
TString & ReplaceAll(const TString &s1, const TString &s2)
void Resize(Ssiz_t n)
Resize the string. Truncate or add blanks as necessary.
Base class for several text objects.
virtual TText * DrawTextNDC(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates in NDC.
void NormalizeHists(TH1 *sig, TH1 *bkg=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 draw_network(TString dataset, TFile *f, TDirectory *d, const TString &hName="weights_hist", Bool_t movieMode=kFALSE, const TString &epoch="")
void DrawMLPoutputMovie(TString dataset, TFile *file, const TString &methodType, const TString &methodTitle)
void DrawNetworkMovie(TString dataset, TFile *file, const TString &methodType, const TString &methodTitle)
void MovieMaker(TString dataset, TString methodType="Method_MLP", TString methodTitle="MLP")
Short_t Max(Short_t a, Short_t b)
Short_t Min(Short_t a, Short_t b)