Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:25

0001 #include "DetectorDescription/Core/interface/Assembly.h"
0002 
0003 #include "DetectorDescription/Core/interface/DDSolidShapes.h"
0004 #include "DetectorDescription/Core/interface/Solid.h"
0005 
0006 DDI::Assembly::Assembly() : Solid(DDSolidShape::ddassembly) {}
0007 
0008 void DDI::Assembly::stream(std::ostream& os) const {}