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

#include <TileCellToTTL1.h>

Inheritance diagram for TileCellToTTL1:
Collaboration diagram for TileCellToTTL1:

Public Member Functions

 TileCellToTTL1 (const std::string &name, ISvcLocator *pSvcLocator)
virtual ~TileCellToTTL1 ()
StatusCode initialize ()
StatusCode execute (const EventContext &ctx)
 Execute method.
StatusCode finalize ()
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
 Get filter decision:
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 Set filter decision:
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 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

Protected Member Functions

virtual bool isReEntrant () const override final
 Legacy algorithms are not thread-safe.
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

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadHandleKey< CaloCellContainerm_cellContainerKey
SG::WriteHandleKey< TileTTL1CellContainerm_ttl1CellContainerKey
const TileIDm_tileID
const CaloLVL1_IDm_TT_ID
const TileCablingServicem_tileCablingService
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
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

Definition at line 51 of file TileCellToTTL1.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ TileCellToTTL1()

TileCellToTTL1::TileCellToTTL1 ( const std::string & name,
ISvcLocator * pSvcLocator )

Definition at line 41 of file TileCellToTTL1.cxx.

42 : AthAlgorithm(name, pSvcLocator)
43 , m_tileID(0)
44 , m_TT_ID(0)
46{
47
48}
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
const TileID * m_tileID
const CaloLVL1_ID * m_TT_ID
const TileCablingService * m_tileCablingService

◆ ~TileCellToTTL1()

TileCellToTTL1::~TileCellToTTL1 ( )
virtual

Definition at line 50 of file TileCellToTTL1.cxx.

50 {
51}

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

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

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode TileCellToTTL1::execute ( const EventContext & ctx)
virtual

Execute method.

Implements AthAlgorithm.

Definition at line 75 of file TileCellToTTL1.cxx.

