5#ifndef DETAILEDHITINFO_H
6#define DETAILEDHITINFO_H
41 const std::vector < std::pair < Trk::DetectorRegion, std::vector < std::tuple <int , int , int> > > >&
getHitInfo();
45 std::vector < std::pair < Trk::DetectorRegion, std::vector < std::tuple <int , int , int> > > >
m_detailedHitInfo{};
int getStripContributions()
int getContributionFromRegion(Trk::DetectorRegion region)
const std::vector< std::pair< Trk::DetectorRegion, std::vector< std::tuple< int, int, int > > > > & getHitInfo()
int getAllContributions()
int getPixelContributions()
int getHits(Trk::DetectorRegion region, int layer)
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...
std::vector< std::pair< Trk::DetectorRegion, std::vector< std::tuple< int, int, int > > > > m_detailedHitInfo
int getHitsFromRegion(Trk::DetectorRegion region)
Ensure that the ATLAS eigen extensions are properly loaded.