ATLAS Offline Software
Loading...
Searching...
No Matches
Acts/ActsEvent/ActsEvent/CaloExtension.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSEVENT_CALOEXTENSION_H
5#define ACTSEVENT_CALOEXTENSION_H
6
11
12#include "Acts/EventData/BoundTrackParameters.hpp"
13#include "Acts/Utilities/TransformRange.hpp"
14
17
18#include <span>
19
20
21namespace ActsTrk{
22 class CaloExtension;
27
28
32 public:
36 /*** @brief Returns the associated ID track particle */
37 const xAOD::TrackParticle* track() const;
39 std::size_t size() const;
41 bool empty() const;
43 const Acts::BoundTrackParameters& parameters(const std::size_t parIdx) const;
44
46 using ClusterVec_t = std::vector<const xAOD::CaloCluster*>;
48 using ParamVec_t = std::vector<Acts::BoundTrackParameters>;
50 void appendParameters(Acts::BoundTrackParameters&& pars);
53 void associateCluster(const xAOD::CaloCluster* clust);
55 std::optional<Acts::BoundTrackParameters> lastParameters() const;
57 const ParamVec_t& parameters() const;
59 const ClusterVec_t& associatedClusters() const;
62 std::optional<Acts::BoundTrackParameters> lastTrackParameters() const;
63 private:
70
71 };
73
74}
76
77#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
The CaloExtension holds the ID extrapolation states through the calorimeter and the associated CaloCl...
const ClusterVec_t & associatedClusters() const
Returns the view on the asociated clusters.
std::size_t size() const
Number of extensions stored in the instance.
const xAOD::TrackParticle * m_idTrack
Pointer to the associated ID track particle.
CaloExtension(const xAOD::TrackParticle *track)
Constructor taking the pointer to the ID track used for the extrapolations.
ParamVec_t m_parameters
Define the list of bound track parameters.
void appendParameters(Acts::BoundTrackParameters &&pars)
Append a list of recorded hit parameters.
const ParamVec_t & parameters() const
Returns the view onto the cached BoundTackParameters.
ClusterVec_t m_clusters
The list of assoicated clusters.
const xAOD::TrackParticle * track() const
std::vector< const xAOD::CaloCluster * > ClusterVec_t
Abrivation of the calo cluster vector.
std::vector< Acts::BoundTrackParameters > ParamVec_t
Abrivation of the Bound track parameter vector.
void associateCluster(const xAOD::CaloCluster *clust)
Associates a calorimeter cluster with the calo extension.
std::optional< Acts::BoundTrackParameters > lastTrackParameters() const
Returns the track parameters asssociated with the last measurement state of the ID track.
std::optional< Acts::BoundTrackParameters > lastParameters() const
Returns the outermost parameters known to the extension.
const Acts::BoundTrackParameters & parameters(const std::size_t parIdx) const
Returns the extension parameters associated with the n-th extension.
Derived DataVector<T>.
Definition DataVector.h:795
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
const CaloExtension * getCaloExtension(const xAOD::TrackParticle &track)
Retrieve a pointer to the CaloExtension linked with the passed TrackParticle.
DataVector< CaloExtension > CaloExtensionContainer
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
TrackParticle_v1 TrackParticle
Reference the current persistent version: