ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCalibClusterTruthMapMakerTool Class Reference

Tool creating lookup maps for calibration hit truth information. More...

#include <CaloCalibClusterTruthMapMakerTool.h>

Inheritance diagram for CaloCalibClusterTruthMapMakerTool:
Collaboration diagram for CaloCalibClusterTruthMapMakerTool:

Public Member Functions

 CaloCalibClusterTruthMapMakerTool (const std::string &type, const std::string &name, const IInterface *parent)
 Constructor.
virtual StatusCode execute (const EventContext &ctx, xAOD::CaloClusterContainer *theClusColl) const override final
 Execute on an entire collection of clusters.
virtual StatusCode initialize () override
virtual StatusCode finalize () override
virtual ~CaloCalibClusterTruthMapMakerTool ()
 Destructor.
virtual StatusCode execute (xAOD::CaloClusterContainer *collection) final
 Execute on an entire collection of clusters.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
 DeclareInterfaceID (CaloClusterCollectionProcessor, 1, 0)

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

void fillIdentifierToCaloHitMap (std::map< Identifier, std::vector< const CaloCalibrationHit * > > &identifierToCaloHitMap, const EventContext &ctx) const
 builds a lookup table from cellID to calibration hits
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadHandleKey< CaloCalibrationHitContainerm_tileActiveCaloCalibrationHitReadHandleKey
 ReadHandleKey for Active Tile calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainerm_tileInactiveCaloCalibrationHitReadHandleKey
 ReadHandleKey for Inactive Tile calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainerm_tileDMCaloCalibrationHitReadHandleKey
 ReadHandleKey for Tile dead material calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainerm_lArActiveCaloCalibrationHitReadHandleKey
 ReadHandleKey for Active LAr calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainerm_lArInactiveCaloCalibrationHitReadHandleKey
 ReadHandleKey for Inactive LAr calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainerm_lArDMCaloCalibrationHitReadHandleKey
 ReadHandleKey for LAr dead material calibration hits.
SG::ReadHandleKey< xAOD::TruthParticleContainerm_truthParticleReadHandleKey
 ReadHandleKey for the truth particle container.
SG::WriteHandleKey< std::map< Identifier, std::vector< const CaloCalibrationHit * > > > m_mapIdentifierToCalibHitsWriteHandleKey
 WriteHandleKey for the Identifier to calibration hits map.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default)
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Tool creating lookup maps for calibration hit truth information.

This tool creates several maps used for fast access to information in the calculations related to calibration hit truth energy

Definition at line 32 of file CaloCalibClusterTruthMapMakerTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ CaloCalibClusterTruthMapMakerTool()

CaloCalibClusterTruthMapMakerTool::CaloCalibClusterTruthMapMakerTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Constructor.

Definition at line 8 of file CaloCalibClusterTruthMapMakerTool.cxx.

12 : AthAlgTool(type, name, parent)
13{}
AthAlgTool()
Default constructor:

◆ ~CaloCalibClusterTruthMapMakerTool()

virtual CaloCalibClusterTruthMapMakerTool::~CaloCalibClusterTruthMapMakerTool ( )
inlinevirtual

Destructor.

Definition at line 49 of file CaloCalibClusterTruthMapMakerTool.h.

49{};

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ DeclareInterfaceID()

CaloClusterCollectionProcessor::DeclareInterfaceID ( CaloClusterCollectionProcessor ,
1 ,
0  )
inherited

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute() [1/2]

StatusCode CaloCalibClusterTruthMapMakerTool::execute ( const EventContext & ctx,
xAOD::CaloClusterContainer * collection ) const
finaloverridevirtual

Execute on an entire collection of clusters.

Parameters
collectionThe container of clusters. param ctx The event context.

Implements CaloClusterCollectionProcessor.

Definition at line 34 of file CaloCalibClusterTruthMapMakerTool.cxx.

34 {
35
36 SG::WriteHandle<std::map<Identifier,std::vector<const CaloCalibrationHit*> > > mapIdentifierToCalibHitsWriteHandle(m_mapIdentifierToCalibHitsWriteHandleKey,ctx);
37 ATH_CHECK(mapIdentifierToCalibHitsWriteHandle.record(std::make_unique<std::map<Identifier,std::vector<const CaloCalibrationHit*> > >()));
38 fillIdentifierToCaloHitMap(*mapIdentifierToCalibHitsWriteHandle, ctx);
39
40 return StatusCode::SUCCESS;
41}
#define ATH_CHECK
Evaluate an expression and check for errors.
void fillIdentifierToCaloHitMap(std::map< Identifier, std::vector< const CaloCalibrationHit * > > &identifierToCaloHitMap, const EventContext &ctx) const
builds a lookup table from cellID to calibration hits
SG::WriteHandleKey< std::map< Identifier, std::vector< const CaloCalibrationHit * > > > m_mapIdentifierToCalibHitsWriteHandleKey
WriteHandleKey for the Identifier to calibration hits map.

◆ execute() [2/2]

virtual StatusCode CaloClusterCollectionProcessor::execute ( xAOD::CaloClusterContainer * collection)
inlinefinalvirtual

Execute on an entire collection of clusters.

Parameters
collectionThe container of clusters. (deprecated)

Reimplemented from CaloClusterCollectionProcessor.

Definition at line 50 of file CaloClusterCollectionProcessor.h.

51 {
52 return execute (Gaudi::Hive::currentContext(), collection);
53 }
virtual StatusCode execute(const EventContext &ctx, xAOD::CaloClusterContainer *theClusColl) const override final
Execute on an entire collection of clusters.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ fillIdentifierToCaloHitMap()

void CaloCalibClusterTruthMapMakerTool::fillIdentifierToCaloHitMap ( std::map< Identifier, std::vector< const CaloCalibrationHit * > > & identifierToCaloHitMap,
const EventContext & ctx ) const
private

builds a lookup table from cellID to calibration hits

Loops over all calibration hits in all calibration hit containers of event and then associates cell Ids to a vector of calibration hits in that cell to create efficient lookup maps for future calculations

Parameters
identifierToCaloHitMapOutput map associating Identifiers with calibration hits that will be filled
ctxEvent context providing event slots This fills a map between calorimeter cell identifiers and calibration hits for a fast lookup

Definition at line 46 of file CaloCalibClusterTruthMapMakerTool.cxx.

46 {
47
48 //get calibration hit containers and add them to a vector
49
50 std::vector<SG::ReadHandle<CaloCalibrationHitContainer> > calibrationHitReadHandles;
51
52 {
53 SG::ReadHandle<CaloCalibrationHitContainer> tileActiveCaloCalibrationHitReadHandle(m_tileActiveCaloCalibrationHitReadHandleKey,ctx);
54 if (!tileActiveCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << tileActiveCaloCalibrationHitReadHandle.key());
55 else calibrationHitReadHandles.push_back(std::move(tileActiveCaloCalibrationHitReadHandle));
56 }
57
58 {
59 SG::ReadHandle<CaloCalibrationHitContainer> tileInactiveCaloCalibrationHitReadHandle(m_tileInactiveCaloCalibrationHitReadHandleKey,ctx);
60 if (!tileInactiveCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << tileInactiveCaloCalibrationHitReadHandle.key());
61 else calibrationHitReadHandles.push_back(std::move(tileInactiveCaloCalibrationHitReadHandle));
62 }
63
64 {
65 SG::ReadHandle<CaloCalibrationHitContainer> tileDMCaloCalibrationHitReadHandle(m_tileDMCaloCalibrationHitReadHandleKey,ctx);
66 if (!tileDMCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << tileDMCaloCalibrationHitReadHandle.key());
67
68 else calibrationHitReadHandles.push_back(std::move(tileDMCaloCalibrationHitReadHandle));
69 }
70
71 {
72 SG::ReadHandle<CaloCalibrationHitContainer> lArActiveCaloCalibrationHitReadHandle(m_lArActiveCaloCalibrationHitReadHandleKey,ctx);
73 if (!lArActiveCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << lArActiveCaloCalibrationHitReadHandle.key());
74 else calibrationHitReadHandles.push_back(std::move(lArActiveCaloCalibrationHitReadHandle));
75 }
76
77 {
78 SG::ReadHandle<CaloCalibrationHitContainer> lArInactiveCaloCalibrationHitReadHandle(m_lArInactiveCaloCalibrationHitReadHandleKey,ctx);
79 if (!lArInactiveCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << lArInactiveCaloCalibrationHitReadHandle.key());
80 else calibrationHitReadHandles.push_back(std::move(lArInactiveCaloCalibrationHitReadHandle));
81 }
82
83 {
84 SG::ReadHandle<CaloCalibrationHitContainer> lArDMCaloCalibrationHitReadHandle(m_lArDMCaloCalibrationHitReadHandleKey,ctx);
85 if (!lArDMCaloCalibrationHitReadHandle.isValid()) ATH_MSG_WARNING("Could not retrieve CaloCalibrationHitContainer with key " << lArDMCaloCalibrationHitReadHandle.key());
86 else calibrationHitReadHandles.push_back(std::move(lArDMCaloCalibrationHitReadHandle));
87 }
88
89 for (auto& thisCalibrationHitReadHandle : calibrationHitReadHandles){
90 for (const auto *thisCalibrationHit : *thisCalibrationHitReadHandle){
91
92 if (!thisCalibrationHit) {
93 ATH_MSG_WARNING("Got invalid pointer to CaloCalibrationHit in container with key :" << thisCalibrationHitReadHandle.key());
94 continue;
95 }
96
97 //fill the map
98 Identifier thisIdentifier = thisCalibrationHit->cellID();
99
100 auto [it, inserted] =
101 identifierToCaloHitMap.try_emplace(thisIdentifier);
102
103 it->second.push_back(thisCalibrationHit);
104
105 }//loop on calibration hits in a container
106 }//loop over calibration hit containers
107
108}
#define ATH_MSG_WARNING(x)
SG::ReadHandleKey< CaloCalibrationHitContainer > m_tileInactiveCaloCalibrationHitReadHandleKey
ReadHandleKey for Inactive Tile calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainer > m_tileDMCaloCalibrationHitReadHandleKey
ReadHandleKey for Tile dead material calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainer > m_lArInactiveCaloCalibrationHitReadHandleKey
ReadHandleKey for Inactive LAr calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainer > m_lArDMCaloCalibrationHitReadHandleKey
ReadHandleKey for LAr dead material calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainer > m_tileActiveCaloCalibrationHitReadHandleKey
ReadHandleKey for Active Tile calibration hits.
SG::ReadHandleKey< CaloCalibrationHitContainer > m_lArActiveCaloCalibrationHitReadHandleKey
ReadHandleKey for Active LAr calibration hits.

◆ finalize()

StatusCode CaloCalibClusterTruthMapMakerTool::finalize ( )
overridevirtual

Definition at line 44 of file CaloCalibClusterTruthMapMakerTool.cxx.

44{return StatusCode::SUCCESS;}

◆ initialize()

StatusCode CaloCalibClusterTruthMapMakerTool::initialize ( )
overridevirtual

Definition at line 15 of file CaloCalibClusterTruthMapMakerTool.cxx.

15 {
16 ATH_MSG_DEBUG("Recording truth map with key: " << m_mapIdentifierToCalibHitsWriteHandleKey.key());
20
24
26
28
29
30 return StatusCode::SUCCESS;
31
32}
#define ATH_MSG_DEBUG(x)
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_truthParticleReadHandleKey
ReadHandleKey for the truth particle container.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_lArActiveCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_lArActiveCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"lArActiveCaloCalibrationHitsName","LArCalibrationHitActive",
"ReadHandleKey for Active LAr Calibration Hits"}

ReadHandleKey for Active LAr calibration hits.

Definition at line 92 of file CaloCalibClusterTruthMapMakerTool.h.

92 {
93 this,"lArActiveCaloCalibrationHitsName","LArCalibrationHitActive",
94 "ReadHandleKey for Active LAr Calibration Hits"};

