![]() |
ATLAS Offline Software
|
#include <cmath>#include <iostream>#include <memory>#include <string>#include <vector>#include "MuonLayerHough/Hit.h"#include "MuonLayerHough/MuonLayerHoughSelector.h"#include "MuonStationIndex/MuonStationIndex.h"Go to the source code of this file.
Classes | |
| struct | MuonHough::RegionDescriptor |
| struct containing all information to build a Hough transform for a given chamber index More... | |
| struct | MuonHough::MuonLayerHough |
| struct | MuonHough::MuonLayerHough::Maximum |
| struct representing the maximum in the hough space More... | |
Namespaces | |
| namespace | MuonHough |
Typedefs | |
| using | MuonHough::HitVec = std::vector<std::shared_ptr<MuonHough::Hit>> |
| using | MuonHough::RegionDescriptionVec = std::vector<RegionDescriptor> |
Functions | |
| float | MuonHough::extrapolate (const MuonLayerHough::Maximum &ref, const MuonLayerHough::Maximum &ex, bool doparabolic=false) |