ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::PixelClusteringToolImpl< T_RDOContainer > Class Template Reference

#include <PixelClusteringTool.h>

Inheritance diagram for ActsTrk::PixelClusteringToolImpl< T_RDOContainer >:
Collaboration diagram for ActsTrk::PixelClusteringToolImpl< T_RDOContainer >:

Public Types

using IClusteringToolType = typename ActsTrk::RDOContainerTraits<T_RDOContainer>::IClusteringToolType
using base_class = extends<AthAlgTool,typename ActsTrk::RDOContainerTraits<T_RDOContainer>::IClusteringToolType>::base_class

Public Member Functions

 PixelClusteringToolImpl (const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize () override
virtual std::pair< unsigned int, unsigned int > countCells (const T_RDOContainer &rdo_collection, const std::vector< IdentifierHash > &listOfIds, const InDetDD::SiDetectorElementCollection &detector_elements) const override
virtual StatusCode clusterize (const EventContext &ctx, const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs &RDOs, const InDet::SiDetectorElementStatus &pixelDetElStatus, const InDetDD::SiDetectorElement &element, typename IClusteringToolType::CellContainer &cellContainer) const override
virtual std::any createEventDataCache (xAOD::PixelClusterContainer &cont, std::size_t nClusterRDOs) const override
virtual StatusCode makeClusters (const EventContext &ctx, const T_RDOContainer &rdo_container, const typename IClusteringToolType::CellContainer &cellContainer, unsigned int module_i, const InDetDD::SiDetectorElement &element, unsigned int icluster, xAOD::PixelClusterContainer &cont, std::any &vars) const override

Private Types

using ClusterProxy = InPlaceClusterization::ClusterProxy<const typename IClusteringToolType::CellContainer>
using Cell = typename IClusteringToolType::CellContainer::Cell

Private Member Functions

template<bool GANGED>
std::pair< unsigned int, unsigned int > countCellsImpl (const T_RDOContainer &rdo_collection, const std::vector< IdentifierHash > &listOfIds, const InDetDD::SiDetectorElementCollection &detector_elements) const
std::span< typename IClusteringToolType::CellContainer::Cell > unpackRDOs (const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs &RDOs, const InDet::SiDetectorElementStatus &pixelDetElStatus, const InDetDD::SiDetectorElement &element, typename IClusteringToolType::CellContainer &cellContainer) const
StatusCode makeCluster (size_t icluster, const PixelClusteringToolImpl::ClusterProxy &cluster, const InDetDD::SiDetectorElement &element, const InDetDD::PixelModuleDesign &design, const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs &RDOs, const PixelChargeCalibCondData *calibData, const PixelChargeCalibCondData::CalibrationStrategy calibStrategy, const double lorentz_shift, xAOD::PixelCluster::ClusterVars &clusterVars) const

Private Attributes

ToolHandle< ISiLorentzAngleToolm_pixelLorentzAngleTool {this, "PixelLorentzAngleTool", "", "Tool to retreive Lorentz angle of Pixel"}
SG::ReadCondHandleKey< PixelChargeCalibCondDatam_chargeDataKey
Gaudi::Property< std::string > m_idHelperName
Gaudi::Property< bool > m_addCorners {this, "AddCorners", true}
Gaudi::Property< bool > m_useWeightedPos {this, "UseWeightedPosition", false}
Gaudi::Property< bool > m_broadErrors {this, "UseBroadErrors", false}
Gaudi::Property< bool > m_checkGanged {this, "CheckGanged", false}
Gaudi::Property< bool > m_isITk {this, "isITk", true, "True if running in ITk"}
const PixelIDm_pixelID {nullptr}

Detailed Description

template<typename T_RDOContainer>
class ActsTrk::PixelClusteringToolImpl< T_RDOContainer >

Definition at line 27 of file PixelClusteringTool.h.

Member Typedef Documentation

◆ base_class

template<typename T_RDOContainer>
using ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::base_class = extends<AthAlgTool,typename ActsTrk::RDOContainerTraits<T_RDOContainer>::IClusteringToolType>::base_class

Definition at line 30 of file PixelClusteringTool.h.

◆ Cell

template<typename T_RDOContainer>
using ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::Cell = typename IClusteringToolType::CellContainer::Cell
private

Definition at line 76 of file PixelClusteringTool.h.

◆ ClusterProxy

template<typename T_RDOContainer>
using ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::ClusterProxy = InPlaceClusterization::ClusterProxy<const typename IClusteringToolType::CellContainer>
private

Definition at line 75 of file PixelClusteringTool.h.

◆ IClusteringToolType

template<typename T_RDOContainer>
using ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::IClusteringToolType = typename ActsTrk::RDOContainerTraits<T_RDOContainer>::IClusteringToolType

Definition at line 29 of file PixelClusteringTool.h.

Constructor & Destructor Documentation

◆ PixelClusteringToolImpl()

template<typename T_RDOContainer>
ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::PixelClusteringToolImpl ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 112 of file PixelClusteringTool.cxx.

115{}
extends< AthAlgTool, typename ActsTrk::RDOContainerTraits< T_RDOContainer >::IClusteringToolType >::base_class base_class

Member Function Documentation

◆ clusterize()

template<typename T_RDOContainer>
StatusCode ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::clusterize ( const EventContext & ctx,
const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs & RDOs,
const InDet::SiDetectorElementStatus & pixelDetElStatus,
const InDetDD::SiDetectorElement & element,
typename IClusteringToolType::CellContainer & cellContainer ) const
overridevirtual

Definition at line 387 of file PixelClusteringTool.cxx.

392{
393 IdentifierHash idHash = RDOs.identifyHash();
395 if ( pixelDetElStatus.isGood(idHash) ) {
396 // Retrieve the cells from the detector element
399
400 static constexpr unsigned int SORT_BY_LOCAL_X=0u;
404 // set the cell range per cluster
407 unsigned int idx_begin,
408 unsigned int idx_end) {
409 cellContainer.registerNewCluster(idx_begin,idx_end);
410 });
411 }
412 // must add a range for every call otherwise the cell container and
413 // the list of processed modules get out of sync.
414 cellContainer.registerClustersForNewModule(rangeGuard.range());
415
416 return StatusCode::SUCCESS;
417}
std::span< typename IClusteringToolType::CellContainer::Cell > unpackRDOs(const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs &RDOs, const InDet::SiDetectorElementStatus &pixelDetElStatus, const InDetDD::SiDetectorElement &element, typename IClusteringToolType::CellContainer &cellContainer) const
void for_each_cluster(cell_collection_t &cells, func_t func)
call the given function for each cluster of a label sorted cell collection.

◆ countCells()

template<typename T_RDOContainer>
std::pair< unsigned int, unsigned int > ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::countCells ( const T_RDOContainer & rdo_collection,
const std::vector< IdentifierHash > & listOfIds,
const InDetDD::SiDetectorElementCollection & detector_elements ) const
overridevirtual

Definition at line 169 of file PixelClusteringTool.cxx.

171 {
172 if (m_isITk || !m_checkGanged ) {
174 }
175 else {
177 }
178}
std::pair< unsigned int, unsigned int > countCellsImpl(const T_RDOContainer &rdo_collection, const std::vector< IdentifierHash > &listOfIds, const InDetDD::SiDetectorElementCollection &detector_elements) const
Gaudi::Property< bool > m_checkGanged

◆ countCellsImpl()

template<typename T_RDOContainer>
template<bool GANGED>
std::pair< unsigned int, unsigned int > ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::countCellsImpl ( const T_RDOContainer & rdo_collection,
const std::vector< IdentifierHash > & listOfIds,
const InDetDD::SiDetectorElementCollection & detector_elements ) const
private

Definition at line 121 of file PixelClusteringTool.cxx.

123 {
126 const PixelID* pixelID)
127 -> unsigned int
128 {
129 unsigned int n_hits = RDOs.size();
130 if constexpr(GANGED) {
131 assert(elements.at(RDOs.identifyHash()));
132 assert(dynamic_cast<const InDetDD::PixelModuleDesign *>(&elements.at(RDOs.identifyHash())->design()) != nullptr);
133 const InDetDD::PixelModuleDesign &design = static_cast<const InDetDD::PixelModuleDesign &>(elements.at(RDOs.identifyHash())->design());
134 if (isFEI3(design)) {
136 if (rdo.isGanged(design, *pixelID)) {
137 ++n_hits;
138 }
139 }
140 }
141 }
142 return n_hits;
143 };
144 unsigned int n_hits=0u;
145 if (listOfIds.empty()) {
147 assert( RDOs.isValid());
149 }
150 }
151 else {
152 for (const IdentifierHash& id : listOfIds) {
153 if (not id.is_valid()) continue;
155 if (RDOs.has_value()) {
157 }
158 }
159 }
160 // the total number of hits is the best estimate of the maximum number of clusters.
161 // @TODO could apply a factor for the number clusters or only if the number of hits
162 // are above a certain threshold to reduce memory consumption though impact
163 // is likely small.
164 return {n_hits,n_hits};
165}
static std::optional< RDOCollectionAdapter > make(const T_RDOContainer &rdo_container, const IdentifierHash &id_hash)

◆ createEventDataCache()

template<typename T_RDOContainer>
std::any ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::createEventDataCache ( xAOD::PixelClusterContainer & cont,
std::size_t nClusterRDOs ) const
overridevirtual

Definition at line 421 of file PixelClusteringTool.cxx.

◆ initialize()

template<typename T_RDOContainer>
StatusCode ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::initialize ( )
overridevirtual

Definition at line 89 of file PixelClusteringTool.cxx.

90{
91 ATH_MSG_DEBUG("Initializing " << this->name() << " ...");
92
97
98 ATH_CHECK(this->m_pixelLorentzAngleTool.retrieve());
99
100 ATH_CHECK(this->m_chargeDataKey.initialize(not m_chargeDataKey.empty()));
101
102 ATH_MSG_INFO(" Charge Data Key:" << m_chargeDataKey);
103 ATH_MSG_INFO(" ID Helper Name:" << m_idHelperName);
104
106
107 ATH_MSG_DEBUG(this->name() << " successfully initialized");
108 return StatusCode::SUCCESS;
109}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
#define ATH_MSG_DEBUG(x)
Gaudi::Property< bool > m_broadErrors
Gaudi::Property< bool > m_useWeightedPos
ToolHandle< ISiLorentzAngleTool > m_pixelLorentzAngleTool
Gaudi::Property< std::string > m_idHelperName
SG::ReadCondHandleKey< PixelChargeCalibCondData > m_chargeDataKey

◆ makeCluster()

template<typename T_RDOContainer>
StatusCode ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::makeCluster ( size_t icluster,
const PixelClusteringToolImpl< T_RDOContainer >::ClusterProxy & cluster,
const InDetDD::SiDetectorElement & element,
const InDetDD::PixelModuleDesign & design,
const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs & RDOs,
const PixelChargeCalibCondData * calibData,
const PixelChargeCalibCondData::CalibrationStrategy calibStrategy,
const double lorentz_shift,
xAOD::PixelCluster::ClusterVars & clusterVars ) const
private

Definition at line 182 of file PixelClusteringTool.cxx.

191{
193 float tot_acc = 0.f;
194 //to start, set max to the min possible int and min to the max possible int
197 //
206
207 // We temporary comment this since it is not used
208 // bool hasGanged = false;
209 unsigned int n_rdos = clusterVars.rdoList.getBeginIndex(icluster);
210 assert( clusterVars.totList.getBeginIndex(icluster)==n_rdos );
211 assert( calibData==nullptr || clusterVars.chargeList.getBeginIndex(icluster)==n_rdos );
212
213 IdentifierHash idHash = element.identifyHash();
214 assert( idHash == cluster.identifyHash());
215 Identifier module_id = element.identify();
218 float totalCharge = 0.f;
219
221 for (CellProxy cellProxy : cluster) {
222
223 //Construct the identifier class
224
225 // We temporary comment this since it is not used
226 // TODO: Check how the ganged info is used in legacy
227 // if (multiChip) {
228 // hasGanged = hasGanged ||
229 // m_pixelRDOTool->isGanged(id, element).has_value();
230 // }
231 assert(cellProxy.srcIndex() < rdos.size());
232
235 assert( rdo.index() >= rdos.beginIndex() && rdo.index() < rdos.endIndex() );
236 }
237
238 Identifier rdo_id = rdo.computeIdentifier(*m_pixelID,module_id, cellProxy);
239 if (!first_rdo_id.has_value()) {
240 first_rdo_id=rdo_id.get_compact();
241 }
242
243 assert(rdo.getLVL1A()>=0 && rdo.getLVL1A() < std::numeric_limits<uint8_t>::max());
244 cluster_lvl1min = std::min(cluster_lvl1min, static_cast<int>(rdo.getLVL1A()) );
245
246 const int tot = rdo.getToT();
247 float charge = tot;
248
251 cellProxy.coordinates()[1]);
253
254 if (calibData) {
255 // Retrieving the calibration only depends on FE and not per cell (can be further optimized)
256 // Single FE modules could have an optimized getCharge function where the calib constants are cached
258 auto diode_type = design.getDiodeType(si_param);
259 if (m_isITk){
260 // @TODO only check in makeClusters or check at all ?
261 if (design.getReadoutTechnology() != InDetDD::PixelReadoutTechnology::RD53) {
262 ATH_MSG_ERROR("Chip type is not recognized!");
263 return StatusCode::FAILURE;
264 }
265
266 charge = calibData->getCharge(diode_type,
268 idHash,
269 feValue,
270 tot);
271 } else {
272 charge = calibData->getCharge(diode_type,
273 idHash,
274 feValue,
275 tot);
276
277 // These numbers are taken from the Cluster Maker Tool
278 if (design.getReadoutTechnology() != InDetDD::PixelReadoutTechnology::RD53 && (idHash < 12 or idHash > 2035)) {
279 charge = tot/8.0*(8000.0-1200.0)+1200.0;
280 }
281 }
282 clusterVars.chargeList.setValue(n_rdos,charge);
283 }
284 clusterVars.rdoList.setValue(n_rdos,rdo_id.get_compact());
285 clusterVars.totList.setValue(n_rdos,tot);
287 ++n_rdos;
288
291 if (row>rowmax) {
292 rowmax=row;
294 }
295 if (row<rowmin) {
296 rowmin=row;
298 }
299 if (col>colmax) {
300 colmax=col;
302 }
303 if (col<colmin) {
304 colmin=col;
306 }
307
308 // We compute the digital position as a sum of all RDO positions
309 // all with the same weight of 1
310 // We do not compute a charge-weighted center of gravity here (by default) since
311 // we observe it to be worse than the digital position
312 // ToT-weighted center of gravity must not be used
313 if (m_useWeightedPos) {
314 pos_acc += charge * si_param.position();
315 tot_acc += charge;
316 } else {
317 pos_acc += si_param.position();
318 tot_acc += 1;
319 }
320
321 } // loop on cluster's cells
322 assert(n_rdos>0); // clusters must not be empty
323 if (tot_acc > 0)
324 pos_acc /= tot_acc;
325
326 const long long diffCol = static_cast<long long>(colmax) - static_cast<long long>(colmin) + 1LL;
327 const long long diffRow = static_cast<long long>(rowmax) - static_cast<long long>(rowmin) + 1LL;
330 const int colWidth = static_cast<int>(diffCol);
331 const int rowWidth = static_cast<int>(diffRow);
332
333 double etaWidth = colmax_diode.xEtaMax() - colmin_diode.xEtaMin(); // design.widthFromColumnRange(colmin, colmax);
334 double phiWidth = rowmax_diode.xPhiMax() - rowmin_diode.xPhiMin(); // design.widthFromColumnRange(colmin, colmax);
335
336 // ask for Lorentz correction, get global position
339 // find global position of element
340 const Amg::Transform3D& T = element.surface().transform();
341 double Ax[3] = {T(0,0),T(1,0),T(2,0)};
342 double Ay[3] = {T(0,1),T(1,1),T(2,1)};
343 double R [3] = {T(0,3),T(1,3),T(2,3)};
344
345 const Amg::Vector2D& M = locpos;
346 Amg::Vector3D globalPos(M[0]*Ax[0]+M[1]*Ay[0]+R[0],M[0]*Ax[1]+M[1]*Ay[1]+R[1],M[0]*Ax[2]+M[1]*Ay[2]+R[2]);
347
348 // Compute error matrix
349 float width0, width1;
350 if (m_broadErrors) {
351 // Use cluster width
354 } else {
355 // Use average pixel width
358 }
359
360 // Actually create the cluster (i.e. fill the values)
361
364 localCovariance(0, 0) = width0 * width0 / 12.0f;
365 localCovariance(1, 1) = width1 * width1 / 12.0f;
366
367 clusterVars.identifierHash[icluster] = idHash;
368 xAOD::VectorMap<2>(clusterVars.localPositionDim2[icluster].data()) = localPosition;
369 xAOD::MatrixMap<2>(clusterVars.localCovarianceDim2[icluster].data()) = localCovariance;
370 assert( first_rdo_id.has_value());
371 clusterVars.identifier[icluster] = *first_rdo_id;
372 clusterVars.rdoList.updateEndIndex(icluster,n_rdos);
373 xAOD::VectorMap<3>(clusterVars.globalPosition[icluster].data()) = globalPos.cast<float>();
374 clusterVars.totList.updateEndIndex(icluster,n_rdos);
375 clusterVars.chargeList.updateEndIndex(icluster, (calibData ? n_rdos : 0u));
376 clusterVars.totalCharge[icluster] = totalCharge;
378 clusterVars.channelsInPhi[icluster] = rowWidth;
379 clusterVars.channelsInEta[icluster] = colWidth;
380 clusterVars.widthInEta[icluster] = etaWidth;
381
382 return StatusCode::SUCCESS;
383}
#define ATH_MSG_ERROR(x)
static constexpr std::array< PixelDiodeTree::CellIndexType, 2 > makeCellIndex(T local_x_idx, T local_y_idx)
Create a 2D cell index from the indices in local-x (phi, row) and local-y (eta, column) direction.
Eigen::Map< MeasVector< N > > VectorMap
Eigen::Map< MeasMatrix< N > > MatrixMap

