|
FEDRA emulsion software from the OPERA Collaboration
|
Functions | |
| ParaSet | Branch ("CUT_ANN_INPUTNEURONS",&CUT_ANN_INPUTNEURONS,"CUT_ANN_INPUTNEURONS/I") |
| ParaSet | Branch ("CUT_ANN_OUTPUT",&CUT_ANN_OUTPUT,"CUT_ANN_OUTPUT/D") |
| PARAMETERSET_DEFINITIONFILE_SHORT | cd () |
| outstream<< " ParaSetNr CUT_ANN_INPUTNEURONS CUT_ANN_OUTPUT "<< endl;Int_t ann_neurons[4]={5, 10, 20, 30};for(Int_t i1=0;i1<=3;++i1) { for(Int_t i2=0;i2<=19;++i2) { CUT_ANN_INPUTNEURONS=ann_neurons[i1];CUT_ANN_OUTPUT=0.1+(Double_t) i2 *0.04;ParaSet-> | Fill () |
| outstream | open (OutputFile) |
| outstream<< " "<< ParaSetNr<< " "<< CUT_ANN_INPUTNEURONS<< " "<< CUT_ANN_OUTPUT<< endl;++ParaSetNr;} } ParaSet-> | Print () |
| ParaSet | Write () |
Variables | |
| Int_t | CUT_ANN_INPUTNEURONS |
| Double_t | CUT_ANN_OUTPUT |
| TString | OutputFile ="PARAMETERSET_DEFINITIONFILE_LONG_NN_ALG.txt" |
| ofstream | outstream |
| ParaSet = new TTree("ParaSet_Variables","ParaSet_Variables") | |
| Int_t | ParaSetNr =0 |
| return | |
| ParaSet Branch | ( | "CUT_ANN_INPUTNEURONS" | , |
| & | CUT_ANN_INPUTNEURONS, | ||
| "CUT_ANN_INPUTNEURONS/I" | |||
| ) |
| ParaSet Branch | ( | "CUT_ANN_OUTPUT" | , |
| & | CUT_ANN_OUTPUT, | ||
| "CUT_ANN_OUTPUT/D" | |||
| ) |
| PARAMETERSET_DEFINITIONFILE_SHORT cd | ( | ) |
| outstream<< " ParaSetNr CUT_ANN_INPUTNEURONS CUT_ANN_OUTPUT "<< endl; Int_t ann_neurons[4]={5,10,20,30}; for (Int_t i1=0; i1 <=3; ++i1) { for (Int_t i2=0; i2 <=19; ++i2) { CUT_ANN_INPUTNEURONS=ann_neurons[i1]; CUT_ANN_OUTPUT=0.1+(Double_t)i2*0.04; ParaSet-> Fill | ( | ) |
| outstream open | ( | OutputFile | ) |
| outstream<< " " << ParaSetNr << " " << CUT_ANN_INPUTNEURONS << " " << CUT_ANN_OUTPUT << endl; ++ParaSetNr; } } ParaSet-> Print | ( | ) |
| ParaSet Write | ( | ) |
| Int_t CUT_ANN_INPUTNEURONS |
| Double_t CUT_ANN_OUTPUT |
| TString OutputFile ="PARAMETERSET_DEFINITIONFILE_LONG_NN_ALG.txt" |
| ofstream outstream |
| ParaSet = new TTree("ParaSet_Variables","ParaSet_Variables") |
| Int_t ParaSetNr =0 |
| return |