CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DDPartSelectionLevel Struct Reference

#include <DDPartSelection.h>

Public Member Functions

 DDPartSelectionLevel (const DDLogicalPart &, int, ddselection_type)
 

Public Attributes

int copyno_
 
DDLogicalPart lp_
 
ddselection_type selectionType_
 

Detailed Description

Definition at line 30 of file DDPartSelection.h.

Constructor & Destructor Documentation

DDPartSelectionLevel::DDPartSelectionLevel ( const DDLogicalPart lp,
int  c,
ddselection_type  t 
)

Definition at line 223 of file DDPartSelection.cc.

224  : lp_(lp), copyno_(c), selectionType_(t)
225 {}
ddselection_type selectionType_

Member Data Documentation

int DDPartSelectionLevel::copyno_

Definition at line 34 of file DDPartSelection.h.

Referenced by operator<<().

DDLogicalPart DDPartSelectionLevel::lp_

Definition at line 33 of file DDPartSelection.h.

Referenced by operator<<().

ddselection_type DDPartSelectionLevel::selectionType_

Definition at line 35 of file DDPartSelection.h.

Referenced by operator<<().