◆ makeClusters()

template<typename T_RDOContainer>
StatusCode ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::makeClusters ( const EventContext & ctx,
const T_RDOContainer & rdo_container,
const typename IClusteringToolType::CellContainer & cellContainer,
unsigned int module_i,
const InDetDD::SiDetectorElement & element,
unsigned int icluster,
xAOD::PixelClusterContainer & cont,
std::any & vars ) const
overridevirtual

Definition at line 430 of file PixelClusteringTool.cxx.

439{
440 // Retrieve the calibration data
441 const PixelChargeCalibCondData *calibData = nullptr;
442 if (not m_chargeDataKey.empty()) {
444 calibData = calibDataHandle.cptr();
445
446 if (!calibData) {
447 ATH_MSG_ERROR("PixelChargeCalibCondData requested but couldn't be retrieved from " << m_chargeDataKey.key());
448 return StatusCode::FAILURE;
449 }
450 }
451
452 // Get the element design
454 static_cast<const InDetDD::PixelModuleDesign&>(element.design());
455
456 // Get the calibration strategy for this module.
457 // Default to RD53 if the calibData is not available. That is fine because it won't be used anyway
459
460 IdentifierHash idHash = element.identifyHash();
461 double lorentzShift = m_pixelLorentzAngleTool->getLorentzShift(idHash, ctx);
462
464 if (!clusterVars) throw std::bad_any_cast();
465
467 if (!rdos_optional.has_value()) return StatusCode::FAILURE;
469
475
479 element,
480 design,
481 *rdos,
482 calibData,
485 *clusterVars));
486 }
487
488 return StatusCode::SUCCESS;
489}
InPlaceClusterization::ClusterProxy< const typename IClusteringToolType::CellContainer > ClusterProxy
StatusCode makeCluster(size_t icluster, const PixelClusteringToolImpl::ClusterProxy &cluster, const InDetDD::SiDetectorElement &element, const InDetDD::PixelModuleDesign &design, const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs &RDOs, const PixelChargeCalibCondData *calibData, const PixelChargeCalibCondData::CalibrationStrategy calibStrategy, const double lorentz_shift, xAOD::PixelCluster::ClusterVars &clusterVars) const
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())

◆ unpackRDOs()

