ATLAS Offline Software
HGTD_Cluster.cxx
Go to the documentation of this file.
1 
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)),
26  m_width(width),
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:
33 HGTD_Cluster::HGTD_Cluster() : PrepRawData() {
34  m_det_el = nullptr;
35 }
HGTD_Cluster::HGTD_Cluster
HGTD_Cluster()
Definition: HGTD_Cluster.cxx:33
Amg::MatrixX
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Definition: EventPrimitives.h:27
InDetDD::SolidStateDetectorElementBase
Definition: SolidStateDetectorElementBase.h:132
Amg::Vector2D
Eigen::Matrix< double, 2, 1 > Vector2D
Definition: GeoPrimitives.h:48
HGTD_Cluster.h
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration.
HGTD_Cluster::m_det_el
const InDetDD::SolidStateDetectorElementBase * m_det_el
Definition: HGTD_Cluster.h:82
Base_Fragment.width
width
Definition: Sherpa_i/share/common/Base_Fragment.py:59
InDet::SiWidth
Definition: SiWidth.h:25
Identifier
Definition: IdentifierFieldParser.cxx:14