75 {
76
77 ATH_MSG_DEBUG( "Executing TileCellToTTL1");
78
79 // -------------------------------------------------
80 // Load the TileCell container
81 // -------------------------------------------------
82
83 SG::ReadHandle<CaloCellContainer> cellContainer(m_cellContainerKey, ctx);
84 ATH_CHECK( cellContainer.isValid() );
85
86 // -------------------------------------------------
87 // Create TTL1 container and other arrays
88 // -------------------------------------------------
89 SG::WriteHandle<TileTTL1CellContainer> ttl1CellContainer(m_ttl1CellContainerKey, ctx);
90
91 // Register the TTL1 container in the TES
92 ATH_CHECK( ttl1CellContainer.record(std::make_unique<TileTTL1CellContainer>()) );
93 ATH_MSG_DEBUG( "TileTTL1Container registered successfully (" << m_ttl1CellContainerKey.key() << ")");
94
95 struct Arrays {
96 int ttNpmt[32][64] = {{0}}; // array of TT occupancy
97 Identifier ttId[32][64]; // array of TT identifiers
98 float ttAmp[32][64] = {{0}}; // array of all TT amplitudes
99 uint16_t ttStatusCells[32][64] = {{0}}; // array of TT status of cells
100 uint16_t ttStatusChans[32][64] = {{0}}; // array of TT status of channels
101 float ttTimeAve[32][64] = {{0}}; // array of TT time average
102 float ttCorrFact[32][64] = {{0}}; // array of TT correction factor
103 };
104 auto a = std::make_unique<Arrays>();
105
106 // clear the arrays
107 for (int i = 0; i < 32; i++) {
108 for (int j = 0; j < 64; j++) {
109 a->ttCorrFact[i][j] = 1.0; // this is a place holder for now, set to 1.0
110 }
111 }
112
113 // -------------------------------------------------
114 // Loop over all cells
115 // -------------------------------------------------
116
117 for (const CaloCell* cell : *cellContainer) {
118
119 // keep only cells from TileCal calorimeter barrel or extended barrel
120 Identifier cell_id = cell->ID();
121 if (!(m_tileID->is_tile(cell_id))) continue;
122
123 const TileCell* tilecell = dynamic_cast<const TileCell*>(cell);
124 if (!tilecell) continue;
125
126 float cell_ene = cell->energy();
127 float cell_time = cell->time();
128
129 int bad_cell = tilecell->badcell();
130 int bad_chan[2];
131 bad_chan[0] = tilecell->badch1();
132 bad_chan[1] = tilecell->badch2();
133
134 // In order to make sure that the D-cells are correctly added
135 // across two towers. Loop over the two PMTs in each cell
136 // for each PMT reduce the cell energy by 50%.
137
138 for (int ipmt = 0; ipmt < 2; ipmt++) {
139 Identifier pmt_id = m_tileID->pmt_id(cell_id, ipmt);
140 Identifier tt_id = m_tileCablingService->pmt2tt_id(pmt_id);
141
142 // remove the E-cells
143 int sample = m_tileID->sample(pmt_id);
144 if (sample == TileID::SAMP_E) continue;
145
146 // if in the negative eta region add 16 to the ieta offset arrays
147 int eta_offset = 0;
148 if (m_tileID->is_negative(pmt_id))
149 eta_offset = 16;
150
151 // the D0 cell is not being split correctly across cells
152 int ieta = m_TT_ID->eta(tt_id);
153 if (sample == TileID::SAMP_D && ieta == 0 && ipmt == 1)
154 eta_offset = 16;
155
156 ieta += eta_offset;
157 int iphi = m_TT_ID->phi(tt_id);
158
159 // Sum the tower energy
160 // already exists - just add charge
161 // reduce cell energy by 50% because we are loop over both pmts in cell
162 if (a->ttNpmt[ieta][iphi] > 0) {
163 a->ttAmp[ieta][iphi] += cell_ene * 0.5;
164 a->ttNpmt[ieta][iphi]++;
165 a->ttStatusCells[ieta][iphi] += (uint16_t) bad_cell;
166 a->ttStatusChans[ieta][iphi] += (uint16_t) bad_chan[ipmt];
167 a->ttTimeAve[ieta][iphi] += cell_time;
168
169 // rawChannel in new TT
170 } else {
171 a->ttId[ieta][iphi] = tt_id;
172 a->ttNpmt[ieta][iphi]++;
173 a->ttAmp[ieta][iphi] = cell_ene * 0.5;
174 a->ttStatusCells[ieta][iphi] = (uint16_t) bad_cell;
175 a->ttStatusChans[ieta][iphi] = (uint16_t) bad_chan[ipmt];
176 a->ttTimeAve[ieta][iphi] = cell_time;
177 }
178
179 } // end of loop over pmts in the cell
180 } // end loop over cells
181
182 for (int ieta = 0; ieta < 32; ieta++) {
183 for (int iphi = 0; iphi < 64; iphi++) {
184
185 // don't load towers that are empty
186 if (a->ttNpmt[ieta][iphi] == 0) continue;
187
188 float time_ave = a->ttTimeAve[ieta][iphi] / ((float) a->ttNpmt[ieta][iphi]);
189
190 uint16_t qual = 0;
191 if (a->ttStatusChans[ieta][iphi] == a->ttNpmt[ieta][iphi])
193 if (a->ttStatusCells[ieta][iphi] > 0)
195 if (a->ttStatusChans[ieta][iphi] > 0)
197
198 ttl1CellContainer->push_back(std::make_unique<TileTTL1Cell>(a->ttId[ieta][iphi],
199 a->ttAmp[ieta][iphi],
200 time_ave,
201 a->ttCorrFact[ieta][iphi],
202 qual));
203
204 }
205 }
206
207
208 // Execution completed
209 ATH_MSG_DEBUG( "TileCellToTTL1 execution completed.");
210
211 return StatusCode::SUCCESS;
212}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
static Double_t a
SG::WriteHandleKey< TileTTL1CellContainer > m_ttl1CellContainerKey
SG::ReadHandleKey< CaloCellContainer > m_cellContainerKey
virtual bool badcell(void) const override final
check if whole cell is bad (i.e.
Definition TileCell.h:214
bool badch1(void) const
check if first PMT is in bad channel list and masked
Definition TileCell.h:209
bool badch2(void) const
check if second PMT is in bad channel list and masked
Definition TileCell.h:212
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)
setWord1 uint16_t

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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

◆ extraOutputDeps()

const DataObjIDColl & AthCommonAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 89 of file AthCommonAlgorithm.cxx.

54{
55 // If we didn't find any symlinks to add, just return the collection
56 // from the base class. Otherwise, return the extended collection.
57 if (!m_extendedExtraObjects.empty()) {
59 }
61}
Common base class for algorithms.

◆ filterPassed()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Get filter decision:

Definition at line 93 of file AthCommonAlgorithm.h.