template<typename T_RDOContainer>
std::span< typename ActsTrk::RDOContainerTraits< T_RDOContainer >::IClusteringToolType::CellContainer::Cell > ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::unpackRDOs ( const ActsTrk::RDOContainerTraits< T_RDOContainer >::PerModuleRDOs & RDOs,
const InDet::SiDetectorElementStatus & pixelDetElStatus,
const InDetDD::SiDetectorElement & element,
typename IClusteringToolType::CellContainer & cellContainer ) const
private

Definition at line 493 of file PixelClusteringTool.cxx.

498{
499 // Get the element design
501 static_cast<const InDetDD::PixelModuleDesign&>(element.design());
502
504
506 unsigned int rdo_i=0;
508 auto coordinates=rdo.coordinates(*m_pixelID);
511
512 // check if good RDO
513 // the pixel RDO tool here says always good if m_useModuleMap is false
514 if (pixelDetElStatus.isChipGood(rangeGuard.identifyHash(), fe)) {
516
517 if ( check_ganged ) {
519 if (gangedCoordinates.has_value()) {
520 cellContainer.emplace_back_cell(*gangedCoordinates, rdo_i);
521 }
522 }
523 }
524 ++rdo_i;
525 }
526
527 return rangeGuard.moduleCellSpan();
528}

Member Data Documentation

◆ m_addCorners

template<typename T_RDOContainer>
Gaudi::Property<bool> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_addCorners {this, "AddCorners", true}
private

Definition at line 101 of file PixelClusteringTool.h.

101{this, "AddCorners", true};

◆ m_broadErrors

template<typename T_RDOContainer>
Gaudi::Property<bool> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_broadErrors {this, "UseBroadErrors", false}
private

Definition at line 103 of file PixelClusteringTool.h.

103{this, "UseBroadErrors", false};

◆ m_chargeDataKey

template<typename T_RDOContainer>
SG::ReadCondHandleKey<PixelChargeCalibCondData> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_chargeDataKey
private
Initial value:
{this, "PixelChargeCalibCondData", "",
"Pixel charge calibration data"}

Definition at line 96 of file PixelClusteringTool.h.

96 {this, "PixelChargeCalibCondData", "",
97 "Pixel charge calibration data"};

◆ m_checkGanged

template<typename T_RDOContainer>
Gaudi::Property<bool> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_checkGanged {this, "CheckGanged", false}
private

Definition at line 104 of file PixelClusteringTool.h.

104{this, "CheckGanged", false};

◆ m_idHelperName

template<typename T_RDOContainer>
Gaudi::Property<std::string> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_idHelperName
private
Initial value:
{this, "IDHelperName", "PixelID",
"Pixel-like ID helper name to retrieve from DetectorStore"}

Definition at line 98 of file PixelClusteringTool.h.

98 {this, "IDHelperName", "PixelID",
99 "Pixel-like ID helper name to retrieve from DetectorStore"};

◆ m_isITk

template<typename T_RDOContainer>
Gaudi::Property<bool> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_isITk {this, "isITk", true, "True if running in ITk"}
private

Definition at line 105 of file PixelClusteringTool.h.

105{this, "isITk", true, "True if running in ITk"};

◆ m_pixelID

template<typename T_RDOContainer>
const PixelID* ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_pixelID {nullptr}
private

Definition at line 106 of file PixelClusteringTool.h.

106{nullptr};

◆ m_pixelLorentzAngleTool

template<typename T_RDOContainer>
ToolHandle< ISiLorentzAngleTool > ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_pixelLorentzAngleTool {this, "PixelLorentzAngleTool", "", "Tool to retreive Lorentz angle of Pixel"}
private

Definition at line 94 of file PixelClusteringTool.h.

94{this, "PixelLorentzAngleTool", "", "Tool to retreive Lorentz angle of Pixel"};

◆ m_useWeightedPos

template<typename T_RDOContainer>
Gaudi::Property<bool> ActsTrk::PixelClusteringToolImpl< T_RDOContainer >::m_useWeightedPos {this, "UseWeightedPosition", false}
private

Definition at line 102 of file PixelClusteringTool.h.

102{this, "UseWeightedPosition", false};

The documentation for this class was generated from the following files: