00001 #ifndef SimG4Core_G4LogicaVolumeToDDLogicalPartMap_H 00002 #define SimG4Core_G4LogicaVolumeToDDLogicalPartMap_H 00003 00004 #include "DetectorDescription/Core/interface/DDMapper.h" 00005 #include "DetectorDescription/Core/interface/DDLogicalPart.h" 00006 00007 #include "G4LogicalVolume.hh" 00008 00009 typedef DDMapper<G4LogicalVolume*,DDLogicalPart> G4LogicalVolumeToDDLogicalPartMap; 00010 00011 #endif