|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #include "GaudiKernel/ISvcLocator.h"
17 #include "GaudiKernel/Bootstrap.h"
18 #include "GaudiKernel/StatusCode.h"
19 #include "GaudiKernel/Service.h"
20 #include "GaudiKernel/MsgStream.h"
33 SmartIF<StoreGateSvc>
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
42 return StatusCode::SUCCESS;
46 if (!cnv_tool)
return nullptr;
73 unsigned int collIndex= 0;
74 unsigned int chanBegin = 0;
75 unsigned int chanEnd = 0;
86 for (collIndex = 0; it_Coll != it_CollEnd; ++collIndex, ++it_Coll) {
91 chanEnd += collection.
size();
95 pcollection.
m_begin = chanBegin;
96 pcollection.
m_end = chanEnd;
98 persCont->
m_PRD.resize(chanEnd);
99 for (
unsigned int i = 0;
i < collection.
size(); ++
i) {
101 persCont->
m_PRD[
i + chanBegin] = toPersistent((CONV**)
nullptr,
chan,
log );
131 for (
unsigned int icoll = 0; icoll < persCont->
m_collections.size(); ++icoll) {
152 log<<MSG::WARNING<<
"Dynamic cast or createTransFromPStore failed - channel missing"<<
endmsg;
158 if (
sc.isFailure()) {
159 throw std::runtime_error(
"Failed to add collection to ID Container");
162 log <<
MSG::DEBUG <<
"AthenaPoolTPCnvIDCont::persToTrans, collection, hash_id/coll id = " << (
int) collIDHash <<
" / " <<
175 if(!m_isInitialized) {
176 if (this->
initialize(log) != StatusCode::SUCCESS) {
182 persToTrans(persObj, trans.get(),
log);
183 return(trans.release());
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
std::vector< Muon::MuonPRD_Collection_p1 > m_collections
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.
MuonPrepDataCollection< MdtPrepData > MdtPrepDataCollection
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
value_type get_compact() const
Get the compact id.
StatusCode initialize(MsgStream &log)
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log)
virtual void setIdentifier(Identifier id)
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
value_type get_compact() const
Get the compact id.
virtual IdentifierHash identifyHash() const override final
virtual size_t numberOfCollections() const override final
return number of collections
::StatusCode StatusCode
StatusCode definition for legacy code.
const MdtIdHelper * m_MdtId
virtual Identifier identify() const override final
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.
Class to represent measurements from the Monitored Drift Tubes.
std::vector< TPObjRef > m_PRD
const MuonGM::MdtReadoutElement * getReadOutElement(const Identifier &id) const
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
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.
virtual Muon::MdtPrepDataContainer * createTransient(const Muon::MuonPRD_Container_p1 *persObj, MsgStream &log)