◆ m_lArDMCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_lArDMCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"lArDMCaloCalibrationHitsName","LArCalibrationHitDeadMaterial",
"ReadHandleKey for Dead Material LAr Calibration Hits"}

ReadHandleKey for LAr dead material calibration hits.

Definition at line 106 of file CaloCalibClusterTruthMapMakerTool.h.

106 {
107 this,"lArDMCaloCalibrationHitsName","LArCalibrationHitDeadMaterial",
108 "ReadHandleKey for Dead Material LAr Calibration Hits"};

◆ m_lArInactiveCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_lArInactiveCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"lArInactiveCaloCalibrationHitsName","LArCalibrationHitInactive",
"ReadHandleKey for Inactive LAr Calibration Hits"}

ReadHandleKey for Inactive LAr calibration hits.

Definition at line 99 of file CaloCalibClusterTruthMapMakerTool.h.

99 {
100 this,"lArInactiveCaloCalibrationHitsName","LArCalibrationHitInactive",
101 "ReadHandleKey for Inactive LAr Calibration Hits"};

◆ m_mapIdentifierToCalibHitsWriteHandleKey

SG::WriteHandleKey<std::map<Identifier,std::vector<const CaloCalibrationHit*> > > CaloCalibClusterTruthMapMakerTool::m_mapIdentifierToCalibHitsWriteHandleKey
private
Initial value:
{
this,"IdentifierToCalibHitsMapName","IdentifierToCalibHitsMap",
"WriteHandleKey for the map between Identifiers and sets of calibration hits"}

WriteHandleKey for the Identifier to calibration hits map.

Definition at line 121 of file CaloCalibClusterTruthMapMakerTool.h.

121 {
122 this,"IdentifierToCalibHitsMapName","IdentifierToCalibHitsMap",
123 "WriteHandleKey for the map between Identifiers and sets of calibration hits"};

◆ m_tileActiveCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_tileActiveCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"tileActiveCaloCalibrationHitsName","TileCalibHitActiveCell",
"ReadHandleKey for Active Tile Calibration Hits"}

ReadHandleKey for Active Tile calibration hits.

Definition at line 71 of file CaloCalibClusterTruthMapMakerTool.h.

71 {
72 this,"tileActiveCaloCalibrationHitsName","TileCalibHitActiveCell",
73 "ReadHandleKey for Active Tile Calibration Hits"};

◆ m_tileDMCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_tileDMCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"tileDMCaloCalibrationHitsName","TileCalibHitDeadMaterial",
"ReadHandleKey for Dead Material Tile Calibration Hits"}

ReadHandleKey for Tile dead material calibration hits.

Definition at line 85 of file CaloCalibClusterTruthMapMakerTool.h.

85 {
86 this,"tileDMCaloCalibrationHitsName","TileCalibHitDeadMaterial",
87 "ReadHandleKey for Dead Material Tile Calibration Hits"};

◆ m_tileInactiveCaloCalibrationHitReadHandleKey

SG::ReadHandleKey<CaloCalibrationHitContainer> CaloCalibClusterTruthMapMakerTool::m_tileInactiveCaloCalibrationHitReadHandleKey
private
Initial value:
{
this,"tileInactiveCaloCalibrationHitsName","TileCalibHitInactiveCell",
"ReadHandleKey for Inactive Tile Calibration Hits"}

ReadHandleKey for Inactive Tile calibration hits.

Definition at line 78 of file CaloCalibClusterTruthMapMakerTool.h.

78 {
79 this,"tileInactiveCaloCalibrationHitsName","TileCalibHitInactiveCell",
80 "ReadHandleKey for Inactive Tile Calibration Hits"};

◆ m_truthParticleReadHandleKey

SG::ReadHandleKey<xAOD::TruthParticleContainer> CaloCalibClusterTruthMapMakerTool::m_truthParticleReadHandleKey
private
Initial value:
{
this,"truthParticlesName","TruthParticles",
"ReadHandle for the TruthParticles"}

ReadHandleKey for the truth particle container.

Definition at line 113 of file CaloCalibClusterTruthMapMakerTool.h.

113 {
114 this,"truthParticlesName","TruthParticles",
115 "ReadHandle for the TruthParticles"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


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