ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::JTowerMappingDataCondAlg Class Reference

#include <JTowerMappingDataCondAlg.h>

Inheritance diagram for LVL1::JTowerMappingDataCondAlg:
Collaboration diagram for LVL1::JTowerMappingDataCondAlg:

Public Member Functions

 JTowerMappingDataCondAlg (const std::string &name, ISvcLocator *pSvcLocator)
virtual ~JTowerMappingDataCondAlg () override
virtual StatusCode initialize () override
virtual StatusCode execute (const EventContext &ctx) const final
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
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
virtual void setFilterPassed (bool state, const EventContext &ctx) const
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

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.

Protected Attributes

const CaloCell_SuperCell_IDm_scid {nullptr}
const CaloCell_IDm_ccid {nullptr}

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

virtual const JGTowerBase_IDgetJGTowerID () const override
virtual StatusCode buildForwardMapping (JGTowerMappingData &data, const CaloSuperCellDetDescrManager *mgr) const override
virtual StatusCode loadTowerAreas (JGTowerMappingData &data) const override
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

Gaudi::Property< std::string > m_towerAreasFile
const JTower_IDm_jtowerID {nullptr}
std::vector< float > m_towerAreas
SG::WriteCondHandleKey< JGTowerMappingDatam_outputKey
SG::ReadCondHandleKey< CaloSuperCellDetDescrManagerm_caloSuperCellMgrKey
Gaudi::Property< bool > m_mapTileCells {this, "MapTileCells", false}
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 13 of file JTowerMappingDataCondAlg.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

◆ JTowerMappingDataCondAlg()

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

Definition at line 14 of file JTowerMappingDataCondAlg.cxx.

15 : JGTowerMappingDataCondAlgBase(name, pSvcLocator)
16 {
17 }
JGTowerMappingDataCondAlgBase(const std::string &name, ISvcLocator *pSvcLocator)

◆ ~JTowerMappingDataCondAlg()

LVL1::JTowerMappingDataCondAlg::~JTowerMappingDataCondAlg ( )
overridevirtual

Definition at line 19 of file JTowerMappingDataCondAlg.cxx.

19{}

Member Function Documentation

◆ buildForwardMapping()

StatusCode LVL1::JTowerMappingDataCondAlg::buildForwardMapping ( JGTowerMappingData & data,
const CaloSuperCellDetDescrManager * mgr ) const
overrideprivatevirtual

Implements LVL1::JGTowerMappingDataCondAlgBase.

Definition at line 49 of file JTowerMappingDataCondAlg.cxx.

52 {
53 ATH_MSG_INFO("# central JTowers " << data.size());
54 // Create a single JTower per forward supercell
55 for (std::size_t scHashIdx = 0; scHashIdx < m_scid->calo_cell_hash_max(); ++scHashIdx)
56 {
57 Identifier scID = m_scid->cell_id(scHashIdx);
58 if (m_scid->is_tile(scID) && m_scid->sampling(scID) != 2)
59 continue; // skipping tile SCs for now
60 const CaloDetDescrElement *dde = scDetMgr->get_element(scID);
61 if (!dde)
62 {
63 ATH_MSG_ERROR("Error loading CaloDetDescrElement");
64 return StatusCode::FAILURE;
65 }
66 float superCellEta = dde->eta_raw();
67 float superCellPhi = dde->phi_raw();
68 if (std::abs(superCellEta) < 3.1)
69 continue;
70 float superCellDEta = dde->deta();
71 float superCellDPhi = dde->dphi();
72 JGTowerHelper helper(superCellEta, superCellDEta, superCellPhi, superCellDPhi);
73 helper.SetSCIndices(scHashIdx);
74
75 std::string detName = CaloSampling::getSamplingName(m_ccid->calo_sample(scID));
76 if (detName.find("FCAL0") != std::string::npos)
77 helper.SetSampling(2);
78 else if (detName.find("FCAL1") != std::string::npos)
79 helper.SetSampling(3);
80 else if (detName.find("FCAL2") != std::string::npos)
81 helper.SetSampling(4);
82 else
83 helper.SetSampling(0);
84 data.push_back(std::move(helper));
85 }
86 ATH_MSG_INFO("# towers (including forward)");
87 return StatusCode::SUCCESS;
88 }
#define ATH_MSG_ERROR(x)
#define ATH_MSG_INFO(x)
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
static std::string getSamplingName(CaloSample theSample)
Returns a string (name) for each CaloSampling.

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::cardinality ( ) const
overridevirtualinherited

Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.

