|  | 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;
 
   82     for (collIndex = 0; it_Coll != it_CollEnd; ++collIndex, ++it_Coll)  {
 
   87         chanEnd   += collection.
size();
 
   91         pcollection.
m_begin = chanBegin;
 
   92         pcollection.
m_end   = chanEnd;
 
   94         persCont->
m_PRD.resize(chanEnd);
 
   95         for (
unsigned int i = 0; 
i < collection.
size(); ++
i) {
 
   97             persCont->
m_PRD[
i + chanBegin] = toPersistent((CONV**)
nullptr, 
chan, 
log );
 
  126     for (
unsigned int icoll = 0; icoll < persCont->
m_collections.size(); ++icoll) {
 
  142                log << MSG::ERROR << 
"AthenaPoolTPCnvIDCont::persToTrans: Cannot get CscPrepData!" << 
endmsg;
 
  152         if (
sc.isFailure()) {
 
  153             throw std::runtime_error(
"Failed to add collection to ID Container");
 
  156             log << 
MSG::DEBUG << 
"AthenaPoolTPCnvIDCont::persToTrans, collection, hash_id/coll id = " << (
int) collIDHash << 
" / " << 
 
  169     if(!m_isInitialized) {
 
  170         if (this->
initialize(log) != StatusCode::SUCCESS) {
 
  176     persToTrans(persObj, trans.get(), 
log);
 
  177     return(trans.release());
 
  
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
std::vector< Muon::MuonPRD_Collection_p1 > m_collections
const CscIdHelper * m_cscId
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.
value_type get_compact() const
Get the compact id.
virtual void setIdentifier(Identifier id)
value_type get_compact() const
Get the compact id.
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
virtual IdentifierHash identifyHash() const override final
virtual size_t numberOfCollections() const override final
return number of collections
virtual Muon::CscPrepDataContainer * createTransient(const Muon::MuonPRD_Container_p1 *persObj, MsgStream &log)
Class representing clusters from the CSC.
::StatusCode StatusCode
StatusCode definition for legacy code.
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
virtual void persToTrans(const PERS *persCont, TRANS *transCont, MsgStream &log)
Template to hold collections of MuonPrepRawData objects.
MuonPrepDataCollection< CscPrepData > CscPrepDataCollection
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
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
const MuonGM::CscReadoutElement * getReadOutElement(const Identifier &id) const
virtual void transToPers(const TRANS *transCont, PERS *persCont, MsgStream &log)
size_type size() const noexcept
Returns the number of elements in the collection.
StatusCode initialize(MsgStream &log)