ATLAS Offline Software
Classes | Namespaces | Enumerations | Functions
HitSummaryDataUtils.h File Reference
#include "InDetReadoutGeometry/SiDetectorElement.h"
#include "InDetIdentifier/PixelID.h"
#include "InDetIdentifier/SCT_ID.h"
#include <vector>
#include <cmath>
#include <array>
#include <tuple>
Include dependency graph for HitSummaryDataUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsTrk::HitSummaryData
 Helper class to gather hit summary information for e.g. More...
 
class  ActsTrk::SumOfValues
 Helper class to gather statistics and compute the biased variance. More...
 

Namespaces

 InDetDD
 Message Stream Member.
 
 ActsTrk
 The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
 
 ActsTrk::HitCategory
 

Enumerations

enum  ActsTrk::HitCategory::ESpecialHitCategories { ActsTrk::HitCategory::DeadSensor, ActsTrk::HitCategory::Hole, ActsTrk::HitCategory::N }
 

Functions

template<typename T_EnumClass >
constexpr std::underlying_type< T_EnumClass >::type ActsTrk::to_underlying (T_EnumClass an_enum)
 Helper to convert class enum into an integer. More...
 
void ActsTrk::gatherTrackSummaryData (const ActsTrk::TrackContainer &tracksContainer, const typename ActsTrk::TrackContainer::ConstTrackProxy &track, const std::array< const InDetDD::SiDetectorElementCollection *, to_underlying(xAOD::UncalibMeasType::nTypes)> &siDetEleColl, const std::array< unsigned short, to_underlying(xAOD::UncalibMeasType::nTypes)> &measurement_to_summary_type, SumOfValues &chi2_stat_out, HitSummaryData &hit_info_out, std::vector< ActsTrk::TrackStateBackend::ConstTrackStateProxy::IndexType > &param_state_idx_out, std::array< std::array< uint8_t, to_underlying(HitCategory::N)>, to_underlying(xAOD::UncalibMeasType::nTypes)> &special_hit_counts_out)
 Helper to gather track summary information from the track states of the specified track. More...