Belle II Software development
|
Test of HopfieldNetwork Class. More...
Protected Member Functions | |
vector< OverlapResolverNodeInfo > | getInput () |
Create sample for test. | |
Protected Attributes | |
vector< OverlapResolverNodeInfo > | m_trackCandidateInfos |
Container on which the Hopfield Algorithm runs. | |
vector< OverlapResolverNodeInfo > | m_qiTrackOverlap |
Container on which the Greedy Algorithm (Scrooge) runs. | |
unsigned int | myTrueTracks = 10 |
Number of true tracks. | |
Test of HopfieldNetwork Class.
Definition at line 23 of file hopfieldNetwork.cc.
|
inlineprotected |
Create sample for test.
Definition at line 41 of file hopfieldNetwork.cc.
|
protected |
Container on which the Greedy Algorithm (Scrooge) runs.
Output comes in form of qiTrackOverlap.isActive, which is simply a bool, if the corresponding track was taken or not.
Definition at line 34 of file hopfieldNetwork.cc.
|
protected |
Container on which the Hopfield Algorithm runs.
Output comes in form of tcInfo4Hopfield.neuronValue. Typically > 0.7 signal, < 0.7 bkg;
Definition at line 29 of file hopfieldNetwork.cc.
|
protected |
Number of true tracks.
Definition at line 36 of file hopfieldNetwork.cc.