21 #pragma GCC system_header 28 #include "TObjArray.h" 29 #include "TObjString.h" 30 #include "TPaletteAxis.h" 31 #include "TMultiLayerPerceptron.h" 32 #include "TMLPAnalyzer.h" 61 sprintf(NNi2,
"%s",NN_FILE.Data());
66 if((NNi2[p+1]==
'N')&&(NNi2[p+2]==
'\/')) {
69 while (NNi2[hh]!=
'\0'){NNi[hh-p-3]=NNi2[
hh];hh=hh+1;}
80 sprintf(Filei2,
"%s",TEST_FILE.Data());
83 if(Filei2[q]==
'n'&&Filei2[q+1]==
'n'&&Filei2[q+2]==
'T'&&Filei2[q+3]==
'R'&&Filei2[q+4]==
'E'&&(Filei2[q+5]==
'E')&&(Filei2[q+6]==
'\/')) {
86 while (Filei2[hh]!=
'\0') {Filei[hh-p-7]=Filei2[
hh];hh=hh+1;
89 for (
int h0=hh-p-7;h0<1024;h0++) Filei[h0]=
'\0';
95 cout<<NNi<<
" original String: "<<NNi2<<endl;
96 cout<<Filei<<
" original String: "<<Filei2<<endl;
101 NNi0.ReplaceAll(
".root",
"");
102 Filei0.ReplaceAll(
".root",
"");
105 TFile* fnet =TFile::Open(NN_FILE.Data());
106 TMultiLayerPerceptron *mlp = (TMultiLayerPerceptron*)fnet->Get(
"TMultiLayerPerceptron");
107 if(mlp==NULL) {cout <<
"Error getting mlp" << endl;
exit(1);}
108 TTree* infot=(TTree*)fnet->Get(
"info");
113 infot->SetBranchAddress(
"Rand_start_Sig",&NNs);
114 infot->SetBranchAddress(
"Rand_start_Bg",&NNb);
115 infot->SetBranchAddress(
"#trainSig",&NNnTS);
116 infot->SetBranchAddress(
"#trainBg",&NNnTB);
119 TFile* fTEST =TFile::Open(TEST_FILE.Data());
120 TTree* NNTree=(TTree*)fTEST->Get(
"nnTree");
121 int entries=NNTree->GetEntries();
122 cout<<
"entries: "<<entries<<endl;
132 NNTree->SetBranchAddress(
"#Entries_type",&entriesTot);
133 NNTree->SetBranchAddress(
"Matrix_dim",&ndim);
134 NNTree->SetBranchAddress(
"#inputs",&ninp);
135 NNTree->SetBranchAddress(
"amplitude_mode",&y);
138 sig_entries=entriesTot;
139 NNTree->GetEntry(entries-1);
140 bg_entries=entriesTot;
145 cout<<
"NDIM "<<NDIM<<endl;
146 cout<<
"nINP"<<nINP<<endl;
147 cout<<
"sig e "<<sig_entries<<endl;
148 cout<<
"bg e "<<bg_entries<<endl;
150 if (sig_entries>bg_entries) minevents=bg_entries;
151 else minevents=sig_entries;
153 if(b==0) b=sig_entries;
159 cout<<
"Error: Bg index<sig_entries"<<endl;
162 if((TS>sig_entries||
TB>bg_entries)&&(TS==
TB)) {TS=minevents-
s;
TB=minevents-b+sig_entries;}
163 if((TS>sig_entries||
TB>bg_entries)&&(TS!=
TB)) {TS=sig_entries-
s;
TB=bg_entries-b+sig_entries;}
167 sprintf(NOMEtot,
"NN_norm_%s_FILE_%s_TS%i_TB%i_st%i_bt%i_dANN%1.2f_uf%i",NNi0.Data(),Filei0.Data(),TS,
TB,
s,b,
deltaANN,uf);
168 cout<<
"nome: "<<NOMEtot<<endl;
173 NNTree->SetBranchAddress(
"Files_name",&FILE_NAME);
176 NNTree->GetEntry(entries-1);
178 cout<<
"fine ifdef RHO_CC"<<endl;
180 TChain sigTree(
"waveburst");
181 sigTree.Add(SIG_FILE.Data());
184 cout <<
"sig entries2 : " << sig_entries2 << endl;
186 TChain bgTree(
"waveburst");
187 bgTree.Add(BG_FILE.Data());
190 cout <<
"bg entries2 : " << bg_entries2 << endl;
192 cout<<
"b: "<<b<<endl;
193 cout<<
"s: "<<s<<endl;
198 for (
int jj=0; jj<nINP;jj++) x[jj]=0.;
199 char ilabel[nINP][16];
202 for(
int i=0;
i<nINP;
i++) {
204 NNTree->SetBranchAddress(ilabel[i], &xo[i]);
208 sprintf(ofile,
"outfile/%s.root",NOMEtot);
210 TFile*
f=
new TFile(ofile,
"RECREATE");
211 TTree* NNTree2=
new TTree(
"Parameters",
"Parameters");
212 NNTree2->SetDirectory(f);
216 NNTree2->Branch(
"ANNout",&out,
"ANNout/D");
217 NNTree2->Branch(
"cc",&NNcc,
"cc/D");
218 NNTree2->Branch(
"rho",&NNrho,
"rho/D");
219 char NNfilename[1024];
220 NNTree2->Branch(
"NNname",&NNfilename,
"NNname/C");
221 sprintf(NNfilename,
"%s",NN_FILE.Data());
223 NNTree2->Branch(
"TestFile",&Testf,
"TestFile/C");
224 sprintf(Testf,
"%s",TEST_FILE.Data());
226 NNTree2->Branch(
"#TestSig",&nTestS,
"#TestSig/I");
228 cout<<
"nTestS: "<<nTestS<<
" TS: "<<TS<<endl;
229 cout<<
"dopo def tree"<<endl;
245 for(
int n=s;
n<s+TS;
n++) {
246 if (uf!=0&&
n>=NNs&&
n<=(NNs+NNnTS))
continue;
253 for (
int i=0;
i<nINP;
i++) params[
i]=0.;
255 for(
int n=s;
n<s+TS;
n++) {
256 if (uf!=0&&
n>=NNs&&
n<=(NNs+NNnTS))
continue;
259 NNcc=(double)signal.
netcc[1];
260 NNrho=(
double)signal.
rho[0];
265 for (
int i=0;
i<nINP;
i++) {
if(xo[
i]>xo_max) xo_max=xo[
i];}
266 for (
int i=0;
i<nINP;
i++) {
if(xo[
i]<xo_min) xo_min=xo[
i];}
267 for (
int i=0;
i<nINP;
i++){
269 x[
i]=-1+2*(xo[
i]-xo_min)/(xo_max-xo_min);
272 double output=mlp->Evaluate(0,params);
274 if (out<0.6) sig_05=sig_05+1;
275 cout<<
"rho: "<<signal.
rho[0]<<
" cc "<<signal.
netcc[1]<<
" out: "<<out<<endl;
279 cout<<
"riempito sig"<<endl;
282 for(
int n=b;
n<b+
TB;
n++) {
283 if (uf!=0&&
n>=NNb&&
n<=(NNb+NNnTB))
continue;
285 cout<<
"n: "<<
n<<
"Bg index"<<(
n-sig_entries)<<endl;
287 NNcc=(double)background.
netcc[1];
288 NNrho=(
double)background.
rho[0];
291 for (
int i=0;
i<nINP;
i++){
if(xo[
i]>xo_max) xo_max=xo[
i];}
292 for (
int i=0;
i<nINP;
i++){
298 double output=mlp->Evaluate(0,params);
300 if(out>0.6) bg_05=bg_05+1;
301 cout<<
"rho: "<<background.
rho[0]<<
" cc "<<background.
netcc[1]<<
" out: "<<out<<endl;
304 cout<<
"riempito bg"<<endl;
306 Realentries=NNTree2->GetEntries();
309 cout<<
"chiuso file"<<endl;
313 cout<<
"dopo richiamo funzione"<<endl;
316 cout<<
" Sig with out<06: "<<sig_05<<endl;
317 cout<<
" Bg with out>06: "<<bg_05<<endl;
318 cout<<
" Realentries "<<Realentries<<endl;
324 name.ReplaceAll(
"outfile/",
"");
325 TFile* fTEST =TFile::Open(ifile.Data());
326 TTree* NNTree2=(TTree*)fTEST->Get(
"Parameters");
331 NNTree2->SetBranchAddress(
"ANNout",&out);
332 NNTree2->SetBranchAddress(
"cc",&cc);
333 NNTree2->SetBranchAddress(
"rho",&rho);
334 NNTree2->SetBranchAddress(
"#TestSig",&nSi);
335 NNTree2->GetEntry(0);
337 cout<<
"nSig: "<<nSig<<
" nSi: "<<nSi<<endl;
339 cout<<
"dentro funzione dopodef"<<endl;
341 double* rhoSig[ncurve];
342 for (
int i=0;
i<ncurve;
i++) rhoSig[
i]=
new double[nSig];
343 cout<<
"dopo def rhoSig"<<endl;
347 int const nBg=NNTree2->GetEntries()-nSig;
348 for (
int i=0;
i<ncurve;
i++) {
350 for (
int j=0;
j<nSig;
j++) rhoSig[
i][
j]=0.;
352 cout<<
"dopo def rhoSig"<<endl;
353 double* rhoBg[ncurve];
354 for (
int i=0;
i<ncurve;
i++) rhoBg[
i]=
new double[nBg];
357 for (
int i=0;
i<ncurve;
i++) {
359 for (
int j=0;
j<nBg;
j++) rhoBg[
i][
j]=0.;
361 cout<<
"dopo def rhoBg"<<endl;
363 for (
int i=0;
i<
nCC;
i++) ccTh[
i]=0.;
365 for (
int i=0;
i<
nANN;
i++) NNTh[
i]=0.;
371 cout<<NNTree2->GetEntries()<<endl;
372 for(
int n=0;
n<NNTree2->GetEntries();
n++){
374 NNTree2->GetEntry(
n);
375 cout<<
"rho "<<rho<<
" cc "<<cc<<
" out "<<out<<endl;
378 if(cc<ccTh[
i])
continue;
380 if(
j==0) NNTh[
j]=-1000.;
386 if(out<NNTh[
j])
continue;
389 NBg[i*nANN+
j]= NBg[i*nANN+
j]+1;
390 while(rhoBg[i*nANN+j][ni]!=0)ni=ni+1;
391 rhoBg[i*nANN+
j][ni]=
rho;
396 NSig[i*nANN+
j]= NSig[i*nANN+
j]+1;
397 while(rhoSig[i*nANN+j][ni]!=0)ni=ni+1;
398 rhoSig[i*nANN+
j][ni]=
rho;
406 cout<<
"dopo riempimento variabili"<<endl;
408 for (
int i=0;
i<ncurve;
i++) indexS[
i]=
new int[nSig];
411 for (
int y=0;
y<ncurve;
y++) {
424 TMath::Sort(nSig,rhoSig[
y],indexS[y],
false);
426 for (
int k=0;
k<nSig;
k++) {
431 int ij=indexS[
y][
k-1];
433 if(rhoSig[y][ii]!=0) {
436 if(rhoSig[y][ii]!=rhoSig[y][ij]) gS[
y]->SetPoint(igS_p++,rhoSig[y][ii],yy);
437 cout<<
"igS"<<igS<<
" x "<<rhoSig[
y][ii]<<
" y: "<<yy<<endl;
442 if(rhoSig[y][ii]!=0){
444 gS[
y]->SetPoint(0,rhoSig[y][ii],yy);
455 for (
int i=0;
i<ncurve;
i++) indexB[
i]=
new int[nBg];
458 for (
int y=0;
y<ncurve;
y++) {
462 TMath::Sort(nBg,rhoBg[
y],indexB[y],
false);
464 for (
int k=0;
k<nBg;
k++) {
468 int ij=indexB[
y][
k-1];
470 if(rhoBg[y][ii]!=0) {
473 if(rhoBg[y][ii]!=rhoBg[y][ij]) gB[
y]->SetPoint(igB_p++,rhoBg[y][ii],yy);
479 if(rhoBg[y][ii]!=0) {
481 gB[
y]->SetPoint(0,rhoBg[y][ii],yy);
488 cout<<
"dopo inserimento puntiB"<<endl;
491 TCanvas* cS=
new TCanvas(
"Efficiency_vs_rho",
"Efficiency_vs_rho",0,0,1200,700);
493 cS->cd(1)->SetLogy();
494 TMultiGraph* mg1=
new TMultiGraph();
496 gS[0]->SetMarkerColor(2);
497 gS[0]->SetLineColor(2);
498 mg1->SetTitle(
"cc=0.5;rho;#Events");
499 if(gS[0]->GetN()!=0) mg1->Add(gS[0]);
502 gS[
h]->SetMarkerColor(3);
503 gS[
h]->SetLineColor(3);
505 if(gS[
h]->GetN()!=0) mg1->Add(gS[
h]);
509 cS->cd(2)->SetLogy();
510 TMultiGraph* mg2=
new TMultiGraph();
512 gS[
nANN]->SetMarkerColor(2);
513 gS[
nANN]->SetLineColor(2);
514 mg2->SetTitle(
"cc=0.55;rho;#Events");
515 if(gS[nANN]->GetN()!=0) mg2->Add(gS[nANN]);
517 gS[nANN+
h]->SetMarkerColor(3);
518 gS[nANN+
h]->SetLineColor(3);
520 if(gS[nANN+
h]->GetN()!=0) mg2->Add(gS[nANN+
h]);
524 cS->cd(3)->SetLogy();
525 TMultiGraph* mg3=
new TMultiGraph();
527 gS[nANN*2]->SetMarkerColor(2);
528 gS[nANN*2]->SetLineColor(2);
529 mg3->SetTitle(
"cc=0.6;rho;#Events");
530 if(gS[nANN*2]->GetN()!=0) mg3->Add(gS[nANN*2]);
532 gS[2*nANN+
h]->SetMarkerColor(3);
533 gS[2*nANN+
h]->SetLineColor(3);
535 if(gS[2*nANN+
h]->GetN()!=0) mg3->Add(gS[2*nANN+
h]);
539 cS->cd(4)->SetLogy();
540 TMultiGraph* mg4=
new TMultiGraph();
542 gS[nANN*3]->SetMarkerColor(2);
543 gS[nANN*3]->SetLineColor(2);
544 mg4->SetTitle(
"cc=0.65;rho;#Events");
545 if(gS[nANN*3]->GetN()!=0) mg4->Add(gS[nANN*3]);
548 gS[3*nANN+
h]->SetMarkerColor(3);
549 gS[3*nANN+
h]->SetLineColor(3);
551 if(gS[3*nANN+
h]->GetN()!=0) mg4->Add(gS[3*nANN+
h]);
555 cout<<
"nuovo canv"<<endl;
556 TCanvas* cB=
new TCanvas(
"Number_vs_rho",
"Number_vs_rho",0,0,1200,700);
558 cB->cd(1)->SetLogy();
559 TMultiGraph* mg1B=
new TMultiGraph();
561 gB[0]->SetMarkerColor(2);
562 gB[0]->SetLineColor(2);
563 mg1B->SetTitle(
"cc=0.5;rho;#Events");
564 if(gB[0]->GetN()!=0) mg1B->Add(gB[0]);
566 gB[
h]->SetMarkerColor(3);
567 gB[
h]->SetLineColor(3);
569 if(gB[
h]->GetN()!=0) mg1B->Add(gB[
h]);
573 cB->cd(2)->SetLogy();
574 TMultiGraph* mg2B=
new TMultiGraph();
576 gB[
nANN]->SetMarkerColor(2);
577 gB[
nANN]->SetLineColor(2);
578 mg2B->SetTitle(
"cc=0.55;rho;#Events");
579 if(gB[nANN]->GetN()!=0) mg2B->Add(gB[nANN]);
581 gB[nANN+
h]->SetMarkerColor(3);
582 gB[nANN+
h]->SetLineColor(3);
584 if(gB[nANN+
h]->GetN()!=0) mg2B->Add(gB[nANN+
h]);
588 cB->cd(3)->SetLogy();
589 TMultiGraph* mg3B=
new TMultiGraph();
591 gB[2*
nANN]->SetMarkerColor(2);
592 gB[2*
nANN]->SetLineColor(2);
593 mg3B->SetTitle(
"cc=0.6;rho;#Events");
594 if(gB[2*nANN]->GetN()!=0) mg3B->Add(gB[2*nANN]);
596 gB[2*nANN+
h]->SetMarkerColor(3);
597 gB[2*nANN+
h]->SetLineColor(3);
599 if(gB[2*nANN+
h]->GetN()!=0) mg3B->Add(gB[2*nANN+
h]);
603 cB->cd(4)->SetLogy();
604 TMultiGraph* mg4B=
new TMultiGraph();
606 gB[3*
nANN]->SetMarkerColor(2);
607 gB[3*
nANN]->SetLineColor(2);
608 mg4B->SetTitle(
"cc=0.65;rho;#Events");
609 if(gB[3*nANN]->GetN()!=0) mg4B->Add(gB[3*nANN]);
611 gB[3*nANN+
h]->SetMarkerColor(3);
612 gB[3*nANN+
h]->SetLineColor(3);
614 if(gB[3*nANN+
h]->GetN()!=0) mg4B->Add(gB[3*nANN+
h]);
626 char CnameS2root[1024];
627 char CnameB2root[1024];
628 CnameS.ReplaceAll(
".root",
".png");
629 CnameB.ReplaceAll(
".root",
".png");
630 sprintf(CnameS2,
"logN_rho/logN_rho_S_dANN%1.2f_%s",
deltaANN,CnameS.Data());
631 sprintf(CnameB2,
"logN_rho/logN_rho_B_dANN%1.2f_%s",
deltaANN,CnameB.Data());
632 sprintf(CnameS2root,
"logN_rho/logN_rho_S_dANN%1.2f_%s",
deltaANN,CnameSroot.Data());
633 sprintf(CnameB2root,
"logN_rho/logN_rho_B_dANN%1.2f_%s",
deltaANN,CnameBroot.Data());
636 cS->Print(CnameS2root);
637 cB->Print(CnameB2root);
645 name.ReplaceAll(
"outfile/",
"");
646 TFile* fTEST =TFile::Open(ifile.Data());
647 TTree* NNTree2=(TTree*)fTEST->Get(
"Parameters");
652 NNTree2->SetBranchAddress(
"ANNout",&out);
653 NNTree2->SetBranchAddress(
"cc",&cc);
654 NNTree2->SetBranchAddress(
"rho",&rho);
655 NNTree2->SetBranchAddress(
"#TestSig",&nSi);
656 NNTree2->GetEntry(0);
662 double* ANNSig[ncurve2];
663 for (
int i=0;
i<ncurve2;
i++) ANNSig[
i]=
new double[nSig];
667 int const nBg=NNTree2->GetEntries()-nSig;
668 for (
int i=0;
i<ncurve2;
i++) {
670 for (
int j=0;
j<nSig;
j++) ANNSig[
i][
j]=0.;
672 double* ANNBg[ncurve2];
673 for (
int i=0;
i<ncurve2;
i++) ANNBg[
i]=
new double[nBg];
677 for (
int i=0;
i<ncurve2;
i++) {
679 for (
int j=0;
j<nBg;
j++) ANNBg[
i][
j]=0.;
682 for (
int i=0;
i<
nCC;
i++) ccTh[
i]=0.;
684 for (
int i=0;
i<
nRHO;
i++) rhoTh[
i]=0.;
691 for(
int n=0;
n<NNTree2->GetEntries();
n++){
692 NNTree2->GetEntry(
n);
693 cout<<
"rho "<<rho<<
" cc "<<cc<<
" out "<<out<<endl;
696 if(cc<ccTh[
i])
continue;
699 if(rho<rhoTh[
j])
continue;
702 NBg[i*nRHO+
j]= NBg[i*nRHO+
j]+1;
703 while(ANNBg[i*nRHO+j][ni]!=0)ni=ni+1;
704 ANNBg[i*nRHO+
j][ni]=
out;
708 NSig[i*nRHO+
j]= NSig[i*nRHO+
j]+1;
709 while(ANNSig[i*nRHO+j][ni]!=0)ni=ni+1;
710 ANNSig[i*nRHO+
j][ni]=
out;
717 int* indexS[ncurve2];
718 for (
int i=0;
i<ncurve2;
i++) indexS[
i]=
new int[nSig];
720 TGraph * gS[ncurve2];
721 for (
int y=0;
y<ncurve2;
y++) {
725 TMath::Sort(nSig,ANNSig[
y],indexS[y],
false);
726 for (
int k=0;
k<nSig;
k++) {
731 int ij=indexS[
y][
k-1];
733 if(ANNSig[y][ii]!=0) {
736 if(ANNSig[y][ii]!=ANNSig[y][ij]) gS[
y]->SetPoint(igS_p++,ANNSig[y][ii],yy);
743 if(ANNSig[y][ii]!=0){
745 gS[
y]->SetPoint(0,ANNSig[y][ii],yy);
756 int* indexB[ncurve2];
757 for (
int i=0;
i<ncurve2;
i++) indexB[
i]=
new int[nBg];
759 TGraph * gB[ncurve2];
760 for (
int y=0;
y<ncurve2;
y++) {
764 TMath::Sort(nBg,ANNBg[
y],indexB[y],
false);
766 for (
int k=0;
k<nBg;
k++) {
770 int ij=indexB[
y][
k-1];
772 if(ANNBg[y][ii]!=0) {
775 if(ANNBg[y][ii]!=ANNBg[y][ij]) gB[
y]->SetPoint(igB_p++,ANNBg[y][ii],yy);
781 if(ANNBg[y][ii]!=0) {
783 gB[
y]->SetPoint(0,ANNBg[y][ii],yy);
792 TCanvas* cS=
new TCanvas(
"Efficiency_vs_ANN",
"Efficiency_vs_ANN",0,0,1200,700);
796 TMultiGraph* mg1=
new TMultiGraph();
797 mg1->SetTitle(
"cc=0.5;ANN;#Events");
799 gS[
h]->SetLineColor(4);
800 if(gS[
h]->GetN()!=0) mg1->Add(gS[
h]);
805 TMultiGraph* mg2=
new TMultiGraph();
806 mg2->SetTitle(
"cc=0.55;ANN;#Events");
808 gS[nRHO+
h]->SetLineColor(4);
809 if(gS[nRHO+
h]->GetN()!=0) mg2->Add(gS[nRHO+
h]);
815 TMultiGraph* mg3=
new TMultiGraph();
816 mg3->SetTitle(
"cc=0.6;ANN;#Events");
818 gS[2*nRHO+
h]->SetLineColor(4);
819 if(gS[2*nRHO+
h]->GetN()!=0) mg3->Add(gS[2*nRHO+
h]);
824 TMultiGraph* mg4=
new TMultiGraph();
825 mg4->SetTitle(
"cc=0.65;ANN;#Events");
827 gS[3*nRHO+
h]->SetLineColor(4);
828 if(gS[3*nRHO+
h]->GetN()!=0) mg4->Add(gS[3*nRHO+
h]);
832 TCanvas* cB=
new TCanvas(
"Number_vs_ANN",
"Number_vs_ANN",0,0,1200,700);
834 cB->cd(1)->SetLogy();
835 TMultiGraph* mg1B=
new TMultiGraph();
836 mg1B->SetTitle(
"cc=0.5;ANN;#Events");
838 gB[
h]->SetLineColor(4);
839 if(gB[
h]->GetN()!=0) mg1B->Add(gB[
h]);
842 cB->cd(2)->SetLogy();
843 TMultiGraph* mg2B=
new TMultiGraph();
844 mg2B->SetTitle(
"cc=0.55;ANN;#Events");
846 gB[nRHO+
h]->SetLineColor(4);
847 if(gB[nRHO+
h]->GetN()!=0) mg2B->Add(gB[nRHO+
h]);
850 cB->cd(3)->SetLogy();
851 TMultiGraph* mg3B=
new TMultiGraph();
852 mg3B->SetTitle(
"cc=0.6;ANN;#Events");
854 gB[2*nRHO+
h]->SetLineColor(4);
855 if(gB[2*nRHO+
h]->GetN()!=0) mg3B->Add(gB[2*nRHO+
h]);
858 cB->cd(4)->SetLogy();
859 TMultiGraph* mg4B=
new TMultiGraph();
860 mg4B->SetTitle(
"cc=0.6;ANN;#Events");
862 gB[3*nRHO+
h]->SetLineColor(4);
863 if(gB[3*nRHO+
h]->GetN()!=0) mg4B->Add(gB[3*nRHO+
h]);
875 char CnameS2root[1024];
876 char CnameB2root[1024];
877 CnameS.ReplaceAll(
".root",
".png");
878 CnameB.ReplaceAll(
".root",
".png");
879 sprintf(CnameS2,
"ANNthres/N_ANN_S_%s",CnameS.Data());
880 sprintf(CnameB2,
"ANNthres/N_ANN_B_%s",CnameB.Data());
881 sprintf(CnameS2root,
"ANNthres/N_ANN_S_%s",CnameSroot.Data());
882 sprintf(CnameB2root,
"ANNthres/N_ANN_B_%s",CnameBroot.Data());
885 cS->Print(CnameS2root);
886 cB->Print(CnameB2root);
898 name.ReplaceAll(
"outfile/",
"");
899 TFile* fTEST =TFile::Open(ifile.Data());
900 TTree* NNTree2=(TTree*)fTEST->Get(
"Parameters");
905 NNTree2->SetBranchAddress(
"ANNout",&out);
906 NNTree2->SetBranchAddress(
"cc",&cc);
907 NNTree2->SetBranchAddress(
"rho",&rho);
908 NNTree2->SetBranchAddress(
"#TestSig",&nSi);
909 NNTree2->GetEntry(0);
911 cout<<
"nSig: "<<nSig<<
" nSi: "<<nSi<<endl;
912 int const nBg=NNTree2->GetEntries()-nSig;
941 for (
int i=0;
i<nSig;
i++){
949 for (
int i=0;
i<nBg;
i++){
955 for (
int n = 0;
n <NNTree2->GetEntries();
n++){
956 NNTree2->GetEntry(
n);
984 for (
int k=0;
k<nBg;
k++)indexB[
k]=0;
985 TMath::Sort(nBg,aRHOB,indexB,
false);
989 double ANN1th[
nth+1];
991 for (
int k=0;
k<(
nth);
k++){
1000 for (
int k=0;
k<(
nth);
k++){
1001 ANN1th[
k+1]=0.+dANNth*(
k+1);
1002 cc1th[
k]=0.5+dccth*
k;
1017 for (
int a=0;
a<nBg;
a++){
1018 cout<<
"tutti: a "<<
a<<
" rho "<<aRHOB[
a]<<
" aNNB "<<aANNB[
a]<<
" cc "<<aCCB[
a]<<endl;
1019 if(aRHOB[
a]<
RHOth)
continue;
1020 cout<<
"dopo rho: a "<<
a<<
" rho "<<aRHOB[
a]<<
" aNNB "<<aANNB[
a]<<
" cc "<<aCCB[
a]<<endl;
1021 for (
int b=0;b<
nth;b++){
1022 if(aCCB[
a]<cc1th[b])
continue;
1023 cout<<
"dopo cc: "<<cc1th[b]<<
"a "<<
a<<
" rho "<<aRHOB[
a]<<
" aNNB "<<aANNB[
a]<<
" cc "<<aCCB[
a]<<endl;
1024 for(
int c=0;
c<nth+1;
c++){
1025 if(aANNB[
a]<ANN1th[
c])
continue;
1026 cout<<
"dopo ANN:"<<ANN1th[
c]<<
" a "<<
a<<
" rho "<<aRHOB[
a]<<
" aNNB "<<aANNB[
a]<<
" cc "<<aCCB[
a]<<endl;
1027 Z[b*(nth+1)+c]=Z[b*(nth+1)+
c]+1;
1028 cout<<
"Zindex: "<<b*(nth+1)+c<<
" Z: "<<Z[b*(nth+1)+
c]<<endl;
1039 for (
int d=0; d<
nth+1;d++) bins[d]=0.;
1041 for (
int d=0; d<nth+1;d++) bins[d+1]=0.+(d+1)*dANNth;
1042 TH2D* hglitch=
new TH2D(
"Survived_glitches(RHO_cut:5.5)",
"Survived_glitches(RHO_cut:5.5)",nth,0.5,1,nth+1,bins);
1044 hglitch->SetDirectory(0);
1046 for (
int b=0;b<
nth;b++)
for(
int c=0;
c<nth+1;
c++) {
1048 hglitch->Fill(cc1th[b]+dccth/2.,bins[
c]+dANNth/2.,Z[(nth+1)*b+
c]);
1049 cout<<
" Zindex: "<<(nth+1)*b+
c<<
" x: "<<cc1th[b]<<
" y: "<<ANN1th[
c]<<
" z: "<<Z[(nth+1)*b+
c]<<endl;
1052 gB[0]=
new TGraph(nBg,aCCB,aRHOB);
1053 gS[0]=
new TGraph(nSig,aCCS,aRHOS);
1054 gB[1]=
new TGraph(nBg,aCCB,aANNB);
1055 gS[1]=
new TGraph(nSig,aCCS,aANNS);
1056 gB[2]=
new TGraph(nBg,aRHOB,aANNB);
1057 gS[2]=
new TGraph(nSig,aRHOS,aANNS);
1059 for(
int i=0;
i<3;
i++){
1060 gS[
i]->SetMarkerColor(2);
1061 gB[
i]->SetMarkerColor(4);
1062 gS[
i]->SetMarkerStyle(6);
1063 gB[
i]->SetMarkerStyle(7);
1066 TCanvas*
c=
new TCanvas(
"Plots",
"Plots",0,0,1200,700);
1069 TMultiGraph* mg1=
new TMultiGraph();
1070 mg1->SetTitle(
"cc_rho;cc;rho");
1071 if(gB[0]->GetN()!=0) mg1->Add(gB[0]);
1072 if(gS[0]->GetN()!=0) mg1->Add(gS[0]);
1075 TMultiGraph* mg2=
new TMultiGraph();
1076 mg2->SetTitle(
"cc_ANNoutput;cc;ANNoutput");
1077 if(gB[1]->GetN()!=0) mg2->Add(gB[1]);
1078 if(gS[1]->GetN()!=0) mg2->Add(gS[1]);
1081 TMultiGraph* mg3=
new TMultiGraph();
1082 mg3->SetTitle(
"rho_ANNoutput;rho;ANNoutput");
1083 if(gB[2]->GetN()!=0) mg3->Add(gB[2]);
1084 if(gS[2]->GetN()!=0) mg3->Add(gS[2]);
1087 TText*
text=
new TText(0.37,0.0,
"no cuts on ANN");
1088 hglitch->SetStats(0);
1089 hglitch->GetXaxis()->SetTitle(
"cc");
1090 hglitch->GetYaxis()->SetTitle(
"ANNoutput");
1091 hglitch->GetZaxis()->SetTitle(
"count");
1092 hglitch->Draw(
"colz");
1099 char Cname2root[1024];
1100 Cname.ReplaceAll(
".root",
".png");
1101 sprintf(Cname2,
"CC_RHO_ANN_Plots/CC_RHO_ANN_Plots_%s",Cname.Data());
1102 sprintf(Cname2root,
"CC_RHO_ANN_Plots/CC_RHO_ANN_Plots_%s",Cnameroot.Data());
1104 c->Print(Cname2root);
1106 TCanvas*
c2=
new TCanvas(
"Plots_Bkg_on_Sig",
"Plots_Bkg_on_Sig",0,0,1200,700);
1110 gB[0]->Draw(
"p,same");
1114 gB[1]->Draw(
"p,same");
1117 gB[2]->Draw(
"p,same");
1119 TText* text2=
new TText(0.37,0.0,
"no cuts on ANN");
1120 hglitch->SetStats(0);
1121 hglitch->GetXaxis()->SetTitle(
"cc");
1122 hglitch->GetYaxis()->SetTitle(
"ANNoutput");
1123 hglitch->GetZaxis()->SetTitle(
"count");
1124 hglitch->Draw(
"colz");
1130 char Cname2_2[1024];
1131 char Cname2_2root[1024];
1132 Cname_2.ReplaceAll(
".root",
".png");
1133 sprintf(Cname2_2,
"CC_RHO_ANN_Plots/CC_RHO_ANN_Plots_BoS_%s",Cname_2.Data());
1134 sprintf(Cname2_2root,
"CC_RHO_ANN_Plots/CC_RHO_ANN_Plots_BoS_%s",Cname_2root.Data());
1135 c2->SaveAs(Cname2_2);
1136 c2->Print(Cname2_2root);
Float_t * rho
biased null statistics
void Plots(TString ifile)
void Annth(TString ifile)
wavearray< double > a(hp.size())
cout<< endl;cout<< "ts size = "<< ts.size()<< " ts rate = "<< ts.rate()<< endl;tf.Forward(ts, wdm);int levels=tf.getLevel();cout<< "tf size = "<< tf.size()<< endl;double dF=tf.resolution();double dT=1./(2 *dF);cout<< "rate(hz) : "<< RATE<< "\ layers : "<< nLAYERS<< "\ dF(hz) : "<< dF<< "\ dT(ms) : "<< dT *1000.<< endl;int itime=TIME_PIXEL_INDEX;int ifreq=FREQ_PIXEL_INDEX;int index=(levels+1) *itime+ifreq;double time=itime *dT;double freq=(ifreq >0) ? ifreq *dF :dF/4;cout<< endl;cout<< "PIXEL TIME = "<< time<< " sec "<< endl;cout<< "PIXEL FREQ = "<< freq<< " Hz "<< endl;cout<< endl;wavearray< double > x
cout<< fileout<< endl;out.open(fileout, ios::out);if(!out.good()) { cout<< "cwb_mkhtml_cbc.C : Error Opening File : "<< fileout<< endl;exit(1);} out<< "<br><br><< endl; MakePlotsHtmlCellTable(&out, "Sensitive distance for M< sub > total</sub > bins
cout<< "SNR "<< xsnr<< endl;wavearray< double > f
void graph(TString ifile)
cout<< "Injected signals: "<< mdc.GetEntries()<< endl;cout<< "Injected signals in histogram factor_events_inj: "<< NEVTS<< endl;float myifar, ecor, m1, m2, netcc[3], neted, penalty;float rho[2];float chirp[6];float range[2];float frequency[2];float iSNR[3], sSNR[3];sim.SetBranchAddress("mass", mass);sim.SetBranchAddress("factor", &factor);sim.SetBranchAddress("range", range);sim.SetBranchAddress("chirp", chirp);sim.SetBranchAddress("rho", rho);sim.SetBranchAddress("netcc", netcc);sim.SetBranchAddress("neted", &neted);sim.SetBranchAddress("ifar", &myifar);sim.SetBranchAddress("ecor", &ecor);sim.SetBranchAddress("penalty", &penalty);sim.SetBranchAddress("time", mytime);sim.SetBranchAddress("iSNR", iSNR);sim.SetBranchAddress("sSNR", sSNR);sim.SetBranchAddress("spin", spin);sim.SetBranchAddress("frequency", frequency);float **volume=new float *[NBINS_mass1];float **volume_first_shell=new float *[NBINS_mass1];float **radius=new float *[NBINS_mass1];float **error_volume=new float *[NBINS_mass1];float **error_volume_first_shell=new float *[NBINS_mass1];float **error_radius=new float *[NBINS_mass1];for(int i=0;i< NBINS_mass1;i++) { volume[i]=new float[NBINS_mass2];volume_first_shell[i]=new float[NBINS_mass2];radius[i]=new float[NBINS_mass2];error_volume[i]=new float[NBINS_mass2];error_volume_first_shell[i]=new float[NBINS_mass2];error_radius[i]=new float[NBINS_mass2];for(int j=0;j< NBINS_mass2;j++) { volume[i][j]=0.;volume_first_shell[i][j]=0.;radius[i][j]=0.;error_volume[i][j]=0.;error_volume_first_shell[i][j]=0.;error_radius[i][j]=0.;} } float **spin_mtot_volume=new float *[NBINS_MTOT+1];float **spin_mtot_radius=new float *[NBINS_MTOT+1];float **error_spin_mtot_volume=new float *[NBINS_MTOT+1];float **error_spin_mtot_radius=new float *[NBINS_MTOT+1];for(int i=0;i< NBINS_MTOT+1;i++) { spin_mtot_volume[i]=new float[NBINS_SPIN+1];spin_mtot_radius[i]=new float[NBINS_SPIN+1];error_spin_mtot_volume[i]=new float[NBINS_SPIN+1];error_spin_mtot_radius[i]=new float[NBINS_SPIN+1];for(int j=0;j< NBINS_SPIN+1;j++) { spin_mtot_volume[i][j]=0.;error_spin_mtot_volume[i][j]=0.;spin_mtot_radius[i][j]=0.;error_spin_mtot_radius[i][j]=0.;} } char fname[1024];sprintf(fname, "%s/recovered_signals.txt", netdir);ofstream fev;fev.open(fname, std::ofstream::out);sprintf(line, "#GPS@L1 FAR[Hz] eFAR[Hz] Pval " "ePval factor rho frequency iSNR sSNR \");fev<< line<< endl;ofstream *fev_single=new ofstream[nfactor];for(int l=1;l< nfactor+1;l++) { sprintf(fname, "%s/recovered_signals_%d.txt", netdir, l);fev_single[l - 1].open(fname, std::ofstream::out);fev_single[l - 1]<< line<< endl;} double Vrho[RHO_NBINS], eVrho[RHO_NBINS], Rrho[RHO_NBINS], eRrho[RHO_NBINS], Trho[RHO_NBINS];for(int i=0;i< RHO_NBINS;i++) { Vrho[i]=0.;eVrho[i]=0.;Rrho[i]=0.;eRrho[i]=0.;Trho[i]=RHO_MIN+i *RHO_BIN;} double dV, dV1, dV_spin_mtot, nevts, internal_volume;int nT;int countv=0;int cnt=0;int cnt2=0;int cntfreq=0;bool bcut=false;double liveTot=sim.GetMaximum("ifar");double BKG_LIVETIME_yr=liveTot/CYS;double BKG_LIVETIME_Myr=BKG_LIVETIME_yr/(1.e6);cout.precision(14);cout<< "Total live time ---> background
Float_t * netcc
effective correlated SNR
void Test0_dANN_var_norm(TString NN_FILE, TString TEST_FILE, int TS=0, int TB=0, int s=0, int b=0, int uf=0)
sprintf(tfres,"(1/%g)x(%g) (sec)x(Hz)", 2 *df, df)