Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef SimG4Core_G4LogicaVolumeToDDLogicalPartMap_H
0002 #define SimG4Core_G4LogicaVolumeToDDLogicalPartMap_H
0003 
0004 #include "DetectorDescription/Core/interface/DDLogicalPart.h"
0005 #include "DetectorDescription/Core/interface/DDMapper.h"
0006 
0007 #include "G4LogicalVolume.hh"
0008 
0009 typedef DDMapper<G4LogicalVolume *, DDLogicalPart> G4LogicalVolumeToDDLogicalPartMap;
0010 
0011 #endif