CMS 3D CMS Logo

Public Member Functions | Public Attributes

DDPartSelRegExpLevel Struct Reference

#include <DDPartSelection.h>

List of all members.

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.

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

Member Data Documentation

Definition at line 30 of file DDPartSelection.h.

Definition at line 32 of file DDPartSelection.h.

Definition at line 29 of file DDPartSelection.h.

Definition at line 29 of file DDPartSelection.h.

Definition at line 31 of file DDPartSelection.h.