93 {
94 return execState( ctx ).filterPassed();
95 }
virtual bool filterPassed(const EventContext &ctx) const
Get filter decision:

◆ finalize()

StatusCode TileCellToTTL1::finalize ( )

Definition at line 214 of file TileCellToTTL1.cxx.

214 {
215
216 ATH_MSG_INFO( "TileCellToTTL1::finalize() end");
217
218 return StatusCode::SUCCESS;
219}
#define ATH_MSG_INFO(x)

◆ initialize()

StatusCode TileCellToTTL1::initialize ( )

Definition at line 56 of file TileCellToTTL1.cxx.

56 {
57
58 // retrieve CaloLVL1_ID, TileID, from det store
59 CHECK( detStore()->retrieve(m_TT_ID));
60 CHECK( detStore()->retrieve(m_tileID));
61
63
64 ATH_CHECK( m_cellContainerKey.initialize() );
65 ATH_CHECK( m_ttl1CellContainerKey.initialize() );
66
67 ATH_MSG_INFO( "TileCellToTTL1 initialization completed");
68
69 return StatusCode::SUCCESS;
70}
#define CHECK(...)
Evaluate an expression and check for errors.
const ServiceHandle< StoreGateSvc > & detStore() const
static const TileCablingService * getInstance()
get pointer to service instance

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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.

◆ isClonable()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::isClonable ( ) const
inlineoverridevirtualinherited

Specify if the algorithm is clonable.

Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.

Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.

Definition at line 68 of file AthCommonAlgorithm.h.

68 {
69 return true;
70 }

◆ isReEntrant()

virtual bool AthAlgorithm::isReEntrant ( ) const
inlinefinaloverrideprotectedvirtualinherited

Legacy algorithms are not thread-safe.

Definition at line 47 of file AthAlgorithm.h.

47{ return false; }

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Set filter decision:

Reimplemented in AthFilterAlgorithm.

Definition at line 99 of file AthCommonAlgorithm.h.

99 {
101 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const
Set filter decision:

◆ sysExecute()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Reimplemented in AthAnalysisAlgorithm.

Definition at line 80 of file AthCommonAlgorithm.cxx.

41{
42 return BaseAlg::sysExecute (ctx);
43}

◆ sysInitialize()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, HypoBase, InputMakerBase, and PyAthena::Alg.

Definition at line 60 of file AthCommonAlgorithm.cxx.

71 {
73
74 if (sc.isFailure()) {
75 return sc;
76 }
77
78 ServiceHandle<ICondSvc> cs("CondSvc",name());
79 for (auto h : outputHandles()) {
80 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
81 // do this inside the loop so we don't create the CondSvc until needed
82 if ( cs.retrieve().isFailure() ) {
83 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
85 }
86 if (cs->regHandle(this,*h).isFailure()) {
88 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
89 << " with CondSvc");
90 }
91 }
92 }
93 return sc;
94}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
virtual StatusCode sysInitialize() override
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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 }

Member Data Documentation

◆ m_cellContainerKey

SG::ReadHandleKey<CaloCellContainer> TileCellToTTL1::m_cellContainerKey
private
Initial value:
{this,"CaloCellContainer",
"AllCalo", "Input Calo cell container key"}

Definition at line 67 of file TileCellToTTL1.h.

67 {this,"CaloCellContainer",
68 "AllCalo", "Input Calo cell container key"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 108 of file AthCommonAlgorithm.h.

◆ m_tileCablingService

const TileCablingService* TileCellToTTL1::m_tileCablingService
private

Definition at line 78 of file TileCellToTTL1.h.

◆ m_tileID

const TileID* TileCellToTTL1::m_tileID
private

Definition at line 76 of file TileCellToTTL1.h.

◆ m_TT_ID

const CaloLVL1_ID* TileCellToTTL1::m_TT_ID
private

Definition at line 77 of file TileCellToTTL1.h.

◆ m_ttl1CellContainerKey

SG::WriteHandleKey<TileTTL1CellContainer> TileCellToTTL1::m_ttl1CellContainerKey
private
Initial value:
{this,"TileTTL1CellContainer",
"TileTTL1CellContainer",
"Output Tile TTL1 cell container key"}

Definition at line 70 of file TileCellToTTL1.h.

70 {this,"TileTTL1CellContainer",
71 "TileTTL1CellContainer",
72 "Output Tile TTL1 cell container key"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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