#include <DetectorDescription/Core/interface/DDPartSelection.h>
Public Member Functions | |
DDPartSelectionLevel (const DDLogicalPart &, int, ddselection_type) | |
Public Attributes | |
int | copyno_ |
DDLogicalPart | lp_ |
ddselection_type | selectionType_ |
Definition at line 36 of file DDPartSelection.h.
DDPartSelectionLevel::DDPartSelectionLevel | ( | const DDLogicalPart & | lp, | |
int | c, | |||
ddselection_type | t | |||
) |
Definition at line 257 of file DDPartSelection.cc.
00258 : lp_(lp), copyno_(c), selectionType_(t) 00259 { 00260 00261 }