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
DDPartSelRegExpLevel Struct Reference

#include <DDPartSelection.h>

Public Member Functions

 DDPartSelRegExpLevel (const std::string &ns, const std::string &nm, int cpn, ddselection_type t, bool isRegex=false)
 

Public Attributes

int copyno_
 
bool isRegex_
 
std::string nm_
 
std::string ns_
 
ddselection_type selectionType_
 

Detailed Description

Definition at line 25 of file DDPartSelection.h.

Constructor & Destructor Documentation

DDPartSelRegExpLevel::DDPartSelRegExpLevel ( const std::string &  ns,
const std::string &  nm,
int  cpn,
ddselection_type  t,
bool  isRegex = false 
)
inline

Definition at line 27 of file DDPartSelection.h.

28  : ns_(ns), nm_(nm), copyno_(cpn), selectionType_(t), isRegex_(isRegex) { }
ddselection_type selectionType_

Member Data Documentation

int DDPartSelRegExpLevel::copyno_

Definition at line 30 of file DDPartSelection.h.

bool DDPartSelRegExpLevel::isRegex_

Definition at line 32 of file DDPartSelection.h.

std::string DDPartSelRegExpLevel::nm_

Definition at line 29 of file DDPartSelection.h.

std::string DDPartSelRegExpLevel::ns_

Definition at line 29 of file DDPartSelection.h.

ddselection_type DDPartSelRegExpLevel::selectionType_

Definition at line 31 of file DDPartSelection.h.