Override this to return 0 for reentrant algorithms.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

64{
65 return 0;
66}

◆ 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 LVL1::JGTowerMappingDataCondAlgBase::execute ( const EventContext & ctx) const
finalvirtualinherited

Definition at line 34 of file JGTowerMappingDataCondAlgBase.cxx.

35 {
36 SG::WriteCondHandle<JGTowerMappingData> outputHandle(m_outputKey, ctx);
37 if (outputHandle.isValid())
38 {
39 // In serial athena conditions algorithms are run on every event.
40 // Therefore return early if the output object already exists.
41 return StatusCode::SUCCESS;
42 }
43 const JGTowerBase_ID *jgTowerID = getJGTowerID();
44 SG::ReadCondHandle<CaloSuperCellDetDescrManager> caloSuperCellMgrHandle{m_caloSuperCellMgrKey,ctx};
45 const CaloSuperCellDetDescrManager *scDetMgr = *caloSuperCellMgrHandle;
46 // JGTowerMappingData is typedef of std::vector<JGTowerHelper>
47 auto data = std::make_unique<JGTowerMappingData>();
48
49 // Store the towers in a map by their location to identify ones which are in front/behind each other
50 // tuple elements: pos_neg, region, eta, phi
51 std::map<std::tuple<int, int, int, int>, std::vector<std::size_t>> towerGrid;
52 // For speed later, also store the max phi index and min/max eta indices per (int) region code
53 std::map<int, std::tuple<int, int, int>> regionParams;
54
55 for (std::size_t towerIdx = 0; towerIdx < jgTowerID->tower_hash_max(); ++towerIdx)
56 {
57 Identifier towerID = jgTowerID->tower_id(towerIdx);
58 Identifier regionID = jgTowerID->region_id(towerID);
59
60 int detSide = jgTowerID->pos_neg(towerID) < 0 ? -1 : +1;
61
62 // Get the phi and eta boundaries of the towers (only advisable for barrel)
63 float jDEta = jgTowerID->etaGranularity(regionID);
64 float jDPhi = jgTowerID->phiGranularity(regionID);
65 int nTowers = (int)std::ceil(TMath::Pi() / jDPhi);
66 jDPhi = TMath::Pi() / nTowers;
67
68 float jEta = detSide * ((jgTowerID->eta(towerID) + 0.5) * jDEta + jgTowerID->eta0(regionID));
69 float jPhi = TVector2::Phi_mpi_pi((jgTowerID->phi(towerID) + 0.5) * jDPhi + jgTowerID->phi0(regionID));
70
71 data->emplace_back(jEta, jDEta, jPhi, jDPhi);
72 JGTowerHelper &helper = data->back();
73 helper.SetSampling(jgTowerID->sampling(towerID));
74
75 std::vector<std::size_t> &gridLoc = towerGrid[std::make_tuple(
76 jgTowerID->pos_neg(towerID),
77 jgTowerID->region(towerID),
78 jgTowerID->eta(towerID),
79 jgTowerID->phi(towerID))];
80 regionParams[jgTowerID->region(towerID)] = std::make_tuple(
81 jgTowerID->phi_max(regionID),
82 jgTowerID->eta_min(regionID),
83 jgTowerID->eta_max(regionID));
84
85 // Now insert our index into this such that the vector remains sorted in ascending order of sampling
86 gridLoc.insert(std::lower_bound(
87 gridLoc.begin(), gridLoc.end(), towerIdx,
88 [&data](std::size_t lhs, std::size_t rhs) { return data->at(lhs).sampling() < data->at(rhs).sampling(); }),
89 towerIdx);
90
91 for (std::size_t scIdx = 0; scIdx < m_scid->calo_cell_hash_max(); ++scIdx)
92 {
93 Identifier scID = m_scid->cell_id(scIdx);
94 const CaloDetDescrElement *dde = scDetMgr->get_element(scID);
95 if (!dde)
96 {
97 ATH_MSG_ERROR("Error loading CaloDetDescrElement");
98 return StatusCode::FAILURE;
99 }
100 if (m_scid->is_tile(scID) && m_scid->sampling(scID) != 2)
101 {
102 if (!m_mapTileCells)
103 continue;
104 if (jgTowerID->sampling(towerID) != 0 && helper.inBox(dde->eta_raw(), dde->phi_raw()))
105 helper.SetTileIndices(scIdx);
106 }
107 else
108 {
109 float superCellEta = dde->eta_raw();
110 // Treat forward super cells separately
111 if (std::abs(superCellEta) > 3.2)
112 continue;
113 // Very special case being handle here. At the end of the barrel there is a constant-eta ring that has
114 // eta_raw=1.4 (which is the midpoint of the scell). These will be put into the g/jTower that starts at eta=1.4
115 if (std::abs(std::abs(superCellEta) - 1.4) < 0.001 &&
116 m_scid->region(scID) == 0 &&
117 m_scid->sampling(scID) == 2)
118 superCellEta += (superCellEta > 0 ? 0.05 : -0.05);
119 if (helper.inBox(superCellEta, dde->phi_raw()) &&
120 jgTowerID->pos_neg(towerID) * m_scid->pos_neg(scID) > 0 &&
121 ((m_scid->is_em(scID) && jgTowerID->sampling(towerID) == 0) ||
122 (!m_scid->is_em(scID) && jgTowerID->sampling(towerID) == 1)))
123 helper.SetSCIndices(scIdx);
124 }
125 } //> end loop over SC indices
126 } //> end loop over tower IDs
127
128 for (auto &gridLocPair : towerGrid)
129 {
130 std::vector<std::size_t> &towerIndices = gridLocPair.second;
131 // Figure out the relations to this square in the grid
132 int pos_neg = std::get<0>(gridLocPair.first);
133 int region = std::get<1>(gridLocPair.first);
134 int iEta = std::get<2>(gridLocPair.first);
135 int iPhi = std::get<3>(gridLocPair.first);
136 int phiMax = std::get<0>(regionParams[region]);
137 int etaMin = std::get<1>(regionParams[region]);
138 int etaMax = std::get<2>(regionParams[region]);
139 auto nextPhiItr = towerGrid.find(std::make_tuple(pos_neg, region, iEta, iPhi == phiMax ? 0 : iPhi + 1));
140 auto prevPhiItr = towerGrid.find(std::make_tuple(pos_neg, region, iEta, iPhi == 0 ? phiMax : iPhi - 1));
141 auto nextEtaItr = towerGrid.end();
142 auto prevEtaItr = towerGrid.end();
143 // We want 'next' and 'prev' to refer to increasing eta, not increasing |eta|
144 // Increasing 'region' increases |eta| so in what follows we correct for this by
145 // choosing whether we set nextEtaItr or prevEtaItr based on the sign of pos_neg
146 if (iEta == etaMax)
147 {
148 // Check if the next region a) exists and b) has the right phi granularity
149 auto itr = regionParams.find(region + 1);
150 if (itr != regionParams.end() && std::get<0>(itr->second) == phiMax)
151 // Set the next eta index to the next region and the eta_min index of that region (probably 0)
152 (pos_neg > 0 ? nextEtaItr : prevEtaItr) = towerGrid.find(std::make_tuple(pos_neg, region + 1, std::get<1>(itr->second), iPhi));
153 }
154 else
155 (pos_neg > 0 ? nextEtaItr : prevEtaItr) = towerGrid.find(std::make_tuple(pos_neg, region, iEta + 1, iPhi));
156 if (iEta == etaMin)
157 {
158 if (region == 0)
159 (pos_neg > 0 ? prevEtaItr : nextEtaItr) = towerGrid.find(std::make_tuple(pos_neg * -1, region, iEta, iPhi));
160 else
161 {
162 auto itr = regionParams.find(region - 1);
163 if (itr != regionParams.end() && std::get<0>(itr->second) == phiMax)
164 // Set the previous eta index to the previous region and the eta_max index of that region
165 (pos_neg > 0 ? prevEtaItr : nextEtaItr) = towerGrid.find(std::make_tuple(pos_neg, region - 1, std::get<2>(itr->second), iPhi));
166 }
167 }
168 else
169 (pos_neg > 0 ? prevEtaItr : nextEtaItr) = towerGrid.find(std::make_tuple(pos_neg, region, iEta - 1, iPhi));
170
171 std::vector<std::size_t> nextEtaTowers;
172 std::vector<std::size_t> prevEtaTowers;
173 std::vector<std::size_t> nextPhiTowers;
174 std::vector<std::size_t> prevPhiTowers;
175 if (nextEtaItr != towerGrid.end())
176 nextEtaTowers = nextEtaItr->second;
177 if (prevEtaItr != towerGrid.end())
178 prevEtaTowers = prevEtaItr->second;
179 if (nextPhiItr != towerGrid.end())
180 nextPhiTowers = nextPhiItr->second;
181 if (prevPhiItr != towerGrid.end())
182 prevPhiTowers = prevPhiItr->second;
183 nextEtaTowers.resize(towerIndices.size(), SIZE_MAX);
184 prevEtaTowers.resize(towerIndices.size(), SIZE_MAX);
185 nextPhiTowers.resize(towerIndices.size(), SIZE_MAX);
186 prevPhiTowers.resize(towerIndices.size(), SIZE_MAX);
187
188 std::size_t previousIdx = SIZE_MAX;
189 for (std::size_t iIdx = 0; iIdx < towerIndices.size(); ++iIdx)
190 {
191 // NB: iIdx here is an index of _indices_, i.e. the position in the towerIndex
192 // vector as well as the next/prev eta/phi towers vectors
193 std::size_t currentIdx = towerIndices.at(iIdx);
194 JGTowerHelper &helper = data->at(currentIdx);
195
196 helper.setNextEtaIndex(nextEtaTowers.at(iIdx));
197 helper.setPreviousEtaIndex(prevEtaTowers.at(iIdx));
198 helper.setNextPhiIndex(nextPhiTowers.at(iIdx));
199 helper.setPreviousPhiIndex(prevPhiTowers.at(iIdx));
200
201 helper.setIndexInFront(previousIdx);
202 if (previousIdx != SIZE_MAX)
203 data->at(previousIdx).setIndexBehind(currentIdx);
204 previousIdx = currentIdx;
205 }
206 }
207
210
211 // Set this object to be valid for every event
212 outputHandle.addDependency(IOVInfiniteRange::infiniteRunLB());
213 ATH_CHECK(outputHandle.record(std::move(data)));
214
215 return StatusCode::SUCCESS;
216 }
#define ATH_CHECK
Evaluate an expression and check for errors.
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
static EventIDRange infiniteRunLB()
Produces an EventIDRange that is infinite in RunLumi and invalid in Time.
int sampling(const Identifier id) const
return sampling according to :
float eta0(const Identifier regId) const
Return the minimum eta of region, or NOT_VALID.
int eta_max(const Identifier regId) const
max value of eta index (-999 == failure)
int region(const Identifier id) const
return region according to :
size_type tower_hash_max() const
tower hash table max size
int eta_min(const Identifier regId) const
min value of eta index (-999 == failure)
int pos_neg(const Identifier id) const
Test wether given tower or layer is part of the Tile Calorimeter.
float phiGranularity(const Identifier regId) const
Return the phi granularity of a region, or NOT_VALID.
int phi_max(const Identifier regId) const
min value of phi index (-999 == failure)
int phi(const Identifier id) const
return phi according to :
Identifier tower_id(int pos_neg, int sampling, int region, int eta, int phi) const
build a tower identifier
Identifier region_id(int pos_neg, int sampling, int region) const
build a region (of towers) identifier
float etaGranularity(const Identifier regId) const
Return the eta granularity of a region, or NOT_VALID.
float phi0(const Identifier regId) const
Return the minimum phi of region, or NOT_VALID.
int eta(const Identifier id) const
return eta according to :
virtual StatusCode buildForwardMapping(JGTowerMappingData &data, const CaloSuperCellDetDescrManager *mgr) const =0
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
virtual const JGTowerBase_ID * getJGTowerID() const =0
SG::WriteCondHandleKey< JGTowerMappingData > m_outputKey
virtual StatusCode loadTowerAreas(JGTowerMappingData &data) const =0
@ iPhi
Definition ParamDefs.h:47
setScale setgFexType iEta

◆ 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 & AthCommonReentrantAlgorithm< 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 94 of file AthCommonReentrantAlgorithm.cxx.

90{
91 // If we didn't find any symlinks to add, just return the collection
92 // from the base class. Otherwise, return the extended collection.
93 if (!m_extendedExtraObjects.empty()) {
95 }
97}
An algorithm that can be simultaneously executed in multiple threads.

◆ filterPassed()

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

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ getJGTowerID()

virtual const JGTowerBase_ID * LVL1::JTowerMappingDataCondAlg::getJGTowerID ( ) const
inlineoverrideprivatevirtual

Implements LVL1::JGTowerMappingDataCondAlgBase.

Definition at line 25 of file JTowerMappingDataCondAlg.h.

25{ return m_jtowerID; }

◆ initialize()

StatusCode LVL1::JTowerMappingDataCondAlg::initialize ( )
overridevirtual

Reimplemented from LVL1::JGTowerMappingDataCondAlgBase.

Definition at line 21 of file JTowerMappingDataCondAlg.cxx.

22 {
25
26 std::unique_ptr<TFile> fIn(TFile::Open(
28 if (!fIn || fIn->IsZombie())
29 {
30 ATH_MSG_ERROR("Failed to open tower areas file " << m_towerAreasFile);
31 return StatusCode::FAILURE;
32 }
33 TH1F *areaHist = (TH1F *)fIn->Get("jTowerArea_final_hist");
34 if (!areaHist)
35 {
36 ATH_MSG_ERROR("Failed to read area histogram!");
37 return StatusCode::FAILURE;
38 }
39 m_towerAreas.clear();
40 m_towerAreas.reserve(areaHist->GetNbinsX());
41 // Normalise the areas so that the first tower has an area of 1
42 float scale = 1.0 / areaHist->GetBinContent(1);
43 for (int towerIdx = 0; towerIdx < areaHist->GetNbinsX(); ++towerIdx)
44 m_towerAreas.push_back(areaHist->GetBinContent(towerIdx + 1) * scale);
45
46 return StatusCode::SUCCESS;
47 }
const ServiceHandle< StoreGateSvc > & detStore() const
Gaudi::Property< std::string > m_towerAreasFile
static std::string find_calib_file(const std::string &logical_file_name)
retrieve(aClass, aKey=None)
Definition PyKernel.py:110
TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)

◆ 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()

◆ loadTowerAreas()

StatusCode LVL1::JTowerMappingDataCondAlg::loadTowerAreas ( JGTowerMappingData & data) const
overrideprivatevirtual

Implements LVL1::JGTowerMappingDataCondAlgBase.

Definition at line 90 of file JTowerMappingDataCondAlg.cxx.

91 {
92 if (data.size() != m_towerAreas.size())
93 {
94 ATH_MSG_ERROR("Number of towers (" << data.size() << ") and number of tower areas (" << m_towerAreas.size() << ") do not match!");
95 return StatusCode::FAILURE;
96 }
97
98 for (std::size_t idx = 0; idx < m_towerAreas.size(); ++idx)
99 data.at(idx).setArea(m_towerAreas.at(idx));
100 return StatusCode::SUCCESS;
101 }

◆ 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 AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< 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.

Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.

77{
78 return BaseAlg::sysExecute (ctx);
79}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< 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 HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

107 {
109
110 if (sc.isFailure()) {
111 return sc;
112 }
113
114 ServiceHandle<ICondSvc> cs("CondSvc",name());
115 for (auto h : outputHandles()) {
116 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
117 // do this inside the loop so we don't create the CondSvc until needed
118 if ( cs.retrieve().isFailure() ) {
119 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
120 return StatusCode::SUCCESS;
121 }
122 if (cs->regHandle(this,*h).isFailure()) {
124 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
125 << " with CondSvc");
126 }
127 }
128 }
129 return sc;
130}
#define ATH_MSG_WARNING(x)
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_caloSuperCellMgrKey

SG::ReadCondHandleKey<CaloSuperCellDetDescrManager> LVL1::JGTowerMappingDataCondAlgBase::m_caloSuperCellMgrKey
privateinherited
Initial value:
{
this,"CaloSuperCellDetDescrManager","CaloSuperCellDetDescrManager","SG key of the resulting CaloSuperCellDetDescrManager"}

Definition at line 31 of file JGTowerMappingDataCondAlgBase.h.

31 {
32 this,"CaloSuperCellDetDescrManager","CaloSuperCellDetDescrManager","SG key of the resulting CaloSuperCellDetDescrManager"};

◆ m_ccid

const CaloCell_ID* LVL1::JGTowerMappingDataCondAlgBase::m_ccid {nullptr}
protectedinherited

Definition at line 42 of file JGTowerMappingDataCondAlgBase.h.

42{nullptr};

◆ 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 AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

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

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_jtowerID

const JTower_ID* LVL1::JTowerMappingDataCondAlg::m_jtowerID {nullptr}
private

Definition at line 24 of file JTowerMappingDataCondAlg.h.

24{nullptr};

◆ m_mapTileCells

Gaudi::Property<bool> LVL1::JGTowerMappingDataCondAlgBase::m_mapTileCells {this, "MapTileCells", false}
privateinherited

