ATLAS Offline Software
Loading...
Searching...
No Matches
MuonHoughTransformer_xy.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONHOUGHPATTERNEVENT_MUONHOUGHTRANSFORMER_XY_H
6#define MUONHOUGHPATTERNEVENT_MUONHOUGHTRANSFORMER_XY_H
7
9
11public:
13 MuonHoughTransformer_xy(int nbins, int nbins_angle, double detectorsize, double detectorsize_angle, double threshold_histo,
14 int number_of_sectors = 1);
16 virtual ~MuonHoughTransformer_xy() = default;
17
19 std::pair<double, double> getHitPos(const MuonHoughHitContainer& event, int hitid) const override;
21 std::unique_ptr<MuonHoughPattern> initialiseHoughPattern() const override final;
22};
23
24#endif // MUONHOUGHPATTERNEVENT_MUONHOUGHTRANSFORMER_XY_H
MuonHoughTransformer_xy(int nbins, int nbins_angle, double detectorsize, double detectorsize_angle, double threshold_histo, int number_of_sectors=1)
constructor
std::unique_ptr< MuonHoughPattern > initialiseHoughPattern() const override final
build new houghpattern
std::pair< double, double > getHitPos(const MuonHoughHitContainer &event, int hitid) const override
returns the hit position in xy frame
virtual ~MuonHoughTransformer_xy()=default
destructor
MuonHoughTransformer_xyz(int nbins, int nbins_angle, double detectorsize, double detectorsize_angle, double threshold_histo, int number_of_sectors=1)
constructor