Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:23

0001 #include "SimG4Core/Geometry/interface/DDGeometryReturnType.h"
0002 
0003 DDGeometryReturnType::DDGeometryReturnType(G4LogicalVolume *log,
0004                                            const G4LogicalVolumeToDDLogicalPartMap &map,
0005                                            const SensitiveDetectorCatalog &catalog)
0006     : log_(log), map_(map), catalog_(catalog) {}
0007 
0008 DDGeometryReturnType::~DDGeometryReturnType() {}