Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:27

0001 #include "Geometry/TrackerGeometryBuilder/interface/StripGeomDetType.h"
0002 
0003 void StripGeomDetType::setTopology(TopologyType* topol) {
0004   if (topol != theTopology) {
0005     delete theTopology;
0006     theTopology = topol;
0007   }
0008 }