Definition at line 33 of file JGTowerMappingDataCondAlgBase.h.

33{this, "MapTileCells", false};

◆ m_outputKey

SG::WriteCondHandleKey<JGTowerMappingData> LVL1::JGTowerMappingDataCondAlgBase::m_outputKey
privateinherited
Initial value:
{
this, "MappingData", ""}

Definition at line 29 of file JGTowerMappingDataCondAlgBase.h.

29 {
30 this, "MappingData", ""};

◆ m_scid

const CaloCell_SuperCell_ID* LVL1::JGTowerMappingDataCondAlgBase::m_scid {nullptr}
protectedinherited

Definition at line 41 of file JGTowerMappingDataCondAlgBase.h.

41{nullptr};

◆ m_towerAreas

std::vector<float> LVL1::JTowerMappingDataCondAlg::m_towerAreas
private

Definition at line 30 of file JTowerMappingDataCondAlg.h.

◆ m_towerAreasFile

Gaudi::Property<std::string> LVL1::JTowerMappingDataCondAlg::m_towerAreasFile
private
Initial value:
{
this, "TowerAreasFile", "Run3L1CaloSimulation/Noise/jTowerCorrection.20210209.r11881.root"}

Definition at line 22 of file JTowerMappingDataCondAlg.h.

22 {
23 this, "TowerAreasFile", "Run3L1CaloSimulation/Noise/jTowerCorrection.20210209.r11881.root"};

◆ 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: