Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Scott Snyder's avatar
    530dcab8
    CaloDetDescr: Preparing to make CaloDD immutable. · 530dcab8
    Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
    Previously, we were creating the CaloDD via a converter, then applying
    alignments via conditions callbacks.  This this meant that the CaloDD
    will be different depending on whether we're looking before or after
    alignments have been applied.  This can then lead to problems if the
    CaloDD is retrieved too early.  The const_cast'ing needed is also
    problematic for MT.
    
    Instead of building CaloDD via a converter, we want to move to creating
    it explicitly as part of doing alignments.
    
    However, this means that in general, we shouldn't be trying to retrieve
    CaloDetDescrManager during initialize().  Rework to avoid this.
    Change CaloDepthTool to retrieve CaloDD lazily, using CachedPointer.
    530dcab8
    History
    CaloDetDescr: Preparing to make CaloDD immutable.
    Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
    Previously, we were creating the CaloDD via a converter, then applying
    alignments via conditions callbacks.  This this meant that the CaloDD
    will be different depending on whether we're looking before or after
    alignments have been applied.  This can then lead to problems if the
    CaloDD is retrieved too early.  The const_cast'ing needed is also
    problematic for MT.
    
    Instead of building CaloDD via a converter, we want to move to creating
    it explicitly as part of doing alignments.
    
    However, this means that in general, we shouldn't be trying to retrieve
    CaloDetDescrManager during initialize().  Rework to avoid this.
    Change CaloDepthTool to retrieve CaloDD lazily, using CachedPointer.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.