|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "GaudiKernel/ISvcLocator.h"
16 #include "GaudiKernel/Bootstrap.h"
17 #include "GaudiKernel/StatusCode.h"
18 #include "GaudiKernel/Service.h"
19 #include "GaudiKernel/MsgStream.h"
32 SmartIF<StoreGateSvc>
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
41 return StatusCode::SUCCESS;
45 if (!cnv_tool)
return nullptr;
72 unsigned int collIndex = 0;
73 unsigned int chanBegin = 0;
74 unsigned int chanEnd = 0;
80 for (collIndex = 0; it_Coll != it_CollEnd; ++collIndex, ++it_Coll) {
85 chanEnd += collection.
size();
89 pcollection.
m_begin = chanBegin;
90 pcollection.
m_end = chanEnd;
92 persCont->
m_PRD.resize(chanEnd);
93 for (
unsigned int i = 0;
i < collection.
size(); ++
i) {
95 persCont->
m_PRD[
i + chanBegin] = toPersistent((CONV**)
nullptr,
chan,
log );
125 for (
unsigned int icoll = 0; icoll < persCont->
m_collections.size(); ++icoll) {
150 if (
sc.isFailure()) {
151 throw std::runtime_error(
"Failed to add collection to ID Container");
154 log <<
MSG::DEBUG <<
"AthenaPoolTPCnvIDCont::persToTrans, collection, hash_id/coll id = " << (
int) collIDHash <<
" / " <<
167 if(!m_isInitialized) {
168 if (this->
initialize(log) != StatusCode::SUCCESS) {
174 persToTrans(persObj, trans.get(),
log);
175 return(trans.release());
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
std::vector< Muon::MuonPRD_Collection_p1 > m_collections
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log)
virtual StatusCode addCollection(const T *coll, IdentifierHash hashId) override final
insert collection into container with id hash if IDC should not take ownership of collection,...
unsigned int m_id
Identifier of this collection.
unsigned int m_hashId
Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)
unsigned int m_end
End index into master collection.
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
const TgcIdHelper * m_TgcId
value_type get_compact() const
Get the compact id.
virtual void setIdentifier(Identifier id)
value_type get_compact() const
Get the compact id.
virtual IdentifierHash identifyHash() const override final
const MuonGM::TgcReadoutElement * getReadOutElement(const Identifier &id) const
virtual size_t numberOfCollections() const override final
return number of collections
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual Identifier identify() const override final
A TgcReadoutElement corresponds to a single TGC chamber; therefore typically a TGC station contains s...
const_iterator end() const
return const_iterator for end of container
#define CHECK(...)
Evaluate an expression and check for errors.
const_iterator begin() const
return const_iterator for first entry
Template to hold collections of MuonPrepRawData objects.
void resize(size_type sz)
Resizes the collection to the specified number of elements.
Helpers for checking error return status codes and reporting errors.
unsigned int m_begin
Begin index into master collection.
std::vector< TPObjRef > m_PRD
virtual Muon::TgcPrepDataContainer * createTransient(const Muon::MuonPRD_Container_p1 *persObj, MsgStream &log)
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
Class to represent TGC measurements.
StatusCode initialize(MsgStream &log)
MuonPrepDataCollection< TgcPrepData > TgcPrepDataCollection
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
size_type size() const noexcept
Returns the number of elements in the collection.
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool