ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkEvent
TrkCaloExtension
src
TrkEvent/TrkCaloExtension/src/CaloExtension.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrkCaloExtension/CaloExtension.h
"
6
7
Trk::CaloExtension::CaloExtension
(std::unique_ptr<TrackParameters> caloEntry,
8
std::unique_ptr<TrackParameters> muonEntry,
9
std::vector<CurvilinearParameters>&& caloLayers)
10
:
m_caloEntryLayerIntersection
(
std
::move(caloEntry)),
11
m_muonEntryLayerIntersection
(
std
::move(muonEntry)),
12
m_caloLayerIntersections
(
std
::move(caloLayers)) {}
13
CaloExtension.h
Trk::CaloExtension::m_muonEntryLayerIntersection
std::unique_ptr< TrackParameters > m_muonEntryLayerIntersection
parameters at the muon entrance
Definition
TrkEvent/TrkCaloExtension/TrkCaloExtension/CaloExtension.h:46
Trk::CaloExtension::m_caloEntryLayerIntersection
std::unique_ptr< TrackParameters > m_caloEntryLayerIntersection
parameters at the calorimeter entrance
Definition
TrkEvent/TrkCaloExtension/TrkCaloExtension/CaloExtension.h:44
Trk::CaloExtension::m_caloLayerIntersections
std::vector< CurvilinearParameters > m_caloLayerIntersections
parameters at the different calorimeter layers
Definition
TrkEvent/TrkCaloExtension/TrkCaloExtension/CaloExtension.h:48
Trk::CaloExtension::CaloExtension
CaloExtension(std::unique_ptr< TrackParameters > caloEntry, std::unique_ptr< TrackParameters > muonEntry, std::vector< CurvilinearParameters > &&caloLayers)
constructor taking result of the intersection as arguments
Definition
TrkEvent/TrkCaloExtension/src/CaloExtension.cxx:7
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0