Belle II Software development
|
AlwaysYesFilter is a simple filter saying always yes, which is meant for testing purposes. More...
#include <AlwaysYesFilter.h>
Public Types | |
typedef unsigned int | CompatibilityValue |
is currently a counter which counts number of passed filterTests | |
typedef std::vector< std::vector< CompatibilityValue > > | CompatibilityTable |
is currently a table of CompatibilityValues which allows to check which combination of spacepoints/segments are allowed to be combined | |
Public Member Functions | |
virtual void | checkSpacePoints (const SectorFriendship *thisFriendship, CompatibilityTable &compatibilityTable) |
constructor | |
Protected Attributes | |
float | m_minCutoff |
if value is lower than cutoff, the value will be neglected | |
float | m_maxCutoff |
if value is higher than cutoff, the value will be neglected | |
AlwaysYesFilter is a simple filter saying always yes, which is meant for testing purposes.
Definition at line 25 of file AlwaysYesFilter.h.
|
inherited |
is currently a table of CompatibilityValues which allows to check which combination of spacepoints/segments are allowed to be combined
Definition at line 41 of file FilterBase.h.
|
inherited |
is currently a counter which counts number of passed filterTests
Definition at line 39 of file FilterBase.h.
|
virtual |
constructor
called for each compatible sector-sector-combination inhabiting spacePoints
Implements FilterBase.
Definition at line 18 of file AlwaysYesFilter.cc.
|
protectedinherited |
if value is higher than cutoff, the value will be neglected
Definition at line 58 of file FilterBase.h.
|
protectedinherited |
if value is lower than cutoff, the value will be neglected
Definition at line 55 of file FilterBase.h.