![]() |
ATLAS Offline Software
|
#include <MuonLayerHoughSelector.h>
Public Member Functions | |
| MuonLayerHoughSelector ()=default | |
| Default constructor. | |
| MuonLayerHoughSelector (const MuonLayerHoughSelector &)=default | |
| MuonLayerHoughSelector (MuonLayerHoughSelector &&)=default | |
| MuonLayerHoughSelector & | operator= (MuonLayerHoughSelector &&)=default |
| MuonLayerHoughSelector & | operator= (const MuonLayerHoughSelector &)=default |
| MuonLayerHoughSelector (std::vector< std::pair< int, float > > cutValues) | |
| virtual | ~MuonLayerHoughSelector () |
| Destructor. | |
| float | getCutValue (float pos) const |
| Getter Methods. | |
| float | getMinCutValue () const |
| bool | passesCutValue (float testValue, float position) const |
Private Attributes | |
| std::vector< std::pair< int, float > > | m_cutValues |
Definition at line 12 of file MuonLayerHoughSelector.h.
|
default |
Default constructor.
|
default |
|
default |
| MuonHough::MuonLayerHoughSelector::MuonLayerHoughSelector | ( | std::vector< std::pair< int, float > > | cutValues | ) |
Definition at line 16 of file MuonLayerHoughSelector.cxx.
|
virtualdefault |
Destructor.
| float MuonHough::MuonLayerHoughSelector::getCutValue | ( | float | pos | ) | const |
| float MuonHough::MuonLayerHoughSelector::getMinCutValue | ( | ) | const |
Definition at line 35 of file MuonLayerHoughSelector.cxx.
|
default |
|
default |
| bool MuonHough::MuonLayerHoughSelector::passesCutValue | ( | float | testValue, |
| float | position ) const |
Definition at line 43 of file MuonLayerHoughSelector.cxx.
|
private |
Definition at line 31 of file MuonLayerHoughSelector.h.