ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_Cluster.cxx
Go to the documentation of this file.
1
9
11
12#include <utility>
13
14
15// Constructor for use from tp converter
17 const Amg::Vector2D& loc_pos,
18 std::vector<Identifier>&& rdo_list,
19 const InDet::SiWidth& width,
21 Amg::MatrixX&& loc_err_matx,
22 const float time_of_arrival,
23 const float time_of_arrival_err,
24 std::vector<int>&& time_over_threshold)
25 : PrepRawData(rdo_id, loc_pos, std::move(rdo_list), std::move(loc_err_matx)),
27 m_det_el(det_el),
28 m_time(time_of_arrival),
29 m_time_resolution(time_of_arrival_err),
30 m_time_over_threshold(std::move(time_over_threshold)) {}
31
32// Default constructor:
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
std::vector< int > m_time_over_threshold
InDet::SiWidth m_width
float m_time_resolution
virtual const InDet::SiWidth & width() const
const InDetDD::SolidStateDetectorElementBase * m_det_el
Class to hold geometrical description of a solid state detector element.
PrepRawData()
public because of DataPool
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 2, 1 > Vector2D
STL namespace.