Belle II Software development
|
Test the overlap-matrix creator using known input. More...
Protected Attributes | |
vector< vector< unsigned short > > | hitRelatedTracks |
A hitRelatedTracks matrix for Testing purposes: | |
vector< vector< unsigned short > > | smallOverlapTestMatrix |
Corresponding overlap matrix for testing purposes: [assumes sorting]. | |
vector< vector< unsigned short > > | hitRelatedTracks2 |
Another hitRelatedTracks matrix with multiple double overlaps: | |
vector< vector< unsigned short > > | allowOneOverlapTestMatrix |
and its overlap matrix which allows for 1 cluster overlaps | |
vector< vector< unsigned short > > | hitRelatedTracks3 |
This time, we want to check for double overlaps. | |
vector< vector< unsigned short > > | allowTwoOverlapTestMatrix |
and its overlap matrix which allows for 2 cluster overlaps | |
Test the overlap-matrix creator using known input.
Definition at line 18 of file overlapMatrixCreator.cc.
|
protected |
and its overlap matrix which allows for 1 cluster overlaps
Definition at line 33 of file overlapMatrixCreator.cc.
|
protected |
and its overlap matrix which allows for 2 cluster overlaps
Definition at line 40 of file overlapMatrixCreator.cc.
|
protected |
A hitRelatedTracks matrix for Testing purposes:
Definition at line 21 of file overlapMatrixCreator.cc.
|
protected |
Another hitRelatedTracks matrix with multiple double overlaps:
Definition at line 30 of file overlapMatrixCreator.cc.
|
protected |
This time, we want to check for double overlaps.
Definition at line 37 of file overlapMatrixCreator.cc.
|
protected |
Corresponding overlap matrix for testing purposes: [assumes sorting].
Definition at line 25 of file overlapMatrixCreator.cc.