ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonHoughPatternEvent
MuonHoughPatternEvent
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
8
#include "
MuonHoughPatternEvent/MuonHoughTransformer_xyz.h
"
9
10
class
MuonHoughTransformer_xy
:
public
MuonHoughTransformer_xyz
{
11
public
:
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_xyz.h
MuonHoughHitContainer
Definition
MuonHoughHitContainer.h:15
MuonHoughTransformer_xy::MuonHoughTransformer_xy
MuonHoughTransformer_xy(int nbins, int nbins_angle, double detectorsize, double detectorsize_angle, double threshold_histo, int number_of_sectors=1)
constructor
Definition
MuonHoughTransformer_xy.cxx:7
MuonHoughTransformer_xy::initialiseHoughPattern
std::unique_ptr< MuonHoughPattern > initialiseHoughPattern() const override final
build new houghpattern
Definition
MuonHoughTransformer_xy.cxx:17
MuonHoughTransformer_xy::getHitPos
std::pair< double, double > getHitPos(const MuonHoughHitContainer &event, int hitid) const override
returns the hit position in xy frame
Definition
MuonHoughTransformer_xy.cxx:11
MuonHoughTransformer_xy::~MuonHoughTransformer_xy
virtual ~MuonHoughTransformer_xy()=default
destructor
MuonHoughTransformer_xyz::MuonHoughTransformer_xyz
MuonHoughTransformer_xyz(int nbins, int nbins_angle, double detectorsize, double detectorsize_angle, double threshold_histo, int number_of_sectors=1)
constructor
Definition
MuonHoughTransformer_xyz.cxx:8
const
Generated on
for ATLAS Offline Software by
1.17.0