CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
DDPathLevel Struct Reference

#include <DDPath.h>

Public Member Functions

 DDPathLevel (DDLogicalPart lp, int cp, typ_t t)
 

Public Attributes

int copyno_
 
DDLogicalPart lp_
 
typ_t typ_
 

Detailed Description

Definition at line 14 of file DDPath.h.

Constructor & Destructor Documentation

◆ DDPathLevel()

DDPathLevel::DDPathLevel ( DDLogicalPart  lp,
int  cp,
typ_t  t 
)
inline

Definition at line 15 of file DDPath.h.

16  : lp_(lp), copyno_(cp), typ_(t) { }

Member Data Documentation

◆ copyno_

int DDPathLevel::copyno_

Definition at line 20 of file DDPath.h.

◆ lp_

DDLogicalPart DDPathLevel::lp_

Definition at line 18 of file DDPath.h.

◆ typ_

typ_t DDPathLevel::typ_

Definition at line 22 of file DDPath.h.

DDPathLevel::typ_
typ_t typ_
Definition: DDPath.h:22
DDPathLevel::lp_
DDLogicalPart lp_
Definition: DDPath.h:18
OrderedSet.t
t
Definition: OrderedSet.py:90
DDPathLevel::copyno_
int copyno_
Definition: DDPath.h:20
CommonMethods.cp
def cp(fromDir, toDir, listOfFiles, overwrite=False, smallList=False)
Definition: CommonMethods.py:192