|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   13 #include "GaudiKernel/ISvcLocator.h" 
   14 #include "GaudiKernel/Bootstrap.h" 
   26   SmartIF<StoreGateSvc> 
detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
 
   35   return StatusCode::SUCCESS;
 
   39     if (!cnv_tool) 
return nullptr; 
 
   45       if (this->
initialize(log) != StatusCode::SUCCESS) {
 
   67   TRANS::const_iterator it_Coll     = transCont->
begin();
 
   68   TRANS::const_iterator it_CollEnd  = transCont->
end();
 
   69   unsigned int pcollIndex = 0; 
 
   70   unsigned int pcollBegin = 0; 
 
   71   unsigned int pcollEnd = 0; 
 
   77   for (pcollIndex = 0; it_Coll != it_CollEnd; ++pcollIndex, ++it_Coll)  {
 
   84     pcollBegin  = pcollEnd; 
 
   85     pcollEnd   += collection.
size();
 
   92     persCont->
m_prds.resize(pcollEnd); 
 
   95     unsigned int lastPRDIdHash = 0;
 
   96     for (
unsigned int i = 0; 
i < collection.
size(); ++
i) {
 
   97       unsigned int pchanIndex=
i+pcollBegin;
 
  101       unsigned int clusIdCompact = 
chan->identify().get_identifier32().get_compact();
 
  103       int diff = clusIdCompact - collIdCompact;
 
  104       persCont->
m_prdDeltaId[pchanIndex]=clusIdCompact - collIdCompact; 
 
  109         if (temp!=
chan->identify() ) 
 
  110           log << MSG::WARNING << 
"PRD ids differ! Transient:"<<
chan->identify()<<
", From persistent:"<<temp<<
" diff = "<<
chan->identify().get_compact()-temp.
get_compact()<<
endmsg;
 
  113         if (lastPRDIdHash && lastPRDIdHash != 
chan->collectionHash() )  
log << MSG::WARNING << 
"Collection Identifier hashes differ!"<<
endmsg;
 
  114         lastPRDIdHash = 
chan->collectionHash();
 
  116         if (
chan->collectionHash()!= collection.
identifyHash() ) 
log << MSG::WARNING << 
"Collection's idHash does not match PRD collection hash!"<<
endmsg;
 
  117         if (
chan->detectorElement() != getReadOutElement(
chan->identify())) 
 
  118           log << MSG::WARNING << 
"Getting de from identity didn't work!"<<
endmsg;
 
  121         if (
chan->detectorElement() != getReadOutElement(temp)) 
log << MSG::WARNING << 
"Getting de from reconstructed identity didn't work!"<<
endmsg;
 
  150   unsigned int pchanIndex(0); 
 
  154   for (
unsigned int pcollIndex = 0; pcollIndex < pCollEnd; ++pcollIndex) {
 
  165     unsigned int pchanEnd = pchanIndex+pcoll.
m_size;
 
  166     unsigned int chanIndex = 0; 
 
  170     for (; pchanIndex < pchanEnd; ++ pchanIndex, ++chanIndex) {
 
  174       if ( !m_CscId->valid(clusId) ) {
 
  176         log << MSG::WARNING  << 
"Csc PRD has invalid Identifier of "<< m_CscId->show_to_string(clusId)
 
  177           <<
" and will be skipped!" << 
endmsg;
 
  183       int result = m_CscId->get_detectorElement_hash(clusId, deIDHash);
 
  186         log << MSG::WARNING<< 
" Muon::CscPrepDataContainerCnv_p2::persToTrans: problem converting Identifier to DE hash "<<
endmsg;
 
  190         if (
log.level() <= MSG::WARNING) 
 
  191           log << MSG::WARNING<< 
"Muon::CscPrepDataContainerCnv_p2::persToTrans: could not get valid det element for PRD with id="<<clusId<<
". Skipping."<<
endmsg;
 
  195       auto chan = std::make_unique<CscPrepData>
 
  202       chan->setHashAndIndex(collIDHash, chanIndex); 
 
  208     if (
sc.isFailure()) {
 
  209       throw std::runtime_error(
"Failed to add collection to Identifiable Container");
 
  212       log << 
MSG::DEBUG << 
"AthenaPoolTPCnvIDCont::persToTrans, collection, hash_id/coll id = " << (
int) collIDHash << 
" / " << 
 
  223   if(!m_isInitialized) {
 
  224     if (this->
initialize(log) != StatusCode::SUCCESS) {
 
  230   persToTrans(persObj, trans.get(), 
log);
 
  231   return(trans.release());
 
  
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
virtual Muon::CscPrepDataContainer * createTransient(const Muon::CscPrepDataContainer_p2 *persObj, MsgStream &log)
void transToPers(const Muon::CscPrepData *transObj, Muon::CscPrepData_p2 *persObj, 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,...
std::vector< PRD > m_prds
virtual void persToTrans(const Muon::CscPrepDataContainer_p2 *persCont, Muon::CscPrepDataContainer *transCont, MsgStream &log)
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.
const CscIdHelper * m_CscId
virtual void setIdentifier(Identifier id)
value_type get_compact() const
Get the compact id.
const MuonGM::CscReadoutElement * getReadOutElement(const Identifier &id) const
virtual IdentifierHash identifyHash() const override final
virtual size_t numberOfCollections() const override final
return number of collections
unsigned short m_size
Collection size into master collection Note I use a short.
Class representing clusters from the CSC.
StatusCode initialize(MsgStream &log)
::StatusCode StatusCode
StatusCode definition for legacy code.
Class to hold the persistent representation of MuonPRD_Collection.
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
std::vector< MuonPRD_Collection_p2 > m_collections
Template to hold collections of MuonPrepRawData objects.
MuonPrepDataCollection< CscPrepData > CscPrepDataCollection
Class to contain the Muon Prep Raw Data.
Helpers for checking error return status codes and reporting errors.
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool
value_type push_back(value_type pElem)
Add an element to the end of the collection.
static Muon::CscPrepData createCscPrepData(const Muon::CscPrepData_p2 *persObj, const Identifier &clusId, const MuonGM::CscReadoutElement *detEl, MsgStream &log)
unsigned int m_hashId
Hash Identifier of this collection.
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
std::vector< unsigned short > m_prdDeltaId
The delta identifiers of the PRD i.e.
virtual void transToPers(const Muon::CscPrepDataContainer *transCont, Muon::CscPrepDataContainer_p2 *persCont, MsgStream &log)
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.
unsigned int m_id
Identifier of this collection.