![]() |
ATLAS Offline Software
|
#include <DetailedHitInfo.h>
Public Member Functions | |
| void | addHit (Trk::DetectorRegion region, int layer, int etaModule, int hit=1) |
| This class containes the detailed information on the contributing layers and regions to the hit count. | |
| int | getHits (Trk::DetectorRegion region, int layer) |
| int | getContributionFromRegion (Trk::DetectorRegion region) |
| int | getAllContributions () |
| int | getPixelContributions () |
| int | getStripContributions () |
| int | getHitsFromRegion (Trk::DetectorRegion region) |
| int | getAllHits () |
| int | getPixelHits () |
| int | getStripHits () |
| const std::vector< std::pair< Trk::DetectorRegion, std::vector< std::tuple< int, int, int > > > > & | getHitInfo () |
Private Attributes | |
| std::vector< std::pair< Trk::DetectorRegion, std::vector< std::tuple< int, int, int > > > > | m_detailedHitInfo {} |
| int | m_prevEta {} |
Definition at line 23 of file DetailedHitInfo.h.
| void Trk::DetailedHitInfo::addHit | ( | Trk::DetectorRegion | region, |
| int | layer, | ||
| int | etaModule, | ||
| int | hit = 1 ) |
This class containes the detailed information on the contributing layers and regions to the hit count.
Definition at line 59 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getAllContributions | ( | ) |
Definition at line 101 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getAllHits | ( | ) |
Definition at line 111 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getContributionFromRegion | ( | Trk::DetectorRegion | region | ) |
Definition at line 96 of file DetailedHitInfo.cxx.
| const std::vector< std::pair< Trk::DetectorRegion, std::vector< std::tuple< int, int, int > > > > & Trk::DetailedHitInfo::getHitInfo | ( | ) |
Definition at line 54 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getHits | ( | Trk::DetectorRegion | region, |
| int | layer ) |
Definition at line 82 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getHitsFromRegion | ( | Trk::DetectorRegion | region | ) |
Definition at line 106 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getPixelContributions | ( | ) |
Definition at line 116 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getPixelHits | ( | ) |
Definition at line 121 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getStripContributions | ( | ) |
Definition at line 127 of file DetailedHitInfo.cxx.
| int Trk::DetailedHitInfo::getStripHits | ( | ) |
Definition at line 132 of file DetailedHitInfo.cxx.
|
private |
Definition at line 45 of file DetailedHitInfo.h.
|
private |
Definition at line 46 of file DetailedHitInfo.h.