#include <SimG4Core/Notification/interface/DDG4Dispatchable.h>
Public Member Functions | |
DDG4Dispatchable (const DDLogicalPart *ddL, G4LogicalVolume *g4L) | |
const DDLogicalPart * | getDDLogicalPart () const |
G4LogicalVolume * | getG4LogicalVolume () const |
Private Attributes | |
const DDLogicalPart * | ddLogical |
G4LogicalVolume * | g4Logical |
Definition at line 8 of file DDG4Dispatchable.h.
DDG4Dispatchable::DDG4Dispatchable | ( | const DDLogicalPart * | ddL, | |
G4LogicalVolume * | g4L | |||
) | [inline] |
const DDLogicalPart* DDG4Dispatchable::getDDLogicalPart | ( | ) | const [inline] |
Definition at line 13 of file DDG4Dispatchable.h.
References ddLogical.
Referenced by DDG4SensitiveConverter::upDate().
00013 { return ddLogical; }
G4LogicalVolume* DDG4Dispatchable::getG4LogicalVolume | ( | ) | const [inline] |
Definition at line 14 of file DDG4Dispatchable.h.
References g4Logical.
Referenced by DDG4SensitiveConverter::upDate().
00014 { return g4Logical; }
const DDLogicalPart* DDG4Dispatchable::ddLogical [private] |
G4LogicalVolume* DDG4Dispatchable::g4Logical [private] |